@charset "utf-8";
.inquiry span.red{
	color:#f30;
}
.inquiry h2{
	padding-top:30px;
	margin-bottom:40px;
}
.inquiry h3{
	color:#1F6AD2;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}
.inquiry-header{
	padding-bottom:10px;	
}
.inquiry-header p{
	margin-bottom:20px;
}
.inquiry-header strong{
	color:#09c;
	font-weight:normal;
}
.inquiry-body{
	margin-bottom:100px;
}
.inquiry-body table{
	margin-bottom:30px;
}
.inquiry-body table th{
	background-color:#ededed;
	font-weight:normal;
	width:150px;
	padding:4px 10px;
	line-height:1.8;
	border-bottom:5px solid #fff;
}
.inquiry-body table td{
	padding:0 10px 0 25px;
	line-height:1.8;
	border-bottom:5px solid #fff;
}

.inquiry-body table td input.txt{
	height:12px;
	padding:2px;
}

.inquiry-body table td textarea{
	padding:2px;
}
.inquiry-body table td input{
	margin-left:2px;
}

.inquiry-body p.car-type{
	border-top:1px solid #ddd;
	padding-top:30px;
	margin-bottom:20px;
}
.inquiry-body table.car-type td{
	padding:5px 10px 5px 25px;
}


.inquiry-body table#preview td,
.inquiry-body table#error td{
	color:#f33;
}

.submit{
	text-align:center;
}
.submit a.back{
	margin-right:60px;
}
.submit img{
	vertical-align:top;	
}
