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

/*----------------------------------------------*/
/* Productlist CSS [SP]                         */
/*----------------------------------------------*/

/*######## スライドショー ########*/

#sliderbox {
	width: 100%;
	
	margin-bottom: 10px;
}

#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%;
	margin: 0px auto;
}

.productlist {
x	float: left;
x	width: 44%;
x	margin: 0px 1% 20px 1%;
x	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.productlist-photo {
	float: left;
	width: 30%;
	margin: 5px 0px;
	text-align: center;
}

.productlist-photo img {
	width: 100%;
	max-width: 75px;
}

.productlist-txtbox {
	float: right;
	width: 70%;
	margin: 5px 0px;
}

.productlist-name {
	margin-bottom: 10px;
	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: 130%;
	color: #000000;
}

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

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

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