@charset "utf-8";
@import url("import.css");
/* ===================================================================
CSS information

 file name  :support.css
 style info :supportディレクトリ用CSS
=================================================================== */

/* -----------------------------------------------------------
	access.html
		アクセスページ
----------------------------------------------------------- */
.access #main ul {
	margin-bottom:1em;
}


/* -----------------------------------------------------------
	inquiry.html
		資料請求ページ
----------------------------------------------------------- */
p.notes {
	border:1px solid #d6d6d6;
	background:#f9f9f9;
	padding:10px;
	margin-bottom:30px;
}

.inquiry #main h3 {
	line-height:19px;
	vertical-align:top;
	font-weight:normal;
	padding-bottom:15px;
	margin-bottom:0;
	border-bottom:1px solid #000;
}

.require {
	color:#c36;
}


.inquiry table {
	border-bottom:1px solid #000 !important;
	width:610px;
	margin-bottom:70px;
}

	
.inquiry table th {
	width:162px;
	text-indent:-1em;
	padding:10px 1.5em;
	font-weight:normal;
	vertical-align:top;
}

.inquiry table td  {
	padding:10px 0;
}

.inquiry table th,
.inquiry table td {
	border-bottom:1px solid #e5e5e5;
}

.inquiry table tr:last-child th,
.inquiry table tr:last-child td{
	border-bottom:1px solid #000;
}

input[type="text"],
input[type="checkbox"],
textarea,
select {
	border:1px solid #ccc;
}


/* 	名前
---------------------------------------------------------*/
.name input {
	width:214px;
}


/* 	住所
---------------------------------------------------------*/
.adr input {
	width:290px;
}

/* 	確認電話の了承
---------------------------------------------------------*/
.confirm {
	text-align:center;
	color:#6694b4;
}


/* 	E-mail
---------------------------------------------------------*/
.email input {
	width:214px;
}

/* 	コメント
---------------------------------------------------------*/
.comment textarea {
	width:410px;
	height:120px;
}


/* 	郵便番号
---------------------------------------------------------*/
#zip_3 {
	width:3em;
}

#zip_5 {
	width:5em;
}


/* -----------------------------------------------------------
	sitemap.html
		サイトマップページ
----------------------------------------------------------- */
.sitemap #main a {
	color:#4b4b4b;
}

.sitemap #main div.block {
	width:600px;
	margin-bottom:10px;
}
.sitemap #main div.block:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


.sitemap #main dl {
	float:left;
	width:190px;
	margin-right:10px;
}
.sitemap #main dl dt {
	margin-bottom:10px;
}

.sitemap #main dl dd ul {
	padding-left:28px;
}

/* -----------------------------------------------------------
	company.html
		会社概要ページ
----------------------------------------------------------- */
.company ol {
	list-style:none;
	margin-bottom:20px;
}

.company table.companyInfo {
	width:610px;
	margin-bottom:30px;
	border-top:2px solid #464646;
	border-bottom:2px solid #464646;
}

.company table.companyInfo caption {
	display:none;
}

.company table.companyInfo th {
	font-weight:normal;
	vertical-align:top;
	width:100px;
	padding:3px 0 3px 10px;
	border-bottom:1px solid #dadada;
}

.company table.companyInfo td {
	padding:3px 0 3px 10px;
	border-bottom:1px solid #dadada;
}
