/* ヘッダー画像の下に出来る余白をゼロにする */
.l-header-inner {
  padding-top: 50px;
padding-bottom: 50px;
}



/* ホームと投稿と別々にアイキャッチのサイズを変更する */

.home .attachment-post-thumbnail {
width: 300px;
max-width: 300px;
}

.single .attachment-post-thumbnail {
width: 500px;
max-width: 500px;
}

/*テキストリンクをへこませる*/

a:hover{ position:relative;top:2px ;left:2px; }


/* グローバルメニューのボタンにマウスを合わせた際に下線 */
.global-navi-inner li a:hover {
text-decoration: underline;
}

/* 記事タイトルにマウスを合わせた際に下線 */
.entry-title:hover {
text-decoration: underline !important;
}


/* サイトタイトルとディスクリプションを中央揃えにする */
body .site-title,
body .site-description {
text-align: center;
}


/*loudのH2, H3、H４、H５、H６のスタイルを変更*/

.loud .entry-content > h2 {
padding-left: 30px;
font-weight: bold;
background:　#00f ;
font-size: 25px;
}

.loud .entry-content > h3 {
padding-left: 30;
border: none;
font-weight: bold;
font-size: 25px;
}

.loud .entry-content > h4 {
padding-left: 30px;
font-weight: bold;
font-size: 25px;
}

.loud .entry-content > h5 {
padding-left: 30px;
font-weight: bold;
font-size: 25px;
}

.loud .entry-content > h6 {
padding-left: 30px;
font-weight: bold;
font-size: 25px;
}