#header-form {
	background-color: #FFFFFF;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 20px;
}
#header-form .inner {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 1172px;
	height: 113px;
}
#header-form .inner .head-txt {
	background-color: #9b4633;
	font-size: 12px;
	color: #FFFFFF;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#header-form .inner .logo {
	margin-bottom: 5px;
}
#header-form .inner .logo img {
	height: 47px;
}
#header-form .inner .lead {
	font-size: 15px;
	font-weight: bold;
}
#footer-form address {
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	background-color: #9B4633;
}
#main-form .visual {
	text-align: center;
}
#main-form .inquiry-section {
	width: 100%;
	height: 460px;
	background: url(/_img/form/inquiry_section_bg.png);
	text-align: center;
	position: relative;
}
#main-form .inquiry-section-img {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -428px;
}
.form-container {
	width: 950px;
	margin: 0 auto;
}
.form-inquiry-section {
	text-align: center;
	margin: 20px 0 50px;
}
.inquiry-step {
	margin: 10px 0;
}
.inquiry-main {
	width: 950px;
	margin: 0 auto;
}
.inquiry-section.tell-section {
	height: 530px;
}
.inquiry-section.tell-section h2 {
	padding-top: 30px;
}
.inquiry-section-img {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -428px;
}
/*===================================
	form css
===================================*/
.form-section {
	margin-bottom: 50px;
}
.form-step img {
	vertical-align: bottom;
}
.select-company {
	padding: 20px 40px;
}
.form-box {
	border: 1px solid #d5d3ce;
	border-top: none;
}
.label {
	font-size: 11px;
	background: #df2515;
	border-radius: 4px;
	color: white;
	padding: 4px 6px;
	margin-right: 10px;
}
.label-any {
	background: #2e3740;
}
/* form-table */
.form-table {
	width: 850px;
	margin: 0 auto;
	/* clearfix */
	overflow: hidden;
 *zoom:1;
	padding-top: 30px;
}
.form-table dt, .form-table dd {
	float: left;
	padding: 15px 0;
	border-top: 1px dashed #e0deda;
}
.form-table dt {
	clear: both;
	width: 170px;
	padding-top: 24px;
}
.form-table dt.hissu-no,
.form-table dd.hissu-no {
	padding-top: 24px;
	padding-bottom: 24px;
}
.form-table dd {
	width: 680px;
}
/* form parts */
.input-txt {
	width: 580px;
	border: 1px solid #d5d3ce;
	font-size: 14px;
	padding: 10px;
}
.input-tel {
	width: 80px;
	border: 1px solid #d5d3ce;
	font-size: 14px;
	padding: 10px;
}
.input-txtarea {
	border: 1px solid #d5d3ce;
	font-size: 13px;
	padding: 10px;
	width: 580px;
}
.doui-chk {
	margin-bottom: 4px;
}
.doui-txt {
	margin-bottom: 20px;
}
.doui-txt a {
	margin-bottom: 3px;
	color: red;
}
.submit-btn {
	text-align: center;
	margin-bottom: 30px;
}
.submit-btn .submit {
	display: inline-block;
	width: 370px;
	height: 72px;
	color: #FFF;
	font-size: 25px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	background-color: #33A600;
	font-weight: bold;
	transition-property: all;
	transition: 0.3s linear;
}
.submit-btn .submit:hover {
	background-color: #41D500;
}
.submit-btn .back {
	display: inline-block;
	width: 370px;
	height: 72px;
	color: #FFF;
	font-size: 25px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	background-color: #777;
	font-weight: bold;
	transition-property: all;
	transition: 0.3s linear;
}
.submit-btn .back:hover {
	background-color: #999;
}
.form-ttl {
	color: #9b4633;
	font-size: 23px;
	text-align: center;
}
.form-complete {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.form-complete .ttl {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.form-complete .txt {
	font-size: 16px;
	text-align: center;
	margin-bottom: 40px;
}
