/* <system section="theme" selected="8599973812270629022"> */
@import "https://codomisu.sakura.ne.jp/minimalism/old.css";
/* </system> */

h1.entry-title a{
color: #364e96;
}


#blog-title{font-size:150%; }

#title a{color: #364e96 !important;}

.entry-content h3{
color: #364e96; 
}

/* 改行修正 */
.entry-content p { margin:0}

h3{
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #f4f4f4;/*背景色*/
border-left: solid 5px #7db4e6;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
}

.follow-btn{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.follow-btn a {
    display: inline-block;
    height: 45px;
    line-height: 22px;
    width: 25%;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.follow-btn .hatena {
    color: #3D3F44;
    border: 2px solid #3D3F44;
    background: #ffffff; 
}
.follow-btn .twitter {
    color: #00ACEE;
    border: 2px solid #00ACEE;
    background: #ffffff; 
}
.follow-btn .feedly { 
    color: #70CA3B;
    border: 2px solid #70CA3B;
    background: #ffffff;
}
.follow-btn .hatena:hover {
    color: #ffffff;
    background: #3D3F44;
    transition: all .3s;
}
.follow-btn .twitter:hover {
    color: #ffffff;
    background: #00ACEE;
    transition: all .3s;
}
.follow-btn .feedly:hover {
    color: #ffffff;
    background: #70CA3B;
    transition: all .3s;
}
.text-small{
    font-size: 8px;
}
/* ヘッダー画像の余白を詰める */
.header-image-enable #blog-title #blog-title-inner, .header-image-only #blog-title #blog-title-inner {
  min-height: initial;
  padding: 40px 0;
}

/* ヘッダー画像スマホ対応 */
@media screen and (max-width:480px) {
  .header-image-enable #blog-title #blog-title-inner, .header-image-only #blog-title #blog-title-inner {
    padding: 16px 0;
  }
}

.entry-content p {font-size: 16px;}

@media screen and (max-width: 480px){.entry-content p {font-size: 16px;}}

