@charset "UTF-8";

@import "sub.css";

/*** お問い合わせ ***/

section#Left h1.title{
	margin-bottom:12px;
}

section#Left table.form{
	border-collapse:collapse;
}
section#Left table.form th,
section#Left table.form td{
	border-collapse:collapse;
	border:#CCC solid 1px;
	padding:12px;
}
section#Left table.form th{
	background-color:#F3F3F3;
	font-weight:normal;
	width:120px;
	text-align:left;
}

section#Left table.form .must{
	color:#900;
}
