/* 単体記事のアイキャッチ非表示 */
.single .attachment-post-thumbnail {
display: none !important;
}

/* 固定ページのアイキャッチ非表示 */
.page .attachment-post-thumbnail {
display: none !important;
}

/* 前後ページへのリンクを非表示にする */
.entry-navi { display:none }
