@charset "UTF-8";

#inquiry h3 {
	height: 21px;
	background-image: url('/img/inquiry/head.gif');
	background-position: center;
	margin-bottom: 20px;
}

input[type=text], textarea {
	border: 1px solid #999;
	padding: 2px;
}

#inquiry .lead {
	border-top: 2px solid #ed8f9c;
	padding-top: 14px;
	margin-bottom: 14px;
}

#inquiry #form1 {
	border-top: 2px solid #ff3a5c;
	padding: 20px 0 0;
	margin-bottom: 20px;
}
#inquiry h4 {
	font-size: 14px;
	color: #ff3a5c;
}
#inquiry #form2 {
	padding: 20px 0 20px;
	border-bottom: 2px solid #ff3a5c;
	margin-bottom: 20px;
}

#inquiry li input {
	margin-right: 2px;
}
#inquiry #reserve li, #inquiry #sex li {
	display: inline;
	margin-right: 1em;
}
#inquiry dt {
}
#inquiry dd {
	margin: -1.5em 0 0 0;
	padding: 0 0 10px 14em;
}
#inquiry dt.address {
	padding-top: 0px;
}
#inquiry dd.address {
	padding: 0 0 8px 140px;
	border: none;
}
span {
	color: red;
}

.submit {
	width: 100px;
	height: 26px;
	color: white;
	display: block;
	font-weight: bold;
	background: url('/img/cmn/btn_bg.jpg') repeat-x left top #ff8e93;
	border: none;
	margin: 16px auto 0;
	cursor: pointer;
}
.submit:hover {
	background-image: url('/img/cmn/btn_bg_on.jpg');
	background-color: #ff7276;
}
#buttons {
	width: 220px;
	margin: 0 auto;
}
.back { float: left; }
.send { float: right; }

#errors {
	display: none;
	color: red;
	margin-left: 160px;
	_padding-left: 20px;
	list-style-type: disc;
}

#inquiry_verify {
	display: none;
}

.s				{ width: 100px; }
.m				{ width: 300px; }
.name		{ width: 12em; margin-right: 1em; }
.zip1			{ width: 3em; }
.zip2			{ width: 4em; }
.address	{ width: 300px; }
.tel			{ width: 13em; }
.mail			{ width: 20em; }
textarea	{ width: 300px; height: 80px; }

#inquiry #foot {
	position: static;
	bottom: auto;
}
