@charset "UTF-8";

/*
ja_JP
*/

/*
enlarge window
panorama window
nologin window
fan window
iframe
*/

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

.enlarge-overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	background-color: #fff;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: 1001;
}
.enlarge {
	visibility: hidden;
}
.enlarge .enlarge-desc {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
}
.enlarge .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #000000;
	width: 100%;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter:alpha(opacity=80);
}
.enlarge .box {
	position: relative;
	text-align: center;
	padding: 30px;
	min-width: 900px;
}
.enlarge .box:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* -----------------------------------------------
picture
----------------------------------------------- */
.enlarge .box img {
	vertical-align: middle;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	padding: 1px;
	max-width: 800px;
	max-height: 70vh;
}
.enlarge .box a:hover img {
	cursor: pointer;
	border: 1px solid #ffcc00;
}

.enlarge .box img.original {
	vertical-align: middle;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	padding: 1px;
	max-width: 800px;
	max-height: 800px;
}
.enlarge .box img.original:hover {
	cursor: pointer;
	border: 1px solid #ffcc00;
}

/* -----------------------------------------------
close button
----------------------------------------------- */

.enlarge .box .close {
	text-align: right;
	margin-top: 20px;
	z-index: 1;
	position: relative;
}
.enlarge .box .close span {
	display: none;
}
.enlarge .box .close a {
	display: inline-block;
	background: url(/img/jpn/common/button_close.png) no-repeat 0 0;
	margin: 0 0 0 auto;
	width: 75px;
	height: 22px;
}
.enlarge .box .close a:hover {
	background: url(/img/jpn/common/button_close.png) no-repeat 0 -22px;
}

/* -----------------------------------------------
panorama button
----------------------------------------------- */

.panorama-button {
	margin: 7px 1px 0;
	display: inline-block;
}
.panorama-button div {
	cursor: pointer;
	background: url(/img/common/common/button_panorama.png) no-repeat 0 0;
	margin: 0 auto;
	width: 73px;
	height: 32px;
}
.panorama-button div:hover {
	background: url(/img/common/common/button_panorama.png) no-repeat 0 -32px;
}
.panorama-button div span {
	display: none;
}

/* -----------------------------------------------
zoom in button
----------------------------------------------- */
.zoom-button {
	margin: 7px auto 0;
	background: url(/img/common/common/button_zoom.png) no-repeat 0 0;
	width: 85px;
	height: 32px;
	display: block;
}

.enlarge .box a:hover .zoom-button {
	background: url(/img/common/common/button_zoom.png) no-repeat 0 -32px;
}

/* -----------------------------------------------
next, back button
----------------------------------------------- */
.enlarge .btn-prev {
	background-image: url(/img/common/common/enlarge_arrow_left.png);
	background-position: 30px 50%;
	background-repeat: no-repeat;
	opacity: 0.4;
	width: 70px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.enlarge .btn-next {
	background-image: url(/img/common/common/enlarge_arrow_right.png);
	background-position: 15px 50%;
	background-repeat: no-repeat;
	opacity: 0.4;
	width: 70px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.enlarge .btn-prev:hover,
.enlarge .btn-next:hover {
	opacity: 0.8;
	cursor: pointer;
}
.enlarge .btn-prev span,
.enlarge .btn-next span {
	display: none;
}

/* =========================================================
panorama window
========================================================= */

.panorama-window {
	clear: both;
}
.panorama-window .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #000000;
	width: 100%;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter:alpha(opacity=80);
}
.panorama-window .box {
	position: relative;
	text-align: center;
	padding: 30px;
}
.panorama-window .box:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.panorama-window .box .pano-img {
	text-align: center;
}

/* -----------------------------------------------
close button
----------------------------------------------- */

.panorama-window .close {
	text-align: right;
	margin-top: 20px;
}
.panorama-window .close span {
	display: none;
}
.panorama-window .close div {
	cursor: pointer;
	display: inline-block;
	background: url(/img/jpn/common/button_close.png) no-repeat 0 0;
	margin: 0 0 0 auto;
	width: 75px;
	height: 22px;
}
.panorama-window .close div:hover {
	background: url(/img/jpn/common/button_close.png) no-repeat 0 -22px;
}

/* =========================================================
nologin window
========================================================= */

.nologin-window {
	clear: both;
}
.nologin-window .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
	width: 100%;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}
