@charset "UTF-8";

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

/* =========================================================
list
========================================================= */
/* -----------------------------------------------
coupon
----------------------------------------------- */
#picture .thumb-list .coupon {
	font-size: 0;
	line-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -27px;
	z-index: 2;
}
#picture .thumb-list .coupon span {
	display: table-cell;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	vertical-align: middle;
	text-shadow: 1px 1px 3px #000;
	background-color: rgba(255,255,255,.5);
	border: 1px dashed #fff;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	padding: 4px;
	height: 20px;
	white-space: nowrap;
}

/* =========================================================
enlarge window
========================================================= */
.enlarge-picture .wrap .cat,
.enlarge-picture .wrap .detail a,
.enlarge-picture .wrap .detail a:after {
	background-color: #90ac1a;
}
/* -----------------------------------------------
coupon
----------------------------------------------- */
.enlarge-picture .coupon {
	position: relative;
	border: 1px dashed #cccccc;
	padding: 1px;
	margin: 8px 0 0 0;
}
.enlarge-picture .coupon .icon span {
	position: absolute;
	top: -4px;
	left: -3px;
	display: inline-block;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	background-color: #fcd268;
	padding: 4px 5px 2px 5px;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.enlarge-picture .frame {
	-webkit-background: repeating-linear-gradient(-45deg, #fcd268, #fcd268 2px, #ffedab 2px, #ffedab 4px);
	background: repeating-linear-gradient(-45deg, #fcd268, #fcd268 2px, #ffedab 2px, #ffedab 4px);
	padding: 5px;
}
.enlarge-picture .frame .wrap {
	background-color: #ffffff;
	padding: 8px 5px 5px 5px;
}
.enlarge-picture .frame .wrap .cont {
	font-size: 80%;
	line-height: 126%;
}
.enlarge-picture .frame .wrap .cont span {
	color: #ed6d46;
	margin: 0 0 0 4px;
}
.enlarge-picture .frame .wrap .exp {
	color: #666;
	font-size: 70%;
}
.enlarge-picture .frame .wrap .exp span {
	margin-right: 5px;
}