@charset "UTF-8";

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

/* =========================================================
enlarge window
========================================================= */
.enlarge-picture .wrap .detail a,
.enlarge-picture .wrap .detail a:after {
	background-color: #660000;
}
/* -----------------------------------------------
data
----------------------------------------------- */
.enlarge-picture .wrap .data th {
	background-color: #fff8dc;
}
.enlarge-picture .wrap .data td div {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	height: 1.1em;
	width: auto;
}