@charset "UTF-8";
/* CSS Document */


/*  contact お問い合わせ設定
---------------------------------------------------------- */

#mainContents #contact {
	width: 700px;
}

#contact h2 {
	background: url(../../../contact/img/t_contact.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 80px;
	width: 700px;
}
#contact h3 {
	background: url(../../../contact/img/t_01.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 40px;
	width: 700px;
	margin-top: 30px;
}
#contact .necessityEntry {
	width: 600px;
	margin: 30px auto 0px;
	text-align: right;
	font-size: 85%;
}
#contact table {
	margin: 15px auto 0px;
	width: 600px;
	border-top: 1px solid #b4c791;
	border-right: 1px solid #b4c791;
	border-left: 1px solid #b4c791;
	font-size: 85%;
	color: #313131;
}
#contact table  th {
	font-weight: normal;
	background: #f4fae8;
	padding: 5px;
	width: 120px;
	border-bottom: 1px solid #b4c791;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #b4c791;
}
#contact table td {
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #b4c791;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#contact .contactBtn {
	margin: 15px auto 0px;
	width: 300px;
	text-align: center;
}
