@charset "utf-8";


/* Product Index */
#i-Product{
	text-align:center;
}
#i-Product .p-tit01{padding:0;}
#i-Product table{
	margin:0 auto;
	border-collapse:separate;
	border-spacing:16px;
}
#i-Product td{
	width:50%;
	background-image: url(../product/img/bg_plist_foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:30px;
	vertical-align: top;
	text-align:left;
}
#i-Product td.none{
	background-image: none;
}
#i-Product td h2{
	background-image: url(../product/img/bg_plist_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:12px 5px 27px 28px;
	font-size:87.5%;
	font-weight:bold;
}
#i-Product ul{
	margin:0 28px;padding:0;
}
#i-Product li{
	font-size:87.5%;
	line-height:150%;
	margin:0;
	padding:0 0 8px 23px;
	list-style-type: none;
	background-image: url(../product/img/icon_plist2.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

#i-Product ul.about{
	background-image: url(../img/line03.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#i-Product ul.about li{
	background-image: url(../product/img/icon_plist1.gif);
	margin-bottom:8px;
}

/* Product Detail */
.detail-area{
}
.detail-pic{
	border-bottom:2px solid #dbdbdb;
	padding-bottom:31px;
	margin-bottom:26px;
}
.detail-pic img.img-l{margin-right:17px;}
.detail-text{padding-bottom:24px;}
.detail-text .bot-area{padding-top:10px;}
.detail-text .bot-area img{margin-left:7px;}
.sub-detail{
	clear: both;
	background-image: url(../img/line03.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding:20px 7px 0 0;margin:0 0 10px 0;
}
.sub-detail .text h2{
	font-size:100%;
	line-height:100%;
	font-weight:bold;
	border-left:2px solid #a5e343;
	padding:0 0 0 6px;
	margin:0 0 18px 0;
}
.sub-detail .text p{
	padding:0 0 0 9px;
}
.sub-detail .pic{
	width:278px;
	text-align:right;
	float:right;
	padding:0 0 8px 0;
}



