@charset "UTF-8";

/*
es_MX
*/

/* common */
@import "/css/spa/common/picture.css";

/* =========================================================
enlarge window
========================================================= */

/* -----------------------------------------------
header
----------------------------------------------- */

.enlarge-picture .info .header {
	margin-bottom: 10px;
}
.enlarge-picture .info .header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
.enlarge-picture .info .header .cat {
	float: left;
	display: inline-block;
	color: #ffffff;
	background-color: #2186eb;
	padding: 4px 20px;
}
.enlarge-picture .info .header .status {
	float: left;
	color: #ffffff;
}
.enlarge-picture .info .header .status div {
	padding: 4px 8px;
}
.enlarge-picture .info .header .date {
	float: right;
	color: #666666;
	margin: 5px 0 0 0;
}
.enlarge-picture .info .header .date .new {
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 2px;
	padding-left: 26px;
}
/* -----------------------------------------------
period
----------------------------------------------- */
.enlarge-picture .info .period {
	margin: -5px 0 10px;
	color: #888888;
	border-top: 1px dotted #d4dcd3;
	border-bottom: 1px dotted #d4dcd3;
	padding: 3px 0;
}
/* -----------------------------------------------
world area
----------------------------------------------- */
.enlarge-picture .info .world-area {
	font-weight: bold;
	margin-bottom: 5px;
}
/* -----------------------------------------------
article
----------------------------------------------- */
.enlarge-picture .info .article {
	padding-bottom: 14px;
}
.enlarge-picture .info .article:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
.enlarge-picture .info .article dt {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	line-height: 126%;
	margin-bottom: 8px;
}
.enlarge-picture .info .article dd p {
	line-height: 126%;
}

/* -----------------------------------------------
footer
----------------------------------------------- */

.enlarge-picture .info .footer {
	clear: both;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.enlarge-picture .footer .left {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.enlarge-picture .footer .left a {
	color: #888888;
}
.enlarge-picture .footer .detail {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
.enlarge-picture .footer .detail a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #2186eb;
	font-weight: bold;
	line-height: 100%;
	border: 2px solid #2186eb;
	border-radius: 3px;
	padding: 10px 20px 8px 20px;
	white-space: nowrap;
}
.enlarge-picture .footer .detail a:hover {
	color: #ffcc00;
	border: 2px solid #ffcc00;
}
