@charset "utf-8";

/*
	お問い合わせ
*/

#inquiry #content h1 {
	background-image: url(../../inquiry/images/title_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 38px;	
}

#inquiry #content h2 {
	border-bottom: 1px dashed;
	margin-bottom: 25px;
	font-size: 18px;
	padding-bottom: 25px;
	border-bottom-color: #CBAC00;
	color: #d93154;
}

#inquiry #content section {
	padding: 25px;
	overflow: hidden;
	margin-top: 30px;
	border: 5px solid #CBAC00;
	margin-top: 0px;
}

#inquiry #content dl {
	margin-bottom: 30px;
}

#inquiry #content dt {
	float: left;
	padding: 36px 0 0;
}

#inquiry #content dd {
	border-bottom: 1px dashed #CBAC00;
	padding: 29px 0;
	padding-left: 150px;
}

#inquiry #content #section-conf dd {
	padding: 36px 0;
	padding-left: 150px;
}

#inquiry #content input {
	border: 1px solid #dddddd;
	font-size: 16px;
	padding: 8px;
}

#inquiry #content textarea {
	border: 1px solid #dddddd;
	width: 750px;
	font-size: 16px;
	padding: 8px;
}

#inquiry #content .action {
	text-align: center;
	margin: 0;
}

#inquiry #content .error {
	margin-top: 10px;
	color: #E60012;
}

#inquiry #content input.name {
	width: 200px;
}

#inquiry #content input.email {
	width: 425px;
}

#inquiry #content input.tel1 {
	width: 80px;
}

#inquiry #content input.tel2 {
	width: 160px;
}

#inquiry #content input.tel3 {
	width: 160px;
}