@charset "utf-8";

.underKeyimage {
	width: 100%;
	height: 200px;
	background: #D9D9D9 url(../images/contact/keyimages.jpg) no-repeat center center;
	text-align: center;
}

.contact #Side h2 {
	background: url(../images/contact/iconMail.png) no-repeat 25px center;
}

section {
	margin-bottom: 50px;
}

/*-------------------------------------------------------------------------*/
#Main .breadcrumbs + p {
	padding: 10px 0 30px 10px;
}
/*-------------------------------------------------------------------------*/
#TelSec div {
	padding: 0 0 0 30px;
	display: inline-block;
	vertical-align: top;
}

.telBox {
	margin-right: 20px;
}

.telBox p a {
	min-height: 35px;
	padding: 0 0 0 50px;
	background: url(../images/contact/iconTel.png) no-repeat 0 center;
	color: #009d95;
	font-size: 4rem;
	font-weight: bold;
	display: block;
	vertical-align: bottom;
	line-height: 1;
}

.telBox p + p {
	text-align: center;
	letter-spacing: 0.1rem;
	text-indent: 0.1rem;
}

.faxBox p {
	min-height: 37px;
	padding: 0 0 0 50px;
	background: url(../images/contact/iconFax.png) no-repeat 0 center;
	color: #666666;
	font-size: 2.5rem;
	font-weight: bold;
	display: inline;
	vertical-align: bottom;
}

/*-------------------------------------------------------------------------*/
#MailSec h2 + p {
	padding: 0 0 10px 10px;
}

#MailSec table {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	border-bottom: 1px solid #c9c9c9;
}

#MailSec tr:nth-child(odd) {
	background-color: #e8f3f7;
}

#MailSec th,#MailSec td {
	padding: 20px;
}

#MailSec th {
	width: 35%;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

#MailSec td {
	width: 60%;
	padding-right: 40px;
}

#MailSec th span {
	margin: 0 20px 0 0; 
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background-color: #191f61;
	letter-spacing: 1rem;
	text-indent: 1rem;
}

#MailSec th span.any {
	padding: 5px 10px;
	display: inline-block;
	color: #191f61;
	border: 1px solid #191f61;
	background-color: #fff;
}

#MailSec td input,
#MailSec td textarea {
	width: 100%;
	padding: 10px;
}
.submit {
	text-align: center;
}

.submit input {
	width: 210px;
	margin: 0 50px; 
	padding: 10px 30px;
	background-color: #c4c4c4;
	border: none;
	border-radius: 5px;
	color: #666666;
	font-weight: bold;
	font: 1.4rem/1.8 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.submit input:hover {
	color: #fff;
	background-color: #191f61;
	font-weight: bold;
}