@charset "utf-8";
/* 会社案内「タイトル」 */
.info_banner {
	width:996px;
	height:180px;
	margin:0 auto 0 auto;
	padding:0;
	background-color:#000;
	border:#000 solid 2px;
	background:url(../information/img/pic_cat_history.jpg) no-repeat left top;
	color:#FFF;	
}
.info_banner h1 {
	text-align:left;
	margin:150px 0 10px 10px;
	font-size:36px;
	font-weight:bold;
	letter-spacing:1.5em;
	line-height:0.3em;
}
/* 会社案内「タイトル」 */
/* お問い合わせ（ボックス） */
.inquiry_box {
	width:487px;
	height:380px;
	margin:3px 0 3px 3px;
	padding:120px 0 0 250px;
	text-align:left;
	background:url(../inquiry/img/inquiry_message001.jpg) no-repeat 0 0;
}
.inquiry_box .text_box {
	width:auto;
	height:auto;
	margin:0;
}
.inquiry_box p {
	margin:5px 0 0 15px;
	line-height:1.5em;
	font-size:14px;
}
.inquiry_box h2 {
	width:auto;
	margin:0 10px 0 0;
	padding:10px 0 5px 5px;
	height:auto;
	color: #000;
	font-size:18px;
	border-style:solid;
	border-width:0px;
	border-bottom:#000 3px solid;
}
/* お問い合わせ（ボックス） */
/* お問い合わせ（ボタン） */
.inquiry_btn {
	margin:auto;
	width:auto;
	height:140px;
}
.inquiry_btn dt {
	float:left;
	display:inline;
	width:240px;
	height:26px;
	line-height:22px;
	padding-left:5px;
	margin:15px 5px 0 20px;
	border-bottom:#333 2px solid;
}
.inquiry_btn dd {
	float:left;
	display:inline;
	width:205px;
	height:26px;
	margin:15px 0 0 0;
	line-height:22px;
	padding:1px 0 0 5px;
}
/* お問い合わせ（ボタン） */
/* ボタン・メールフォーム */
.mailform_btn a {
	background: url(../inquiry/img/mail_fax_form_btn002.png) no-repeat -200px 0;
	width:200px;
	height:26px;
	display:block;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
}
.mailform_btn a:hover {
	background-position:-200px -26px;
}
/* ボタン・メールフォーム */
/* ボタン・ＦＡＸフォーム */
.faxform_btn a {
	background: url(../inquiry/img/mail_fax_form_btn002.png) no-repeat 0 0;
	width:200px;
	height:26px;
	display:block;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
}
.faxform_btn a:hover {
	background-position:0 -26px;
}
/* ボタン・ＦＡＸフォーム */
/* お問い合わせ（注釈） */
.inquiry_caution {
	width:737px;
	height:auto;
	margin:3px 0 3px 3px;
	padding:0;
	text-align:left;
}
.inquiry_caution p {
	font-size:12px;
	line-height:1.2em;
	margin:0 3em;
	text-indent:-1em;
}
.inquiry_caution h3 {
	width:auto;
	margin:10px 30px 5px 20px;
	padding:10px 0 5px 5px;
	height:auto;
	color: #3f3f3f;
	font-size:18px;
	border-style:solid;
	border-width:0px;
	border-left: #a7a354 7px solid;
	border-bottom: #a7a354 1px solid;
}
/* お問い合わせ（注釈） */
