@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contact.css
 author     :PCBrain
 style info :お問い合わせ・お見積依頼用
=================================================================== */
#main .container p{
	margin-bottom:25px;
}

#main p.tel{
	float:left;
	margin-right:15px;
}

#main table td input,
#main table td select,
#main table td textarea{
	background-color:#fdffde;
	border:#c2c2c2 solid 1px;
	padding:3px 5px;
	margin-right:15px;
}	


/*input[type=text],
input[type=email],
input[type=tel],
textarea{
	box-sizing: border-box;
}*/