/* ============================================================
   Y-UP テンプレート用 Cocoon 上書きCSS
   body.yup-active-template が付いたページでのみ適用される
   Y-UP のテンプレートが使われたページ（ホーム・アーティスト・機材・バンド・band-list）
   ============================================================ */

/* Cocoon サイドバーを非表示 */
.yup-active-template #sidebar,
.yup-active-template .sidebar {
	display: none !important;
}

/* メイン領域をフル幅に */
.yup-active-template #main,
.yup-active-template .main {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
}
.yup-active-template #content,
.yup-active-template .content,
.yup-active-template #content-in,
.yup-active-template .content-in,
.yup-active-template .wrap {
	max-width: 100% !important;
	width: 100% !important;
}

/* Cocoon 標準のシェアボタン・SNSフォロー・パンくず・記事メタ・コメント等を非表示 */
.yup-active-template .sns-share,
.yup-active-template .sns-follow,
.yup-active-template .breadcrumb,
.yup-active-template .article-meta,
.yup-active-template .entry-footer,
.yup-active-template .author-box,
.yup-active-template .related-entries,
.yup-active-template .pager-post-navi,
.yup-active-template .comment-area,
.yup-active-template .date-tags,
.yup-active-template .post-update,
.yup-active-template .entry-card-snippet,
.yup-active-template #ad-top,
.yup-active-template #ad-middle,
.yup-active-template #ad-bottom {
	display: none !important;
}

/* Cocoon 記事タイトル（投稿タイプの単体ページに自動で出るもの）を非表示 */
.yup-active-template .article h1.entry-title,
.yup-active-template .article-header,
.yup-active-template .article-title,
.yup-active-template .a-wrap .entry-title {
	display: none !important;
}

/* Cocoon の記事ラッパー余白を除去 */
.yup-active-template .article {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* メイン領域全体の余分な余白 */
.yup-active-template #main {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}
