@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: #1fa2dd;
}
a:visited {
	color: #1fa2dd;
}
a:hover {
	color: #65ab31;
}
/* -----------------------------------------------
pagination
----------------------------------------------- */
.paging .bg {
	background-color: #660000;
}
/* -----------------------------------------------
location
----------------------------------------------- */
.location h3 {
	background-color: #660000;
}
.location div {
	background-image: url(/imgm/common/ev/location_bg.png);
}
.location p {
	border-top: 10px solid #660000;
}
/* -----------------------------------------------
contents name
----------------------------------------------- */
#contents-name h2 a {
	color: #660000;
	background-image: url(/imgm/common/ev/service_icon.png);
}
/* -----------------------------------------------
nodata reg
----------------------------------------------- */
#nodata div a {
	background-color: #660000;
}
/* =========================================================
countdown color
========================================================= */
.count {
	background-color: #00947a;
}
.start {
	background-color: #ec6225;
}
.end {
	background-color: #bbb;
}
/* =========================================================
footer menu
========================================================= */
/* -----------------------------------------------
footer reg
----------------------------------------------- */
.footer-reg a {
	background-color: rgba(102,0,0,.9);
}
/* -----------------------------------------------
footer menu
----------------------------------------------- */
.footer-menu .service {
	background-color: #660000;
}
/* -----------------------------------------------
footer service menu
----------------------------------------------- */
#side-left .menu h3 {
	border-top: 4px solid #660000;
	border-bottom: 1px solid #660000;
}
#side-left .menu h3 a {
	color: #660000;
	background-image: url(/imgm/common/ev/service_icon.png);
}
#side-left .menu div a {
	background-color: #660000;
}
#side-left .return {
	border-top: 1px dashed #660000;
	border-bottom: 1px dashed #660000;
}
/* =========================================================
common/edit.css
========================================================= */
#edit .confirm .reginfo h4 {
	background-color: #660000;
}
#edit .button .next input[type="submit"] {
	background-color: #660000;
}
/* =========================================================
common/detail.css
========================================================= */
/* -----------------------------------------------
title
----------------------------------------------- */
#detail .title {
	border-top: 1px dashed #660000;
	border-bottom: 1px dashed #660000;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#detail .tag a {
	color: #8e3737;
	border: 1px solid #caa1a1;
	background-color: #faf7f7;
}
#detail .tag a:hover {
	color: #65ab31;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#detail .contact {
	border-top: 1px dashed #660000;
	border-bottom: 1px dashed #660000;
}
/* -----------------------------------------------
footer
----------------------------------------------- */
#detail .footer .return a {
	color: #660000;
	background-image: url(/imgm/common/ev/service_icon.png);
}
/* -----------------------------------------------
data / notes
----------------------------------------------- */
#detail .data .notes {
	line-height: 126%;
	margin-bottom: 20px;
}
#detail .data .notes dt {
	font-size: 80%;
	font-weight: bold;
	padding: 8px 0 3px 0;
}
#detail .data .notes dd {
	font-size: 95%;
	border-bottom: 1px solid #e6eae6;
	padding: 0 0 8px 0;
}
#detail .data .notes dd span {
	font-weight: bold;
}
#detail .data .notes dd.option span {
	color: #e6eae6;
	font-weight: normal;
	margin: 0 5px;
}
/* =========================================================
common/ad.css
========================================================= */
.ad-list {/* reset */
	margin: 0 0 20px 0;
}