@CHARSET "UTF-8";

/* ===================================================================
CSS information

 File Name  : inuiry.css
=================================================================== */

/*******************************************************
	フォーム部
********************************************************/
#inquiryArea{
	margin: 10px auto;
	width: 610px;
}
#inquiryArea li{
	padding: 8px 0;
	border-bottom: 1px dotted #999;
	clear: both;
}
#inquiryArea li span{
	padding-right: 40px;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
}
#inquiryArea li span.req{
	background: url("../inquiry/images/Certainly.gif") no-repeat 155px 2px;
}
.error {
	padding-left: 5px;
	color:#c00;
	white-space:nowrap;
	display:inline;
}

div#error{
	margin: 5px auto;
	padding: 10px;
	text-align: left;
	width: 500px;
	background-color: #fff7ec;
	border: 1px solid #e4d6c3;
	color: #333;
}
div#error div{font-weight: bold;}
div#error ul{
	margin-left: 30px;
	font-size: small;
	color: #EE0003;
}
.evenRecord{
	background-color: #fafafa;
}

#contactInfo{
	text-align: center;
}
#contactInfo li{
	padding: 5px;
}

/*******************************************************
	フォーム部
********************************************************/
#constArea{
	margin: 10px auto;
	width: 610px;
}
#constArea li{
	padding: 5px;
	border-bottom: 1px dotted #999;
	clear: both;
	zoom: 1;
}
#constArea li:after {
	content: ".";
	visibility: hidden;
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#constArea li span{
	padding-right: 1em;
	display: block;
	float: left;
	width: 14em;
	text-align: right;
}

#constArea li p{
	float: left;
	widows: 300px;
}
.msgInfo{
	padding: 30px 10px;
	height: 300px;
	text-align: center;
}
.msgInfo p{
	padding-bottom: 1em;
}

