@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* Productlist CSS [PC]                         */
/*----------------------------------------------*/

/*######## スライダー ########*/

#sliderbox {
	margin-bottom: 25px;
}

#sliderbox #slider {
}

#sliderbox #slider li {
	display: none;  /* Init hide */
}

#sliderbox #slider li img {
	width: 100%;
}


/*######## 商品一覧 ########*/

.productlistbox {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	max-width: 680px;
x	margin: 0px auto;
}

.productlist {
x	display: block;
	float: left;
x	width: 28%;
	width: 30%;
x	max-width: 197px;
	margin: 0px 1% 20px;
x	padding: 5px;
	padding: 0.5%;
x	background-color: #FF0000;
	height: 330px;
}

a:hover .productlist {
	background-color: #D6D3CC;
}

.productlist-photo {
	height: 150px;
	margin-bottom: 10px;
	text-align: center;
x	background-color: #FF0000;
}

.productlist-txtbox {
}

.productlist-name {
	margin-bottom: 8px;
	padding-left: 13px;
	
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	
	background-image: url(../images/common/i_arrow.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	
}

.productlist-desc {
	line-height: 135%;
	color: #000000;
}

.productlist-capacity {
	margin-bottom: 5px;
	color: #808080;
	font-size: 12px;
}

.productlist-price {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.productlist-price span {
	padding-right: 10px;
	font-size: 12px;
	font-weight: normal;
}
