/* カスタム CSS をここに入力してください */
#header-box {/* 上部メニューの固定。 */
	position: fixed;
	z-index: 100;
}

.afc{/* アフィリコードの中央揃え */
	text-align: center;
	display: block
}

.afc-txt{/* ページトップのアフィリコードテキストの外余白 */
	margin: -20px 0 20px 0;
}

.afc-block{* アフィリコードブロック要素へ */
	display: block;
}

.afc-mt{
	margin-top: -20px
}

@media (min-width: 1024px){
#main-contents, #sidebar {/* 上部メニュー固定時にコンテンツとの重なりを防ぐ上余白。 */
	margin-top: 90px;
	}
}

@media (min-width: 812px){
#contents {/* メニュー上の外余白をなくす。 */
	margin-top: 0;
	}
}
	
@media (max-width: 812px){/* 以下SP用 */
	article.cps-post {/* 上部メニュー固定時にコンテンツとの重なりを防ぐ上余白。 */
    margin-top: 2em;
}
#header-box, #header, .sp-menu-open {
	position: fixed;/* 上部メニューの固定。 */
}
#header #site-info{/* テキストロゴの幅・左外余白の調整 */
		max-width: 100%;
		margin-left: 1em;
	}
}

@media(min-width: 768px){/* テキストロゴの幅・左外余白の調整 */
	#site-info {
			max-width: 265px !important;
	}	
}