@charset "UTF-8";

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

/* =========================================================
map balloon
========================================================= */
#map .balloon .header .cat {
	background-color: #f8b500;
	margin-left: 1px;
}
/* -----------------------------------------------
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;
}