/* 前の記事 次の記事 を非表示 */
.next-prev {
	display: none !important;
}

/* 公開日 を非表示 */
.entry-meta {
	display: none !important;
}

/* 記事が所属する分類リストを非表示 */
.entry-meta-data-list {
	display: none !important;
}

/* アイキャッチ画像非表示 */
.post-list .media-img {
	display: none !important;
}

/* Follow Set, Social Set 非表示 */
.veu_followSet,
.veu_adminEdit,
.veu_socialSet {
	display: none !important;
}

/* アーカイブ、カテゴリー非表示 */
.site-body-bottom {
	display: none !important;
}

/* WordPress Copyright非表示 */
.site-footer-copyright p:last-child {
	display: none !important;
}

/* Webフォーム/資料ダウンロードリンクの色 */
.mrc-webform,
.mrc-download {
	color: #428bca;
}
