@charset "UTF-8";
.product-list ul{
	background-image:url(../img/bg-productlist.png);
	background-position:left 170px;
	background-repeat:no-repeat;
	padding:0 60px;
	height:450px;	
}
.product-list ul li{
	text-align:center;
	display:inline-block;
	width:200px;
}
.product-list ul li h3{
	margin-top:80px;
	color:#336600;
	font-weight: bold;	
}