@charset "utf-8";

/*-----------------------------------------
contents
-----------------------------------------*/
#contents {
	margin-top: 60px;
	line-height: 2.5;
}

/*-----------------------------------------
Title
-----------------------------------------*/
#contents h2 {
	height: 28px;
	margin-bottom: 50px;
	background: url(../img/contact/title.png) no-repeat center top;
	overflow: hidden;
	text-indent: -99999px;
	line-height: 0;
	font-size: 0;
}

/*-----------------------------------------
TopP
-----------------------------------------*/
#contents p { text-align: center; }

/*-----------------------------------------
ContactBox
-----------------------------------------*/
#contents #ContactBox {
	width: 574px;
	height: 270px;
	margin: 25px auto 0;
	padding: 190px 100px 50px;
	background: url(../img/contact/main_bg.png) no-repeat left top;
	overflow: hidden;
}
#contents #ContactBox #Left,
#contents #ContactBox #Right {
	width: 50%;
	margin-top: 20px;
	float: left;
}
#contents #ContactBox #Left p,
#contents #ContactBox #Right p { text-align: left; }
#contents #ContactBox #Left p { margin-top: 50px; }
#contents #ContactBox #Left p#First { margin-top: 0; }
#contents #ContactBox input { width: 90%; }
#contents #ContactBox textarea {
	width: 90%;
	height: 200px;
}
.text, textarea, .dropdown{
    font-size: 14px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
    border: 1px solid #B9C9CE;
    border-radius: 5px;
    padding: 0 3px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	width: 90%;
	color: #a9abae;
}
#Submit {
	width: 574px;
	margin: 0 auto;
}
.BtnSubmit {
	cursor: pointer;
	display: block;
	width: 155px;
	height: 110px;
	margin-left: auto;
	border: none;
	text-indent: -9999px;
	background: url(../img/contact/send.png) no-repeat left top;
}
.BtnSubmit:hover { background-position: left bottom; }

/*CGI内*/
table.form {
	width: 40%;
	margin: 20px auto 0;
	border-collapse: collapse;
}
table.form tr th {
	width: 25%;
	padding: 10px;
	border-bottom: 1px solid #afafb0;
	text-align: left;
	vertical-align: top;
}
table.form tr td {
	width: auto;
	padding: 10px;
	border-bottom: 1px solid #afafb0;
	text-align: left;
	vertical-align: top;
}
table.form tr td span.msg { color: #f00; }
#SubmitBtn {
	margin-top: 20px;
	text-align: center;
}