@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------------------------------------
//
//　contact
//
//----------------------------------------------------------------------------------*/
.contact_error{
	border:1px dotted #746157;
	padding:10px;
	background-color:#FFF5E6;
	margin-top:10px;
}
.contact_form{
	margin-top:20px;
}
.contact_form th{
	border-bottom:1px dotted #746157;
	padding:5px;
	white-space:nowrap;
}
.contact_form td{
	border-bottom:1px dotted #746157;
	padding:5px;
}
.contact_form input.input_width{
	width:340px;
}
.contact_form textarea.input_width{
	width:340px;
}


