@charset "UTF-8";

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

/* =========================================================
enlarge window
========================================================= */
.enlarge-picture .wrap .cat {
	background-color: #5faea1;
	margin-left: 1px;
}
.enlarge-picture .wrap .detail a,
.enlarge-picture .wrap .detail a:after {
	background-color: #5faea1;
}
/* -----------------------------------------------
applied
----------------------------------------------- */
.enlarge-picture .wrap .applied {
	position: relative;
	color: #ffffff;
	font-size: 70%;
	text-align: left;
	margin: -5px 0 -10px -15px;
	z-index: 2;
}
.enlarge-picture .wrap .applied span {
	position: relative;
	display: inline-block;
	color: #ffffff;
	background-color: #ed6d35;
	padding: 2px 10px;
}
.enlarge-picture .wrap .applied span:before,
.enlarge-picture .wrap .applied span:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
.enlarge-picture .wrap .applied span:before {
	top: 100%;
	left: 0;
	border-width: 0 5px 5px 0;
	border-right-color: #bc4511;
}
/* -----------------------------------------------
end
----------------------------------------------- */
.enlarge-picture .wrap .end a {
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
}
/* -----------------------------------------------
data
----------------------------------------------- */
.enlarge-picture .wrap .data th {
	background-color: #fff8dc;
}