@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.mainImg02 {
	background: url(../img/price/main_bg.jpg) no-repeat center top;
}

#conts .headLine03 {
	margin-bottom: 20px;
}

#conts .headLine02 {
	margin-bottom: 22px;
}

#conts p {
	margin-bottom: 22px;
	line-height: 1.7;
}




@media all and (min-width: 0) and (max-width: 736px)  {
	#conts .headLine03 {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 13px;
	}
	
	#conts .headLine02 {
		margin-bottom: 16px;
	}
	
	#conts p {
		margin-bottom: 17px;
		font-size: 13px;
		line-height: 1.55;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}


