@charset "UTF-8";

#inquiry h3 {
	width: 72px;
	background-image: url('/img/inquiry/head.gif');
	margin-bottom: 20px;
}

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

#inquiry .lead {
	border-top: 2px solid #9cc;
	padding-top: 14px;
	margin-bottom: 14px;
}
#inquiry #types li {
}
#inquiry #types input {
	margin-right: 4px;
}
#inquiry dl {
	border-top: 2px solid #3b3b91;
	padding: 20px 0 10px;
	border-bottom: 2px solid #3b3b91;
	margin-bottom: 16px;
}
#inquiry dt {
}
#inquiry dd {
	margin: -1.5em 0 0 0;
	padding: 0 0 10px 140px;
}
#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/cms/btn_blue.jpg') repeat-x left top #69f;
	border: none;
	margin: 16px auto 0;
	cursor: pointer;
}
.submit:hover {
	background-image: url('/img/cms/btn_blue_on.jpg');
	background-color: #36c;
}
#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;
}

.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;
}
