@charset "utf-8";

#list-product {
	margin: 30px 40px;
	list-style-type: none;
}

#list-product>li {
	margin: 10px;
	background-repeat: no-repeat;
	background-position: 0px 36px;
	padding: 10px 0 0 160px;
	height: 160px;
	font-weight: 700;
	border-top: 1px solid #afafaf;
}

#list-product li>span {
	margin: 6px 0 0 30px;
	padding: 10px;
	background-color: #f2f2f2;
	font-size: 90%;
	font-weight: normal;
	display: block;
	letter-spacing: 1px;
}

.etc {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	margin: 10px;
	list-style-type: disc;
	padding-left: 50px;
}

.etc li a {
	background-image: url(../img/l_b08.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 8px;
	padding-left: 18px;
}
