@charset "UTF-8";

/*
ja_JP
*/

/* common */
@import "/css/jpn/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: #fc7070;
	padding: 4px 20px;
}
.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;
}
/* -----------------------------------------------
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%;
	margin-bottom: 10px;
}
.enlarge-picture .info .article dd div.url {
	display: inline-block;
	background: url(/img/common/common/icon_url.png) no-repeat 0 4px;
	padding-left: 15px;
}
.enlarge-picture .info .article dd div.url:hover {
	background: url(/img/common/common/icon_url_on.png) no-repeat 0 4px;
}
.enlarge-picture .info .article dd div.url a {
	color: #666666;
}
.enlarge-picture .info .article dd div.url a:hover {
	color: #ffcc00;
}

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

.enlarge-picture .info .footer {
	clear: both;
	width: 100%;
}
.enlarge-picture .footer .detail {
	text-align: right;
}
.enlarge-picture .footer .detail a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #fc7070;
	font-weight: bold;
	line-height: 100%;
	border: 2px solid #fc7070;
	border-radius: 3px;
	padding: 10px 20px 8px 20px;
	white-space: nowrap;
}
.enlarge-picture .footer .detail a:hover {
	color: #ffcc00;
	border: 2px solid #ffcc00;
}
