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