@charset "UTF-8";

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

/* =========================================================
enlarge window
========================================================= */
.enlarge-picture .wrap .cat {
	background-color: #533c32;
	margin-left: 1px;
}
.enlarge-picture .wrap .detail a,
.enlarge-picture .wrap .detail a:after {
	background-color: #533c32;
}
.enlarge-picture .wrap .free .cat {
	background-color: #ba8b40;
	margin-left: 1px;
}
.enlarge-picture .wrap .free .detail a,
.enlarge-picture .wrap .free .detail a:after {
	background-color: #ba8b40;
}
.enlarge-picture .wrap .head {
	font-size: 86%;
	margin-bottom: 10px;
}

/* -----------------------------------------------
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;
}