@charset "Shift_JIS";

/* ===================================================================
CSS information

 File Name  : inuiry.css
=================================================================== */

/*******************************************************
	フォーム部
********************************************************/
#inquiryArea{
	margin: 15px auto 0;
	width: 500px;
}
#inquiryArea ul{
	margin-top: 15px;
	border: 1px solid #ccc;
}
#inquiryArea li{
	padding: 8px 0;
	border-bottom: 1px dotted #999;
	clear: both;
}
#inquiryArea li img{vertical-align: bottom;}
#inquiryArea li span{
	padding-right: 40px;
	display: block;
	float: left;
	width: 120px;
	text-align: right;
}
#inquiryArea li span.req{
	background: url("../images/inquiry/certainly.gif") no-repeat 125px 2px;
}
.error {
	padding-left: 5px;
	color:#c00;
	white-space:nowrap;
	display:inline;
}

#error{
	margin: 5px auto;
	padding: 10px;
	text-align: left;
	width: 450px;
	background-color: #fff7ec;
	border: 1px solid #e4d6c3;
	color: #333;
}
#error div{font-weight: bold;}
#error ul{
	margin-left: 30px;
	font-size: small;
	color: #EE0003;
}
.evenRecord{
	background-color: #fff9f9;
}
