@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors contact
$Revision: 1.0 $
--------------------------------------------------------------------------------- */

#contact-tel {
	padding-bottom: 100px;
}

#contact-tel p {
	text-align: center;
}
#contact-tel .tel {
	padding-top: 30px;
	padding-bottom: 25px;
	font-family: 'Slabo 13px', serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #903;
	text-align: center;
}
#contact-tel .tel img {
	height: 39px;
	padding-right: 8px;
}


#form {
}
#form h3 {
	padding-bottom: 65px;
}
#form .inner {
	width: 800px;
	padding: 20px 100px 55px;
	position: relative;
	background-image: url(../img/contact/bg_contents.png);
	background-repeat: repeat-y;
}

#form .inner:before {
	width: 1000px;
	height: 45px;
	background-image: url(../img/contact/bg_header.png);
	position: absolute;
	left: 0;
	top: -45px;
	content:"";
}
#form .inner:after {
	width: 1000px;
	height: 45px;
	background-image: url(../img/contact/bg_footer.png);
	position: absolute;
	left: 0;
	bottom: -45px;
	content: "";
}
#form strong {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	color: #fff;
	padding: 6px;
	background-color: #653906;
	border: 1px solid #653906;
} 
#form p.txt1 {
	text-align: center;
	padding-bottom: 35px;
	font-size: 13px;
	line-height: 2;
}

#form table {
	width: 100%;
	border-top: 1px solid #DACDBC;
}
#form th {
	width: 220px;
	padding: 40px 0 40px 20px;
	border-bottom: 1px solid #DACDBC;
	font-size: 14px;
	position: relative;
}
#form th strong,
#form th em {
	position: absolute;
	top: 40px;
	right: 40px;
}
#form th em {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #653906;
	padding: 6px;
	background-color: #fff6;
	border: 1px solid #653906;
}

#form td {
	width: 560px;
	padding: 40px 0;
	border-bottom: 1px solid #DACDBC;
	font-size: 14px;
}
#form td span {
	display: block;
	font-size: 11px;
}
#form td .error {
	color: #FF0000;
}

input[type="text"] {
	font-size: 12px;
	padding: 10px;
	width: 290px;
}
select {
	font-size: 12px;
	padding: 10px 0px;
	margin-bottom: 5px;
}
select#title {
	width: 290px;
	padding: 10px;
	margin-bottom: 0px;
}
textarea {
	font-size: 12px;
	padding: 10px;
	width: 510px;
	height: 150px;
}

.submit-container {
	padding: 64px 6px 0px;
	width: 340px;
	margin-left: 236px;
	overflow:hidden;
}
.submit-container .left {
	width: 120px;
	float: left;
}
.submit-container .right {
	width: 160px;
	float: right;
}
.submit-container .right .btn {
	width: 160px;
}



