<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*--------------------------------------------------------------------
inquiry.html
inquiry.css
--------------------------------------------------------------------*/



/*------------Titleのスタイル---------------------------------------------------------------*/
div#Title h2 { background-image: url(../img/inquiry/title.png); }



/*------------Side01のスタイル---------------------------------------------------------------*/
div#Side01,
div#Side02,
div#Side05 { display: none; }



/*------------TelBoxのスタイル---------------------------------------------------------------*/
div#TelBox { margin-top: 0; }
div#TelBox h3 { background-image: url(../img/inquiry/sub_t01.png); }
div#TelBox p { margin-bottom: 1em; }
div#TelBox a { color: #3375ff; }
div#TelBox div#Telephone { background-image: url(../../img/telephone_inq.png); }



/*------------FormBoxのスタイル---------------------------------------------------------------*/
div#FormBox { margin-top: 20px; }
div#FormBox h3 { background-image: url(../img/inquiry/sub_t02.png); }
div#FormBox span { color: #ff4a51; }
div#FormBox table {
	width: 100%;
	margin: 5px 0 20px;
	border-collapse: collapse;
}
div#FormBox table tr th {
	width: 25%;
	padding: 8px 10px;
	background: url(../../img/table_bg.png) repeat-y center top;
	border: 1px solid #aaa;
	text-align: left;
	vertical-align: top;
}
div#FormBox table tr td {
	width: auto;
	padding: 5px 10px;
	border: 1px solid #aaa;
	text-align: left;
	vertical-align: middle;
}
div#FormBox table tr td#Title { background: #eaeaea; }
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 {
	list-style: none;
	width: 100%;
	margin: 0;
	overflow: hidden;
}
div#FormBox table tr td ul li {
	margin-right: 0.5em;
	float: left;
}
div#FormBox table tr td ul li input { vertical-align: -0.1em; }
div#FormBox div#SubmitBtn {
	margin-top: 20px;
	text-align: center;
}



/*------------FaqBtnのスタイル---------------------------------------------------------------*/
div#FaqBtn {
	width: 400px;
	margin: 20px auto 0;
}
div#FaqBtn a {
	display: block;
	height: 55px;
	background: url(../img/inquiry/faq_btn.jpg) no-repeat left top;
	line-height: 0;
	text-indent: -99999px;
	overflow: hidden;
	font-size: 0;
}
div#FaqBtn a:hover { background-position: left bottom; }</pre></body></html>