.nologin-window .box {
	position: relative;
	text-align: center;
	padding: 25px 30px 30px 30px;
	width: 640px;
}
.nologin-window .box:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

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

.nologin-window h4 {
	margin-bottom: 8px;
}
.nologin-window h4 span {
	display: none;
}
.nologin-window .seed h4 {
	background: url(/img/jpn/common/window_title_seed.png) no-repeat 0 0;
	height: 28px;
}
.nologin-window .pkg h4 {
	background: url(/img/jpn/common/window_title_pkg.png) no-repeat 0 0;
	height: 28px;
}
.nologin-window .bookmark h4 {
	background: url(/img/jpn/common/window_title_bookmark.png) no-repeat 0 0;
	height: 28px;
}
.nologin-window .fan h4 {
	background: url(/img/jpn/common/window_title_fan.png) no-repeat 0 0;
	height: 32px;
}

/* -----------------------------------------------
body
----------------------------------------------- */

.nologin-window dl {
	clear: both;
	border: 2px solid #999999;
	padding: 16px;
	margin-bottom: 10px;
}
.nologin-window dt {
	color: #ffcc66;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dashed #cccccc;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
}
.nologin-window dd p {
	color: #ffffff;
	line-height: 146%;
	text-align: left;
	margin-bottom: 8px;
}
.nologin-window dd ul {
	list-style-type: square;
	padding: 0;
	margin: 0 0 10px 1.5em;
}
.nologin-window dd li {
	color: #ffffff;
	line-height: 146%;
	text-align: left;
}
.nologin-window dd .button-login {
	margin: 20px 0;
}
.nologin-window dd .button-login a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background: #666666 url(/img/common/common/icon_small_login_wht.png) no-repeat 40px 50%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 40px 10px 64px;
}
.nologin-window dd .button-login a:hover {
	background-color: #ffb400;
}

/* -----------------------------------------------
close button
----------------------------------------------- */

.nologin-window .close {
	text-align: right;
	margin-top: 20px;
}
.nologin-window .close span {
	display: none;
}
.nologin-window .close div {
	cursor: pointer;
	display: inline-block;
	background: url(/img/jpn/common/button_close.png) no-repeat 0 0;
	margin: 0 0 0 auto;
	width: 75px;
	height: 22px;
}
.nologin-window .close div:hover {
	background: url(/img/jpn/common/button_close.png) no-repeat 0 -22px;
}

/* =========================================================
fan window
========================================================= */

.fan-window {
	clear: both;
}
.fan-window .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #ff8433;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	width: 100%;
}
.fan-window .box {
	position: relative;
	text-align: center;
	padding: 25px 30px 30px 30px;
	width: 640px;
}
.fan-window .box:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

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

.fan-window h4 {
	background: url(/img/jpn/common/window_title_fan.png) no-repeat 0 0;
	margin-bottom: 7px;
	height: 32px;
}
.fan-window h4 span {
	display: none;
}

/* -----------------------------------------------
body
----------------------------------------------- */

.fan-window dl {
	clear: both;
	border: 2px solid #ffffff;
	padding: 16px;
	margin-bottom: 10px;
}
.fan-window dt {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dashed #ffffff;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
}
.fan-window dd p {
	color: #ffffff;
	line-height: 146%;
	text-align: left;
	margin-bottom: 8px;
}
.fan-window dd ul {
	list-style-type: square;
	padding: 0;
	margin: 0 0 10px 1.5em;
}
.fan-window dd li {
	color: #ffffff;
	line-height: 146%;
	text-align: left;
}
.fan-window dd .button-login {
	margin: 20px 0;
}
.fan-window dd .button-login a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background: #666666 url(/img/common/common/icon_small_login_wht.png) no-repeat 40px 50%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 40px 10px 64px;
}
.fan-window dd .button-login a:hover {
	background-color: #ffb400;
}

/* -----------------------------------------------
close button
----------------------------------------------- */

.fan-window .close {
	text-align: right;
	margin-top: 20px;
}
.fan-window .close span {
	display: none;
}
.fan-window .close div {
	display: inline-block;
	background: #ffffff url(/img/jpn/common/button_close.png) no-repeat 0 0;
	cursor: pointer;
	margin: 0 0 0 auto;
	width: 75px;
	height: 22px;
}
.fan-window .close div:hover {
	background: #ffffff url(/img/jpn/common/button_close.png) no-repeat 0 -22px;
}

/* =========================================================
for iframe
========================================================= */

.encode-frame {
	display: none;
}

