@charset "Shift_JIS";

/*--------------------------------------------------------------------
contact.html	(お問い合わせ)
contact.css
--------------------------------------------------------------------*/


/*------------Titleのスタイル---------------------------------------------------------------*/
div#Title { background-image: url(../../img/contact/title.jpg); }


/*------------Sideのスタイル---------------------------------------------------------------*/
div#Side div#SideTop h2 { background-image: url(../../img/contact/side_t.gif); }


/*------------aのスタイル---------------------------------------------------------------*/
div#Main a#con01,
div#Main a#con02 { display: block; }


/*------------TelBoxのスタイル---------------------------------------------------------------*/
div#TelBox { margin-top: 0 }
div#TelBox h3 { background-image: url(../../img/contact/sub_t01.gif); }
div#TelBox div#Telephone {
	height: 0;
	padding-top: 163px;
	background: url(../../img/contact/telephone.jpg) no-repeat center top;
	overflow: hidden;
}
div#TelBox div#Telephone * {
	height: 0;
	overflow: hidden;
}


/*------------FormBoxのスタイル---------------------------------------------------------------*/
div#FormBox { margin-top: 35px }
div#FormBox h3 { background-image: url(../../img/contact/sub_t02.gif); }
div#FormBox span { color: #ff5c00; }
div#FormBox table {
	width: 100%;
	margin: 5px 0 15px;
	border-collapse: collapse;
}
div#FormBox table tr th {
	width: 24%;
	padding: 5px 10px;
	background: #e5ecf5;
	border: 1px solid #7f7f7f;
	text-align: left;
	vertical-align: top;
}
div#FormBox table tr td {
	width: auto;
	padding: 5px 10px;
	border: 1px solid #7f7f7f;
	text-align: left;
	vertical-align: top;
}
div#FormBox table tr td#Title { background: #e5ecf5; }
div#FormBox table tr td#Submit { text-align: center; }
div#FormBox table tr td .Inp01 { width: 97%; }
div#FormBox table tr td .Inp02 { width: 47%; }
div#FormBox table tr td .Inp03 { width: 17%; }
div#FormBox table tr td .Inp04 { vertical-align: -0.2em; }
div#FormBox table tr td textarea { height: 200px; }
div#FormBox div#Cautions {
	padding: 5px 10px;
	background: #e5ecf5;
	border: 1px solid #7f7f7f;
}
div#FormBox div#Cautions h4 {
	margin-bottom: 5px;
	font-weight: bold;
}
div#FormBox div#Cautions ul li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}
div#FormBox div#Cautions ul li:before { content: "※"; }
div#FormBox div#Submit {
	margin-top: 25px;
	text-align: center;
}