@charset "Shift_JIS";

/*------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.					0.8.2;
	Author.					Kenta Aga

	PROGRAM-ID.		"各ページ"
------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/

/*------------------------------------------------
	セカンダリ共通部分
------------------------------------------------*/
body{
	background						: url(../img/share/background.gif) repeat-x;
}

#header{
	margin-bottom					: 8px;
	height									: 112px;
	position								: relative;
}



/*	タイトル
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#wrap h2{
	margin-bottom					: 0px;
}

#contents h3.txtTitle,
#contents dt.txtTitle{
	padding-left						: 41px;
	background						: url(../img/share/title_middle.gif) no-repeat;
	line-height							: 28px;
}

/*	パンくずリスト
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#pan{
	margin								: 0px 0px 8px 15px;
	font-size								: 85%;
}
#pan dt{
	display								: none;
}

/*	回り込み画像
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.descriptionImage{
	float									: left;
	display								: block;
	margin-right						: 25px;
}

/*	テーブルデコレーション
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.listTbl{
	margin-bottom					: 1em;
	width									: 100%;
}
.listTbl th,.listTbl td{
	border								: 1px solid #1982ae;
}
.listTbl td.head{
	background						: #edf3f5;
}

/*	戻る
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.backtop a{
	display								: inline-block;
	color									: #000;
	padding-left						: 15px;
	background						: url(../img/arrow/tri_black_back.gif) no-repeat center left;
}
.backtop a:visited{
	color									: #000;
}
.backtop a:hover{
	color									: #666;
}
/*	ページトップ
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.pagetop{
	text-align							: right;
}
.pagetop a{
	color									: #000;
	padding-left						: 15px;
	background						: url(../img/arrow/tri_black.gif) no-repeat center left;
}
.pagetop a:visited{
	color									: #000;
}
.pagetop a:hover{
	color									: #666;
}

/*	注釈
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.note,
#product .itemList li span.note{
	display								: inline;
	font-size								: 90%;
}

/*	簡易マウスオーバー
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.mouse-over a:hover img,
.mouse-over:hover img{
	filter								: alpha(opacity=85);
	-moz-opacity				: 0.85;
	opacity							: 0.85;
}


/*------------------------------------------------
	メインコンテンツ枠
------------------------------------------------*/
#contents{
	float									: left;
	display								: inline-block;
	width									: 589px;
}
#contents .catch{
	margin-bottom					: 0;
}


#contents .section{
	margin								: 18px 0 24px 10px;
}

#contents h3,
#contents .section dt{
	margin-bottom					: 13px;
}
.section dd,
.section .entry{
	zoom									: 1;
	margin								: 0 20px 19px 28px;
}

/*	more
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#contents .section .more{
	margin-top						: 19px;
	text-align							: right;
}
#contents .section .more a{
	padding-left						: 15px;
	background						: url(../img/arrow/dot_gray.gif) no-repeat center left;
}

/*	中でdt ddを使うとかの時
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.section .caseList dl,
.section .catalogList dl{
	margin								: 0;
	padding								: 0;
	border								: 1px solid #ccc;
	border-bottom					: 0;
}
.section .caseList dt,
.section .catalogList dt{
	margin								: 0;
	padding								: 5px;
	background						: #e1e1e1;
}
#contents .section .caseList dd,
#contents .section .catalogList dd{
	margin								: 0;
	padding								: 5px;
	padding-top						: 8px;
	text-align							: center;
}

.section .reset, #contents .section .reset dt,.section .reset dd{
	margin								: 0;
	padding								: 0;
}


/*	カタログを見る
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#contents .section .more.catalog{
	font-size								: 85%;
}
#contents .section .more.catalog a{
	padding-left						: 0;
	background						: none;
}
#contents .section .more img{
	display								: block;
	margin-bottom					: 3px;
	vertical-align						: top;
}

#contents .section .more.catalog{
	zoom									: 1;
}
#contents .section .more.catalog li{
	float									: right;
	display								: inline;
	margin-left						: 6px;
}

/* TOY BOX関係 */
#contents .section .more.catalog li.button.toybox{
	position								: relative;
	float									: left;
}

/*------------------------------------------------
	製品案内 - PRODUCT
------------------------------------------------*/

/*	タイトル
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#product h3.firstAp{
	margin-top						: 20px;
}

/*	サムネイル画像
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#product .itemList{
	margin-bottom					: 1em;
	zoom									: 1;
}

#product .itemList li{
	float									: left;
	margin-right						: 2px;
	margin-bottom					: 1em;
	padding								: 8px 0 5px 0;
	width									: 131px;
	text-align							: center;
	background						: #f1f1f1;
}
#product .itemList.trio li{
	width									: 174px;
}

#product .itemList li.lastChild{
	margin-right						: 0px;
}

#product .itemList li img{
	display								: block;
	margin-bottom					: 3px;
}
#product .itemList li p{
	margin								: 0 3px;
}

#product .system{
	display								: inline-block;
	margin-bottom					: 0.5em;
	width									: 100%;
}
#product .system li{
	float									: left;
	margin-right						: 15px;
	margin-bottom					: 0.5em;
	width									: 256px;
}
#product .system li.lastChild{
	margin-right						: 0;
}
#product .system li img{
	display								: block;
	margin-bottom					: 0.5em;
	border								: 1px solid #aaa;
}
#product .system li span.caution{
	display								: block;
	font-size								: 80%;
	margin-left						: 1.5em;
	text-indent						: -1.2em;
}

#product .section strong.title{
	display								: block;
	margin-bottom					: 0.5em;
}

#product .section dl.itemInfo{
	margin-top						: 10px;
}

#product .section dl.itemInfo dt{
	margin-bottom					: 10px;
}

#product .section dl.itemInfo dd{
	margin-bottom					: 15px;
	padding-bottom				: 15px;
	padding-left						: 15px;
	background						: url(../img/share/dot.gif) repeat-x bottom left;
}

/*------------------------------------------------
	施工事例 - CASE
------------------------------------------------*/

