@charset "UTF-8";
/*================================================
最近見たアイテムページ専用CSS
================================================*/
.style01 #item_container > li:nth-child(4n) {
    margin: 0 35px 45px 0;
}

.style01 #item_container > li:nth-child(5n) {
    margin: 0 0 45px 0;
}
.style01 #item_container > li:nth-child(4n+1) {
	clear:none;
}

.style01 #item_container > li:nth-child(5n+1) {
	clear:both; 
}
.item_photo{
	margin-bottom: 10px;
}
.item_photo img{
	width: 100%;
	height: auto;
}
.item_brandname,
.item_itemname{
	display: none;
}

#item_container a:hover .item_photo:after {
	content:"";
	width:100%;
	height:100%;
	border:3px solid #eee;
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
}
