/*
Theme Name: m_theme
Theme URI:https://manablog.org/manablog-wordpress/
Author: Manabu Bannai
Author URI:https://manablog.org/
Description: none
Version: 1
License: GNU General Public License
*/
@import "css/style.css";

/* PC版のロゴ調整用 */
img.pc-logo {
    width: 270px;
}

/* スマホ版のロゴ調整用 */
img.sp-logo {
	width: 160px;
}

/* PC版のタイトルテキストの調整用 */
span.sitename.main {
    color: #313131db;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: .1px;
}

/* スマホ版のタイトルテキストの調整用 */
@media only screen and (max-width: 479px){span.sitename.main {
    color: #fff;
    font-size: 20px;
}}


/*マーカー */
.marker {
background: linear-gradient(transparent 40%, #ffff66 0%) ;
}

/* ブログカード */
.link-box{border:1px solid #e1e1e1;padding:10px;display:flex;margin:30px}.link-box:hover{background-color:#f3f3f3;-webkit-transition:background-color .35s;transition:background-color .35s}.img-box{width:25%;float:left}.img-box div{min-height:170px;background-size:cover;background-position:center center}.text-box{width:75%;float:left;padding-left:20px;line-height:1.7;margin:0}.text-box .title{font-size:18px;font-weight:600;color:#428bca;padding:0;margin:0}.text-box .description{font-size:15px;color:#333;padding:0}@media only screen and (max-width:479px){.img-box div{min-height:80px}.text-box{margin-left:10px;line-height:1.5}.text-box .title{font-size:13px;margin:0}.text-box .description{font-size:11px;margin-top:5px}}