@charset "utf-8";
/*商品一覧の行=================================*/
.item_line {
	width:730px;
	margin-right:-20px;
	overflow:hidden;
	clear: both;
	border-bottom:dotted 1px #CCCCCC;
}
.item_line_bottom {
	width:730px;
	margin-right:-20px;
	overflow:hidden;
	clear: both;
}
/*商品一覧の一商品=================================*/
.item_box {
	padding:10px 14px 15px 14px;
	height: 205px;
	width: 115px;
	float:left;
	overflow:hidden;
	border-right:dotted 1px #CCCCCC;
}
.item_box span{
	display:block;
}
.item_box .right{
	padding:5px 12px 5px 0px ;
	text-align:right;
	background-repeat:no-repeat;
	background-image: url(../images/lists/icn_arrow3.gif);
	background-position: right 7px;
}

.item_box .button img{
	margin-top:5px;
}
.item_box .title{
	font-weight:bold;
	padding-bottom:3px;
}
.item_box p{
	height:70px;
}
.soldout{
	display:block;
	line-height:130%;
	color:#910400;
	padding:10px 0px;
	font-size:14px;
	font-weight:bold;
}
