@charset "utf-8";
/* -----------------------------------------------------------------------

	大光ルート産業株式会社　お問い合わせ用css
	
-----------------------------------------------------------------------*/
#contact_h3{
	background-image:url(../contact/images/title_contact.jpg);
}
#contact_box {
	margin-right: 30px;
	margin-left: 30px;
	background-color: #EBF2F3;
	padding: 10px;
	font-size: 13px;
	color: #333333;
}
#contact_box table {
	width:100%;
}
#contact_box table th,
#contact_box table td {
	padding:6px;
}
#contact_box table th {
	width: 150px;
	font-weight: bold;
	text-align:left;
	font-size: 13px;
}
input {
	border: 1px solid #B4CED1;
}
input.contact01 { width: 150px; }
input.contact02 { width: 400px; }
input.contact03 { ime-mode: disabled;width: 400px; }
input.contact04 { ime-mode:disabled; width: 50px; }
textarea{
	border: 1px solid #B4CED1;
	width: 400px;
	height: 100px;
}
#button-submit {
	text-align:center;
	padding-top:8px;
}
#button-submit input {
	text-align: center;
	width: 150px;
	background-color: #006699;
	color: #FFFFFF;
	font-weight: bold;
	border-style: ridge;
}
.error {
	color:#CC0000;
	font-weight:bold;
}
.FinishMessage {
	padding:60px 0;
	text-align:center;
}
