@charset "utf-8";
/* CSS Document */

#product {
	margin:30px 0 0;
}
#product h4 {
	margin:5px 0 10px;
}
#product #list {
	margin-bottom:30px;
}
#product #list li{
	width:840px;
	margin:0 0 20px;
	padding-bottom:1px;
	background-image: url(../../images/common/line2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#product #list li .img_area {
	width:247px;
	float:left
}
#product #list li .txt_area {
	width:593px;
	float:left;
	padding:25px 0 0;
}
#product #list li .txt_area .word {
	padding:3px 0 0 20px;
}













/***/
