@charset "Shift_JIS";
form.enq { width: 300px; }
form.enq span.required {
	color: #8C1415;
	font-weight: normal;
	text-align: right;
}
form.enq span.caution {
	color: #14168C;
	font-weight: normal;
}
form.enq div.enqWrap {
	position: relative;
	width: 300px;
}
form.enq fieldset {
	background: #F1EDE5;
	border: 1px solid #F1EDE5;
	height: 215px;
	position: absolute;
		top: 0;
		left: 0;
	overflow: hidden;
	width: 298px;
}
form.enq div.thanks {
	background: #F1EDE5;
	border: 1px solid #F1EDE5;
	display: none;
	height: 215px;
	position: absolute;
		top: 0;
		left: 0;
	overflow: hidden;
	width: 298px;
}
form.enqFinished div.thanks {
	background: #F1EDE5;
	border: 1px solid #F1EDE5;
	display: none;
	height: 215px;
	position: absolute;
		top: 0;
		left: 0;
	overflow: hidden;
	width: 298px;
}
form.enq fieldset.first { z-index: 11; }
form.enq fieldset.second { z-index: 10; }
form.enq fieldset.third { z-index: 9; }
form.enq fieldset.fourth { z-index: 8; }
form.enq fieldset.fifth { z-index: 7; }
form.enq fieldset.sixth { z-index: 6; }
form.enq fieldset.seventh { z-index: 5; }
form.enq fieldset.last { z-index: 2; }
form.enq div.thanks { z-index: 1; }
form.enq fieldset div.wrap {
	margin: 5px auto;
	width: 270px;
}
form.enq fieldset div.even {
	float: left;
	width: 50%;
}
form.enq fieldset div.odd {
	float: right;
	width: 50%;
}
form.enq fieldset div.text {
	clear: both;
	float: none;
	width: 100%;
}
form.enq fieldset div.text input {
	width: 150px;
}
form.enq fieldset .notice {
	color: #FF0000;
	display: none;
	margin: 5px auto;
	width: 250px;
}
form.enq fieldset p {
	background: #FFFEFC;
	display: block;
	font-weight: bold;
	margin: 10px auto;
	padding: 5px 10px;
	width: 250px;
}
form.enq fieldset .btnWrap {
	margin:10px auto;
	width: 268px;
}
form.enq fieldset img.enqNext {
	cursor: pointer;
	float: right;
	width: 65px;
}
form.enq fieldset img.enqBack {
	cursor: pointer;
	float: left;
	width: 65px;
}
form.enq fieldset.comment div.wrap {
	margin: 10px auto;
	width: 270px;
}
form.enq fieldset.comment div.wrap span {
	_display:inline;
	_font-size: 75%;
}
form.enq fieldset textarea {
	border: 1px solid #dadada;
	height: 90px;
	overflow: hidden;
	width: 270px;
}
form.enq input.enqButton {
	display: block;
	height: 22px;
	margin: 10px auto 10px;
	width: 65px;
}

