@CHARSET "UTF-8";

/* ===================================================================
CSS information

 File Name  : inuiry.css
=================================================================== */

/*******************************************************
	フォーム部
********************************************************/
.contactInfo{
	padding: 10px 0 10px 80px;
}
#inquiryArea{
	margin: 10px auto;
	width: 610px;
}
#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("../inquiry/images/Certainly.gif") no-repeat 130px 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: #fffbf6;
}
/*************************************/
#booking .dp-choose-date{

}
/*******************************************************
	フォーム部
********************************************************/
#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: 9em;
	text-align: right;
}

#constArea li p{
	float: left;
	widows: 300px;
}
.msgInfo{
	padding: 10px;
	height: 300px;
}
.msgInfo p{
	padding-bottom: 1em;
}
