@charset 'UTF-8';
@import url(base.css);
@import url(navi.css);
@import url(top.css);
@import url(cart.css);
@import url(eccube-default.css);
@import url(wearsize.css);

/*-----------------------------------------------------
	商品リスト（各ページ共通使用）
------------------------------------------------------*/
#item_list .one_item{
	margin:0px 12px 13px 0px;
}
.list{
	margin:11px -20px 0px 0px;
	padding:0px 0px 10px 0px;
	width:688px;
}
#reco .one_item{
	margin:0px 12px 13px 0px;
}
#combi .one_item{
	margin:0px 12px 13px 0px;
}
.one_item{
	background:url(../images/common/bg.jpg) no-repeat;
	margin:0px 12px 0px 0px;
	padding:0px 0px 0px 0px;
	height:331px;
	width:160px;
	float:left;
}
.one_img{
	margin:15px 5px 14px 15px;
	height:195px;
}
.list h3{
	margin:0px 15px 11px 15px;
	font-size:12px;
	line-height:14px;
	height:28px;
}
	/* ----■Browser Adjust■---------------------------------- */
	.mac.ff2 .list h3,.mac.ff3 .list h3,.mac.safari .list h3{
		margin:0px 10px 11px 15px;
	}
	/* //------------------------------------------------------ */
	
.list h3 a{
	color:#4d4d4d;
}
.list p.price{
	background:url(../images/common/price.gif) no-repeat 0px 1px;
	margin:-2px 15px 0px 15px;
	padding:0px 0px 0px 35px;
	font-size:10px;
	color:#2a2a2a;
	font-weight:bold;
	line-height:13px;
}
	/* ----■Browser Adjust■---------------------------------- */
	.win.ie7 .list p.price{
		background:url(../images/common/price.gif) no-repeat 0px 3px;
		margin:-4px 15px 0px 15px;
	}
	.mac.safari .list p.price,.mac.ff3 .list p.price,.mac.ff2 .list p.price{
		margin:-2px 5px 0px 15px;
	}

	/* //------------------------------------------------------ */

.list p.price .tax{
	margin:0px 0px 0px 0px;
	color:#5f5f5f;
	font-size:10px;
	font-weight:normal;
}

.list p.detail{
	margin:18px 0px 0px 12px;
	background:url(../images/common/detail_on.gif) no-repeat;
	height:27px;
	width:138px;
}
.list p.detail a{
	display:block;
	background:url(../images/common/detail.gif) no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:27px;
	width:138px;
	text-indent:-9999px;
	/*\*/overflow:hidden;/**/
}
.list p.detail a:hover{
	background: none;
}

.new_item{
	margin:0px 0px -56px 0px;
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
}

.new_item_large{
	margin:0px 0px -77px 0px;
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
}

	/* ----■Browser Adjust■---------------------------------- */
	.chrome .list p.detail a{
	margin:18px 0px 0px 0px;
	}
	/* //------------------------------------------------------ */


/*======================================================
	table (inserted into cart page edited by tenten)
=======================================================*/

table.cleardefault {
    border-top: none;
    border-left: none;
}
table.cleardefault th {
    border-right: none;
    border-bottom: none;
}
table.cleardefault td {
    border-right: none;
    border-bottom: none;
}
