@charset "UTF-8";

/* common */
@import "/cssm/jpn/common/picture.css";

/* =========================================================
enlarge window
========================================================= */
.enlarge-picture .wrap .cat,
.enlarge-picture .wrap .detail a,
.enlarge-picture .wrap .detail a:after {
	background-color: #f8b500;
}
/* -----------------------------------------------
data
----------------------------------------------- */
.enlarge-picture .wrap .data th {
	color: #6f5436;
	background-color: #fff8dc;
}
/* -----------------------------------------------
sold out
----------------------------------------------- */
.enlarge-picture .wrap .thumb {
	position: relative;
}
.enlarge-picture .wrap .thumb .sold {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	z-index: 2;
}
.enlarge-picture .wrap .thumb .sold span {
	display: none;
}
.enlarge-picture .wrap .thumb .sold .sold div {
	background-image: url(/imgm/common/common/sold_icon.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}