@charset "utf-8";
/* ========================================================================================
		ページ最下部のバナー群
		---------------------------------------------------------------------------------------
	 	.bnr_box 
======================================================================================== */	
.bnr_box {
	overflow: hidden;
	width: 820px;
	margin: 34px auto 0;
	padding: 40px 50px 0;
	border-top: 1px solid #cccccc;
}

.bnr_box figure:nth-of-type(1) {
	width: 560px;
	margin: 0 auto 0;
}

.bnr_box figure:not(:nth-of-type(1)) {
	width: 400px;
	margin: 26px 0 0 0;
	float: left;
}

.bnr_box figure:not(:nth-of-type(1)):nth-of-type(even) {
	float: right;
}

.bnr_box figcaption {
	margin: 7px 5px 0;
	font-size: 1rem;
}

/* ========================================================================================
		ページ最下部のアドセンスバナー　上書きcss
		---------------------------------------------------------------------------------------
	 	.ad_area 
======================================================================================== */	
.ad_area {
	width: 684px;
}



