@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: #d2691e;
}
a:visited {
	color: #d2691e;
}
a:hover {
	color: #00ac9a;
}
/* -----------------------------------------------
pagination
----------------------------------------------- */
.paging .bg {
	background-color: #f8b500;
}
/* -----------------------------------------------
location
----------------------------------------------- */
.location h3 {
	background-color: #f8b500;
}
.location div {
	background-image: url(/imgm/common/bs/location_bg.png);
}
.location p {
	border-top: 10px solid #f8b500;
}
/* -----------------------------------------------
contents name
----------------------------------------------- */
#contents-name h2 a {
	color: #633100;
	background-image: url(/imgm/common/bs/service_icon.png);
}
/* -----------------------------------------------
nodata reg
----------------------------------------------- */
#nodata div a {
	background-color: #f8b500;
}

/* =========================================================
category color
========================================================= */
.sell {
	background-color: #ef857d;
}
.buy {
	background-color: #68a9cf;
}
.rent {
	background-color: #67b5b7;
}
.borrow {
	background-color: #a688bd;
}
.free {
	background-color: #ff9966;
}
.exchange {
	background-color: #ffbf00;
}

/* =========================================================
common/edit.css
========================================================= */
#edit .confirm .reginfo h4 {
	background-color: #f8b500;
}
#edit .button .next input[type="submit"] {
	background-color: #f8b500;
}
/* -----------------------------------------------
number change
----------------------------------------------- */
#edit .numchange {
	text-align: center;
	margin-bottom: 25px;
}
#edit .numchange ul {
	list-style-type: none;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0 auto;
}
#edit .numchange li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
#edit .numchange li span {
	display: none;
}
#edit .numchange li a {
	display: inline-block;
	color: #999;
	text-align: center;
	line-height: 100%;
	background: #ffffff;
	border: 1px solid #cccccc;
	cursor: pointer;
	padding: 6px 8px;
	border-radius: 3px;
}

/* =========================================================
footer menu
========================================================= */
/* -----------------------------------------------
footer reg
----------------------------------------------- */
.footer-reg a {
	background-color: rgba(248,181,0,.9);
}
/* -----------------------------------------------
footer menu
----------------------------------------------- */
.footer-menu .service {
	background-color: #f8b500;
}
/* -----------------------------------------------
footer service menu
----------------------------------------------- */
#side-left .menu h3 {
	border-top: 4px solid #f8b500;
	border-bottom: 1px solid #f8b500;
}
#side-left .menu h3 a {
	color: #633100;
	background-image: url(/imgm/common/bs/service_icon.png);
}
#side-left .menu div a {
	background-color: #f8b500;
}
#side-left .return {
	border-top: 1px dashed #f8b500;
	border-bottom: 1px dashed #f8b500;
}
/* -----------------------------------------------
category / type
----------------------------------------------- */
#side-left .category dd .type li.sell::after {
	border: 3px solid #ef857d;
}
#side-left .category dd .type li.buy::after {
	border: 3px solid #68a9cf;
}
#side-left .category dd .type li.rent::after {
	border: 3px solid #67b5b7;
}
#side-left .category dd .type li.borrow::after {
	border: 3px solid #a688bd;
}
#side-left .category dd .type li.free::after {
	border: 3px solid #ff9966;
}
#side-left .category dd .type li.exchange::after {
	border: 3px solid #ffbf00;
}
