@charset "UTF-8";

/* 共通
-------------------------------------------------------------------------*/
body .contentsFrame{
	width: 98%;
	max-width: 1160px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body .contentsFrame img{
	max-width: 100%;
	height: auto;
}
body .midashi{
	background: url(../y_img/common/icon_midashi.png) no-repeat center bottom;
	padding-bottom: 10px;
}
@media screen and (max-width: 736px){
	body .contentsFrame{
		max-width: 96%;
		font-size: 0.85em;
	}
	body .contentsFrame h2{
		padding: 0 !important;
		margin: 0 !important;
	}
}
