@charset "UTF-8";

/* common */
@import "/cssm/jpn/common/seed.css";
@import "/cssm/jpn/common/exmedia.css";
@import "/cssm/jpn/common/enlarge.css";

/* fan */
@import "/cssm/jpn/help/help_whatisfan.css";

/* -----------------------------------------------
link color
----------------------------------------------- */
a:link {
	color: #ffa500;
}
a:visited {
	color: #ffa500;
}
a:hover {
	color: #fcc800;
}
/* -----------------------------------------------
pagination
----------------------------------------------- */
.paging .bg {
	background-color: #666666;
}
/* -----------------------------------------------
location
----------------------------------------------- */
.location h3 {
	background-color: #666666;
}
.location div {
	background-image: url(/imgm/common/ci/location_bg.png);
}
.location p {
	border-top: 10px solid #666666;
}
/* -----------------------------------------------
contents name
----------------------------------------------- */
#contents-name h2 a {
	color: #5e5e5e;
	background-image: url(/imgm/common/ci/service_icon.png);
}
/* -----------------------------------------------
nodata reg
----------------------------------------------- */
#nodata div a {
	background-color: #666666;
}
/* =========================================================
footer menu
========================================================= */
/* -----------------------------------------------
footer reg
----------------------------------------------- */
.footer-reg a {
	background-color: rgba(102,102,102,.9);
}
/* -----------------------------------------------
footer menu
----------------------------------------------- */
.footer-menu .service {
	background-color: #666666;
}
/* -----------------------------------------------
footer service menu
----------------------------------------------- */
#side-left .menu h3 {
	border-top: 4px solid #666666;
	border-bottom: 1px solid #666666;
}
#side-left .menu h3 a {
	color: #5e5e5e;
	background-image: url(/imgm/common/ci/service_icon.png);
}
#side-left .menu div a {
	background-color: #666666;
}
#side-left .return {
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
}
/* =========================================================
common/edit.css
========================================================= */
#edit .confirm .reginfo h4 {
	background-color: #666666;
}
#edit .button .next input[type="submit"] {
	background-color: #666666;
}
/* -----------------------------------------------
thumbnail
----------------------------------------------- */
#edit .field dd.thumb {
	text-align: center;
}
#edit .field dd.thumb .thumbnail img.medium,
#edit .confirm dd.thumb .thumbnail img.medium {
	vertical-align: middle;
	max-width: 200px;
	max-height: 200px;
}
/* -----------------------------------------------
meridian
----------------------------------------------- */
#edit .field .meridian {
	text-align: center;
}
#edit .field .meridian .box {
	display: inline-block;
	margin: 5px;
}
#edit .field .meridian ul {
	display: inline-block;
	list-style-type: none;
	color: #999999;
	text-align: right;
	padding: 0;
	margin: 0;
}
#edit .field .meridian li input {
	color: #999999;
	border: 1px solid #cccccc;
	padding: 2px 4px;
	margin-left: 5px;
}
/* -----------------------------------------------
balloon
----------------------------------------------- */
#edit #map .balloon img.medium {
	vertical-align: middle;
	max-width: 80px;
	max-height: 60px;
}
/* reset */
#edit #map .balloon .video-icon-medium .video-icon-box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
}
#edit #map .balloon .video-icon-medium .video-icon {
	cursor: pointer;
	display: block;
	background-image: url(/imgm/common/common/button_video_play.png);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 30px;
	height: 30px;
}
#edit #map .vn_map_popup {
	width: auto !important; /* overrides width: 250px of map.css */
}
/* =========================================================
common/detail.css
========================================================= */
/* -----------------------------------------------
title
----------------------------------------------- */
#detail .title {
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#detail .tag a {
	color: #808080;
	border: 1px solid #c9c9c9;
	background-color: #fafafa;
}
#detail .tag a:hover {
	color: #fcc800;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#detail .contact {
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
}
/* -----------------------------------------------
footer
----------------------------------------------- */
#detail .footer .return a {
	color: #5e5e5e;
	background-image: url(/imgm/common/ci/service_icon.png);
}
/* -----------------------------------------------
data / table
----------------------------------------------- */
#detail .data {
	font-size: 80%;
	margin: 20px 0;
}
#detail .data table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#detail .data tr {
	border-bottom: 1px solid #e6eae6;
}
#detail .data tr:first-child {
	border-top: 1px solid #e6eae6;
}
#detail .data th {
	text-align: left;
	padding: 5px 5px 5px 0;
	white-space: nowrap;
}
#detail .data td {
	padding: 5px 0 5px 5px;
	width: 100%;
}
#detail .data td span {
	font-weight: bold;
	font-style: normal;
}