@charset "utf-8";

header {
	background: url(../../img/inquiry/pic_main.jpg) no-repeat 0 0;
	background-size: cover;
}


#formWrap {
	border-top: 2px solid #9c7e42;
	margin: 40px 0 80px;
}

#formWrap table th {
	text-align: left;
	background: #f6f6f6;
	padding: 30px 20px;
	vertical-align: middle;
	width: 195px;
	font-size: 130%;
	border-bottom: 1px solid #9c7e42;
}
#formWrap table th.hissuu {
	background: #f6f6f6 url(../../../img/common/ico_hissuu.png) no-repeat 180px 50%;
}

#formWrap table td {
	font-size: 12px;
	padding: 30px;
	border-bottom: 1px solid #9c7e42;
}

#formWrap table td.fairName {
	font-size: 17px;
	color: #9c7e42;
}

#formWrap input[type="text"] {
	border: 1px solid #c4c4c4;
	height: 30px;
	padding: 2px 5px;
	vertical-align: baseline;
	background: #fffde7;
	font-size: 14px;
	outline: none;
}

#formWrap textarea {
	font-size: 14px;
	padding: 5px;
	outline: none
}



label.checkStyle,
label.checkShisetsu {
	display: inline-block;
	width: 160px;
	/*float: left;*/
	margin-bottom: 20px;
}  

label.checkStyle {
	margin-right: 30px;
	margin-bottom: 0;
	width: auto;
}

#btnConfirm input {
	display: block;
	width: 324px;
	height: 61px;
	background: url(../../../img/common/btn_confirm.png) no-repeat 0 0;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 40px auto 0;
}

#btnConfirm input:hover {
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.btnBack input {
	display: block;
	width: 324px;
	height: 61px;
	background: url(../../../img/common/btn_back.png) no-repeat 0 0;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 40px auto 0;
}
.btnBack input:hover {
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.btnSubmit input {
	display: block;
	width: 324px;
	height: 61px;
	background: url(../../../img/common/btn_submit.png) no-repeat 0 0;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 40px auto 0;
}
.btnBack input:hover {
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.btnBackSubmitWrap {
	width: 668px;
	margin: 20px auto;
}

.btnBackSubmitWrap li {
	float: left;
	margin-right: 20px;
}
.btnBackSubmitWrap li:nth-child(2) {
	float: right;
	margin-right: 0px;
}



































