@charset "Shift_JIS";

/*--------------------------------------------------------------------
contact.html			(お問い合わせ)
contact.css
--------------------------------------------------------------------*/
div#Title h2 { background-image: url(../../img/contact/title.png); }



/*--------------------------------------TelBox*/
div#TelBox { margin-top: 0; }
div#TelBox h3 { background-image: url(../../img/contact/sub_t01.gif); }



/*--------------------------------------FormBox*/
div#FormBox { margin-top: 25px; }
div#FormBox h3 { background-image: url(../../img/contact/sub_t02.gif); }
div#FormBox span { color: #ff1d25; }
div#FormBox table {
	width: 100%;
	margin: 5px 0 10px;
	border-collapse: collapse;
}
div#FormBox table tr th {
	width: 23%;
	padding: 8px 10px;
	background: #e6ebf3;
	border: 1px solid #7f8080;
	text-align: left;
	vertical-align: top;
}
div#FormBox table tr td {
	width: auto;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #808080;
	text-align: left;
	vertical-align: middle;
}
div#FormBox table tr td#Title { background: #e6ebf3; }
div#FormBox table tr td#Submit { text-align: center; }
div#FormBox table tr td .Inp01 { width: 98%; }
div#FormBox table tr td .Inp02 { width: 48%; }
div#FormBox table tr td .Inp03 { width: 18%; }
div#FormBox table tr td textarea { height: 200px; }
div#FormBox table tr td ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#FormBox table tr td ul li {
	float: left;
	margin-right: 1em;
}
div#FormBox table tr td ul li input { vertical-align: -0.2em; }
div#FormBox div#Submit {
	margin-top: 10px;
	text-align: center;
}