@charset "utf-8";
/* CSS Document */
.contentWrap {
	padding: 75px 0 60px;
}
#contents h3{
	text-align:center;
	margin:0 0 20px;
	padding:0 0 20px;
	border-bottom:1px solid #002045;
}
.catch {
	margin: 0 0 40px;
	text-align: center;
	font-size: 15px;
	line-height: 2;
}
.tel {
	margin: 0 0 60px;
}
.contactBox{
	padding:0 180px 0 195px;
}
.att{
	margin:0 0 35px;
	color:#972806;
}
.contactBox table{
	margin:0 0 55px;
	width:100%;
	font-size:16px;
}
.contactBox table th{
	padding:0 0 40px;
	vertical-align:top;
}
.contactBox table th strong{
	color:#972806;
}
.contactBox table td{
	padding:0 0 40px;
	width:450px;
	vertical-align:top;
}
.contactBox table td input{
	width:450px;
}
.contactBox table td textarea{
	width:450px;
	height:260px;
}
.btn{
	text-align:center;
}
.submit{
	width:160px;
	height:30px;
	text-indent:-999em;
	border:none;
	background:no-repeat url(../../inquiry/images/submit_off.gif);
	cursor:pointer;
}
.submit:hover{
	background:no-repeat url(../../inquiry/images/submit_on.gif);
}
.send{
	margin:0 0 0 60px;
	width:141px;
	height:30px;
	text-indent:-999em;
	border:none;
	background:no-repeat url(../../inquiry/images/send_off.gif);
	cursor:pointer;
}
.send:hover{
	background:no-repeat url(../../inquiry/images/send_on.gif);
}
.back{
	width:180px;
	height:30px;
	text-indent:-999em;
	border:none;
	background:no-repeat url(../../inquiry/images/back_off.gif);
	cursor:pointer;
}
.back:hover{
	background:no-repeat url(../../inquiry/images/back_on.gif);
}
.thanks{
	margin: 0 0 40px;
	padding:0 200px 200px;
	font-size: 15px;
	line-height: 2;
	text-align:center;
}