#case-box li{
	zoom									: 1;
	position								: relative;
	margin								: 0 0 14px -8px;
	padding								: 0;
}

#case-box li dl{
	display								: inline;
	float									: left;
	margin								: 0 0 0 8px;
	padding								: 0;
	width									: 186px;
}

#case #case-box li dt{
	margin								: 0 0 3px 0;
	padding								: 0;
}
#case-box li dt img{
	display								: block;
	margin								: 0;
	padding								: 0;
	vertical-align						: bottom;
}

#case-box li dd{
	margin								: 0;
	padding								: 0;
	font-size								: 80%;
	line-height							: 1.4;
}
#case-box li dd em a{
	display								: block;
	font-style							: normal;
	margin-bottom					: 6px;
	padding								: 8px;
	padding-left						: 32px;
	background						: url(../img/arrow/square_azure.gif) no-repeat 8px center #f8f9f9;
	border								: 1px solid #b5bdc3;
}
#case-box li dd em a:hover{
	background-color			: #f1f1f1;
}


/*	サムネイル画像
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#thumb-box{
	padding								: 8px;
	background						: #f8f9f9;
}

#thumb-box li{
	zoom									: 1;
	position								: relative;
	margin								: 0 0 14px 0px;
	padding								: 0;
}

#thumb-box li dl{
	display								: inline;
	float									: left;
	margin								: 0 0 0 6px;
	padding								: 0;
}

#case #thumb-box li dt{
	margin								: 0 0 3px 0;
	padding								: 0;
}
#thumb-box li dt img{
	display								: block;
	margin								: 0;
	padding								: 0;
	vertical-align						: bottom;
	border								: 1px solid #b5bdc3;
}
#thumb-box li dt a:hover img{
	border								: 1px solid #3394cc;
}


/*------------------------------------------------
	カタログリスト - CATALOG
------------------------------------------------*/
.catalogList{
	margin-bottom					: 1em;
	zoom									: 1;
}
.catalogList li{
	float									: left;
	margin-right						: 15px;
	margin-bottom					: 10px;
	width									: 175px;
	background						: url(../img/catalog/background_list.gif) no-repeat bottom left;
}

#contents .section .catalogList dd{
	padding								: 5px;
	padding-bottom				: 0;
}

.catalogList dd img{
	display								: block;
	margin-bottom					: 0.4em;
	border								: 1px solid #ccc;
}

.catalogList dd strong{
	display								: block;
	margin-bottom					: 0.4em;
	font-size								: 110%;
	font-weight						: normal;
}

.catalogList dd span.date,
.catalogList dd span.dl{
	display								: block;
	margin-bottom					: 0.4em;
}

.catalogList dd span.dl a{
	padding-left						: 17px;
	background						: url(../img/share/icon/pdf.gif) no-repeat;
}

#catalog .caution{
	display								: block;
	font-size								: 85%;
	margin-left						: 1.5em;
	text-indent						: -1.2em;
}

/*------------------------------------------------
	お問い合わせ - CONTACT
------------------------------------------------*/
.reset.address{
	padding								: 3px;
	border								: 1px solid #ccc;
}
#contact .section .reset.address dt{
	padding								: 5px;
	background						: #e1e1e1;
}
#contact .section .reset.address dd{
	padding								: 5px;
}

/*------------------------------------------------
	プライバシーポリシー - POLICY
------------------------------------------------*/
#policy .list li{
	margin-bottom					: 2em;
}

#policy .list .innerList li{
	margin-bottom					: 0.3em;
}

#policy .list strong{
	display								: block;
	margin-bottom					: 0.5em;
}

/*------------------------------------------------
	サイトのご利用について - SITE POLICY
------------------------------------------------*/

#sitepolicy .section p{
	margin-bottom					: 1.5em;
}

#sitepolicy .section dl{
	margin-bottom					: 1.5em;
}

#sitepolicy .section dt{
	margin-bottom					: 0.3em;
	font-weight						: bold;
}

#sitepolicy .section dd{
	margin-bottom					: 0.5em;
	margin-left						: 1em;
}

/*------------------------------------------------
	サイトマップ - SITEMAP
------------------------------------------------*/
#sitemap .section h3{
	margin-bottom					: 1.5em;
	padding-left						: 20px;
	background						: url(../img/arrow/box_crimson.gif) no-repeat	0 0.1em;
}

#sitemap .section ul{
	margin-left						: 2em;
}

#sitemap .section li{
	margin-bottom					: 1.5em;
	margin-left						: 2em;
	padding-left						: 20px;
	zoom									: 1;
	background						: url(../img/arrow/box_navy.gif) no-repeat	0 0.1em;
}

#sitemap .section .innerList{
	margin								: 0.5em 0 0.5em 1em;
}

#sitemap .section .innerList li{
	float									: left;
	width									: 10.5em;
	background						: url(../img/arrow/box_azure.gif) no-repeat	0 0.1em;
}

#sitemap .section h3 a,#sitemap .section ul a{
	color									: #666;
}

/*------------------------------------------------
	clearfix
------------------------------------------------*/
#contents .section:after,
#contents .section dd:after,
#contents .section .more.catalog:after,
#product .itemList:after,
#product .system:after,
#catalog .caseList:after,
#catalog .catalogList:after,
#sitemap .section li:after,
#case-box li:after,#thumb-box li:after{
	content								: ".";
	display								: block;
	clear									: both;
	height									: 0;
	visibility								: hidden;
}