<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
en_US
*/

/* common */
@import "/css/eng/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 .actcat {
	float: left;
	display: inline-block;
	color: #ffffff;
	padding: 4px 20px;
	margin-right: 1px;
}
.enlarge-picture .info .header .cat {
	float: left;
	display: inline-block;
	color: #ffffff;
	background-color: #f8b500;
	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 table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px dotted #efefef;
	margin-bottom: 8px;
	width: 100%;
}
.enlarge-picture .info .article dd tr {
	border-bottom: 1px dotted #efefef;
}
.enlarge-picture .info .article dd th {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background-color: #f7f6f5;
	padding: 4px 8px;
	white-space: nowrap;
}
.enlarge-picture .info .article dd th span {
	color: #ed6d46;
}
.enlarge-picture .info .article dd td {
	color: #666c67;
	font-size: 12px;
	padding: 4px 8px;
	width: 100%;
}
.enlarge-picture .info .article dd td a {
	color: #666c67;
}
.enlarge-picture .info .article dd td span {
	font-weight: bold;
}
.enlarge-picture .info .article dd p {
	line-height: 126%;
	margin-bottom: 10px;
}

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

.enlarge-picture .footer {
	clear: both;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.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 ul {
	list-style-type: none;
	line-height: 126%;
	padding: 0;
	margin: 0;
}
.enlarge-picture .footer .left li {
	float: left;
	color: #666666;
	margin: 0 8px 0 0;
}
.enlarge-picture .footer .left li a {
	color: #666666;
}
.enlarge-picture .footer .left li a:hover {
	color: #37a34a;
}
.enlarge-picture .footer .left li span {
	color: #999999;
	margin-right: 3px;
}
.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: #f8b500;
	font-weight: bold;
	line-height: 100%;
	border: 2px solid #f8b500;
	border-radius: 3px;
	padding: 10px 20px 8px 20px;
	white-space: nowrap;
}
.enlarge-picture .footer .detail a:hover {
	color: #ffcc00;
	border: 2px solid #ffcc00;
}
</pre></body></html>