@charset "utf-8";
/************************************************
 各ページコンテンツ用
************************************************ */
/* ==============================================
▼ 共通
=============================================== */
.outer { margin-bottom: 10px; }
/* leftcolumn */
#product_menu { margin-bottom: 10px; }
#product_menu h3 { margin-bottom: 4px; }
#product_menu ul li {
	margin-bottom: 4px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #c9c9ca;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
}
#maker_area { margin-bottom: 10px; }
#maker_area h3 { margin-bottom: 4px; }
#maker_area ul li {
	margin-bottom: 3px;
	line-height: 1;
}
#maker_area ul li img { border: 1px solid #c9c9ca; }
/* maincolumn タイトル */
#maincolumn .bg_tit {
	width: 696px;
	height: 21px;
	padding: 5px 0 0 14px;
	background: url(../img/background/bg_title.gif) no-repeat;
}
#maincolumn .bg_tit h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
}
/* maincolumn サブタイトル */
#maincolumn .bg_subtit {
	width: 486px;
	height: 16px;
	padding: 4px 0 0 14px;
	background: url(../img/background/bg_subtitle.gif) no-repeat;
}
/* maincolumn サブタイトル QA用 */
#maincolumn .bg_subtit {
	width: 696px;
	height: 16px;
	padding: 4px 0 0 14px;
	background: url(../img/background/bg_subtitle02.gif) no-repeat;
}
#maincolumn .bg_subtit h4 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
}
/* ==============================================
▼ TOP
=============================================== */
/* 新着情報 */
#news_area { }
#news_area .bloc {
	padding: 10px 5px 10px 10px;
	background: #f6f7f7;
	border-right: 1px solid #c9c9ca;
	border-bottom: 1px solid #c9c9ca;
	border-left: 1px solid #c9c9ca;
}
#news_area .bloc dl {
	height: 170px;
	overflow: auto;
	padding-right: 5px;
}
#news_area .bloc dt {
	clear: left;
	float: left;
	width: 7em;
}
#news_area .bloc dd {
	margin-bottom: 3px;
	padding: 0 0 4px 7em;
	border-bottom: 1px dashed #c9c9ca;
}
/* よくあるご質問 */
#faq_area { }
#faq_area .bloc {
	padding: 5px 10px;
	background: #f6f7f7;
	border-right: 1px solid #c9c9ca;
	border-bottom: 1px solid #c9c9ca;
	border-left: 1px solid #c9c9ca;
}
#faq_area .bloc li {
	margin: 7px 0;
	padding: 0 0 7px 18px;
	background: url(../img/icon/ico_arrow.gif) no-repeat;
	border-bottom: 1px dashed #c9c9ca;
	line-height: 1;
}

#address {margin-top: 30px; }
/* ==============================================
▼ 会社概要
=============================================== */
.company_area { margin-bottom: 20px; }
.company_area .bloc01 { padding: 15px 20px 5px 20px; }
.company_area .bloc02 {
	padding: 10px 15px 10px 20px;
	border: 1px solid #c9c9ca;
}
.office_area { margin-bottom: 20px; }
.office_area .bg_tit { margin-bottom: 10px; }
.office_area .bloc03 {
	width: 710px;
	height: 276px;
	position: relative;
}
.office_area .gmap {
	width: 270px;
	float: left;
}
.office_area .bloc04 {
	padding: 10px 10px 10px 0px;
	width: 410px;
	float: right;
}
.office_area .bloc04 li.navi {
	position: absolute;
	left: 280px;
	top: 252px;
}
/* ==============================================
▼ 取扱商品
=============================================== */
#products_area { }
#products_area .bg_tit { margin-bottom: 10px; }
.item_list {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #c9c9ca;
}
.item_photo {
	width: 200px;
	float: left;
}
.item_note {
	width: 500px;
	float: right;
}
.item_note .bloc { padding: 5px 10px; }
.item_note .bloc ul.navi { margin-top: 5px; }

.cate_name {
	font-size: 11px;
	padding-bottom: 5px;
}

/* ==============================================
▼ よくある質問
=============================================== */
#qa_area { }
#qa_area .bg_tit { margin-bottom: 10px; }
.qa_list {
	margin-left: 8px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #c9c9ca;
}
.qa_note {
	width: 700px;
}
.qa_note .bloc { padding: 10px 15px; }
.qa_note .bloc ul.navi { margin-top: 5px; }

.more_txt {
	float: right;
	font-size: 10px;
	padding-right: 10px;
}

.page_area .bloc01 { padding: 10px 15px; }