@charset "utf-8";

/* =============================================================================
   お問い合わせ #inquiry
   ========================================================================== */

/*----------------------------------------------------
	お問い合わせ先
----------------------------------------------------*/

#content #main #inquiry .iqbox {
	margin: 0; 
	padding: 25px 25px 10px 25px;
	border: 10px solid #f0f0f0;
}

@media only screen and (max-width:640px){
	#content #main #inquiry .iqbox {
	margin: 0; 
	padding: 15px 15px 10px 15px;
	border: 5px solid #f0f0f0;
	}
}

#content #main #inquiry .iqbox p {
	line-height:2.5;
}