@charset "utf-8";

#contact_box{
	width: 1000px;
	margin: 0px auto 0px auto;
	padding-top: 310px;
}

#contact_box p {
	margin: 0px auto 10px;
}

#contact_box p.center{
	background-color: #f1f1ee;
	padding: 10px;
	border-radius: 5px;
	width: 800px;
	margin: 0px auto 20px auto;
	text-align: left;
	padding-top: 0px;
}

#contact_box table{
	width: 839px;
	margin: 20px auto 10px;
}

#contact_box table tr {
	margin-bottom: 10px;
}

#contact_box table th{
	width: 25%;
	color: #ffffff;
	background-color: #b0a893;
	line-height: 40px;
	padding: 7px 0px 5px 10px;
	vertical-align: middle;
	border: 1px solid #79715c;
	text-align: center;
}

#contact_box table td{
	width: 75%;
	line-height: 40px;
	padding: 13px 0px 5px 10px;
	border-bottom: 1px dotted #bcb8ad;
	color: #000000;
}
#contact_box table td p{
	line-height: 20px;


}
#contact_box .btn_box{
	width: 900px;
	margin: 20px auto;
	text-align: center;
}


#contact_box .btn_box input[type="submit"] {
	width: 140px;
	display: inline;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	height: 30px;
	background: #877e6d;
	border: none;
	border: 1px solid #ffffff;
}

#contact_box .btn_box input[type="button"] {
	width: 140px;
	display: inline;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	height: 30px;
	background: #877e6d;
	border: 1px solid #ffffff;
	margin-right: 20px;
}

.contact-bg-box {
	background: url(../image/contact-bg01.jpg) no-repeat center top;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.contact-text {
	width: 1000px;
	height: 150px;
	margin: 0px auto;
	background: url(../image/common-bg-tp.png);
	text-align: center;
}

.contact-text img {
	width: 167px;
	margin-top: 40px;
}

.contact-faq {
	background: url(../image/submenu-bg.jpg) no-repeat;
	text-align: center;
	height: 50px;
}

.contact-text-inner {
	width: 240px;
	margin: 0px auto;
	padding-top: 15px;
}

.contact-text-inner p {
	width: 120px;
	float: left;
	display: inline;
	font-size: 14px;
	vertical-align: middle;
}

.contact-text-inner p a {
	padding-bottom: 5px;
	border-bottom: dashed 1px #ffffff;
	color: #ffffff;
	font-family: sans-serif;
}

.contact-text-inner p a:hover {
	color: #79715B;
	border-bottom: dashed 1px #79715B;
}

.contact-inner {
	width: 1000px;
	margin: 0px auto;
	background-color: #ffffff;
	padding-top: 20px;
}

.contact-inner .contact-inner-text-top {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.contact-inner .contact-inner-text-top h1 {
	color: #79715c;
	font-family: "Ryumin Light KL" , "リュウミン L-KL" , serif;
	font-size: 26px;
}

.contact-message {
	background-color: #f1f1ee;
	padding: 15px;
	border-radius: 5px;
	width: 800px;
	margin: 0px auto 20px auto;
	text-align: left;
}

#contact_box .btn_box {
	margin-top: 50px;
}

.contact-thanks-message {
	background-color: #f1f1ee;
	padding: 15px;
	border-radius: 5px;
	width: 800px;
	margin: 20px auto 20px auto;
	text-align: left;
}

#contact_box .btn_box a {
	width: 140px;
	height: 30px;
	color: #ffffff;
	background: #877e6d;
	text-align: center;
	padding: 10px 20px;
}
