@charset "utf-8";
/*------------------------------------------------------------
	◆読み込みHTML
	/index.html
------------------------------------------------------------*/
#main {
	margin-bottom: 0;
	width: auto;
}

#main .sPhoBox {
	border-top-width: 1px;
	border-top-style: solid;
	background: url(../images/index/photo_box_bg.jpg) no-repeat center top;
	background-size: cover;
}

#main .sPhoBox .detailLink {
	margin: 0 auto;
	width: 240px;
	border: none;
}

#main .sPhoBox .detailLink a {
	padding: 35px 0;
}

.mainBox .notice {
	margin-bottom: 17px;
}

@media only screen and (min-width: 0) and (max-width: 1012px) {
	#main .sPhoBox {
		background: none;
	}

	#main .sPhoBox .detailLink {
		margin: 0 auto;
		width: 48%;
	}

	#main .sPhoBox .detailLink a {
		padding: 23px 0;
	}

	.mainBox .notice {
		margin-bottom: 15px;
	}


}