/*-----------------------*/
/* 製品紹介ページ用CSS   */
/*-----------------------*/

/* --- 製品一覧 --- */
#container section .products{
	margin-bottom: 10px;
}

#container section .products .item{
	clear: left;
	margin-bottom: 30px;
	overflow: hidden;
}

#container section .products .item img{
	display: block;
	border: 1px solid #CCC;
	float: left;
	width: 200px;
}

#container section .products .item h4{
	color: #222;
	font-size: 16px;
	line-height: 22px;
	margin-left: 230px;
	margin-bottom: 10px;
}

#container section .products .item p{
	margin-left: 230px;
	margin-bottom: 5px;
}

/* --- レイアウト --- */
#container section .layout_box{
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}
#container section .layout_box .viewup{
	position: absolute;
	top: 180px;
	right: 0;
}

#container section img.layout{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* --- 組み立てマニュアル・垂下方法 --- */
.procedure dt{
	clear: right;
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
}
.procedure dd{
	margin-left: 1.6em;
	margin-bottom: 1.8em;
}
.procedure dd dl{
	margin: 1em 0;
}
.procedure dd dl dt{
	clear: none;
	margin-bottom: .5em;
	font-size: 14px;
}
.procedure dd dl dt:before{
	content: '・';
}
.procedure dd dl dd{
	margin-left: 1.1em;
	margin-bottom: 1.2em;
}
.p-block{
	clear: right;
}

/* --- 垂下方法 --- */
#pin{
	margin-top: 40px;
}