@charset "shift_jis";
 @import url("../../css/contents.css");
/*
/*
-------------------------------------------------------------------
◎製品情報個別ページスタイルシート
製作者：株式会社アルゴ
制作日：2009年2月12日
最終更新日：2009年2月17日
-------------------------------------------------------------------
[目次]

・左メニュー開閉設定
・カテゴリーラベル
・シリーズラベル
・特長
　1.FAQブロック
・ラインナップラベル
・製品トップ（省エネ/特長）
　1.ページ切替タブ
　2.注釈テーブル

-------------------------------------------------------------------
*/

div.title a.naiyo1 {
	background: url(../images/bnr_naiyo1.jpg) no-repeat;
	width: 324px;
	text-indent: -9999em;
}
div.title a:hover.naiyo1 {
	background: url(../images/bnr_naiyo1-on.jpg) no-repeat;
	width: 324px;
}
div.title a.naiyo2 {
	background: url(../images/bnr_naiyo2.jpg) no-repeat;
	width: 325px;
	text-indent: -9999em;
}
div.title a:hover.naiyo2 {
	background: url(../images/bnr_naiyo2-on.jpg) no-repeat;
	width: 325px;
}

div#main-container h4.detail {
	background-image: url(../images/bg_h4-products.gif);
	background-repeat: no-repeat;
}
#main-container .leftcontents {
	width:290px;
	margin:0 0 10px 24px;
	float:left;
	display:inline;
}
#main-container .rightcontents {
	width:290px;
	margin:0 24px 10px 0;
	float:right;
	display:inline;
}
.detaillist {
	margin:0 0 10px 0;
}
.detaillist dt {
	margin:0 0 10px 0;
	padding:5px 0;
	border-bottom:1px #d8A500 solid;
	clear:both;
}
.detaillist dd {
	margin:0 0 10px 0;
}

.rightcontents2 .detaillist dt {
	margin:0;
}
.rightcontents2 .detaillist dd {
	margin:0 0 10px 0;
}




/* 左メニュー開閉設定 */
#box07 {
	display: block;
}
#menu07 {
	display: none;
}
/* カテゴリーラベル */
div#main-container h3.index {
	height: 25px;
	margin-bottom: 0px;
	text-indent: -9999em;
	background: url(../images/bg_h3-index.gif) no-repeat;
}
/* シリーズラベル */
div#main-container h4.a-s {
	background: url(../images/bg_h4-index.jpg) no-repeat;
	margin-bottom: 20px;
}
/* 特長 */
div#main-container div.border-box {
	width: 648px;
	border: 1px solid #CCC;
}
div#main-container div.border-box h3, div#main-container div.border-box h4 {
	display: block;
	width: 648px;
}
div#main-container div.border-box h5 {
	display: block;
	width: 543px;
	height: 28px;
	margin-bottom: 10px;
}

/* 製品ヘッダメニュー */

div.series .contentsmenu {
	position:absolute;
	width:170px;
	top:5px;
	right:5px;
	margin:0;
	padding:0;
}
div.series .contentsmenu li {
	position:relative;
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
div.series .contentsmenu a {
	display:block;
	margin:0 5px 0 0;
	float:left;
}
* html div.series .contentsmenu a {
	display:inline;
}
div.series .contentsmenu .detail-s a {
	width: 65px;
	height: 22px;
	background: url(../images/btn_detail.gif) no-repeat;
	text-indent:-9999px;
}
div.series .contentsmenu .detail-s a:hover {
	background: url(../images/btn_detail_on.gif) no-repeat;
}
div.series .contentsmenu .lineup-s a {
	width: 94px;
	height: 22px;
	background: url(../images/btn_lineup.gif) no-repeat;
	text-indent:-9999px;
}
div.series .contentsmenu .lineup-s a:hover {
	background: url(../images/btn_lineup_on.gif) no-repeat;
}

/* 特長1-2 */

/* 2.注釈テーブル */
.e-detaillist {
	margin:0 0 10px 0;
}
.e-detaillist dt {
	margin:0 0 12px 0;
	padding:0 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00A4C8;
}
.e-detaillist dd {
	margin:0 0 20px 0;
}
.e-detaillist h6 {
	margin:0 0 6px 0;
}
.e-detaillist .detail1 {
	background-image: url(../images/img_toku1-8.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 230px;
	padding-right: 150px;
}
#lineup div#main-container div.e-detail-kyousei {
	margin:0 0 20px 0;
	padding:10px;
	background:#daecd0;
	border:2px solid #9AC846;
}
#lineup div#main-container div.e-detail-kyousei p {
	line-height:1.25;
}
#lineup div#main-container h4.copy {
	height: 45px;
	margin:30px 0 15px 0;
	text-indent: 0px;
}
/* メインH3　レイアウト調整　ARGO追記0618*/
div#main-container h3 {
	text-indent: -9999em;
	width: 650px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 27px;
	background-image: none;
	overflow:hidden;
}


/* 1.ページ切替タブ */
div#main-container p.detail-tab {
	position:relative;
	width: 650px;
	height:24px;
	background:url(../images/bg_tab-submenu.jpg) repeat-x #EBEBEB;
}
p.detail-tab a {
	display: block;
	float: left;
	width: 144px;
	height: 24px;
}
p.detail-tab a.detail {
	background: url(../images/tab_detail.gif) no-repeat;
}
p.detail-tab a:hover.detail {
	background: url(../images/tab_detail-on.gif) no-repeat;
}
p.detail-tab a.detail-on {
	background: url(../images/tab_detail-on.gif) no-repeat;
}
p.detail-tab a.lineup {
	background: url(../images/tab_lineup.jpg) no-repeat;
}
p.detail-tab a:hover.lineup {
	background: url(../images/tab_lineup_on.jpg) no-repeat;
}
