@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: #009900;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #ff9933;
}
/* -----------------------------------------------
pagination
----------------------------------------------- */
.paging .bg {
	background-color: #006363;
}
/* -----------------------------------------------
location
----------------------------------------------- */
.location h3 {
	background-color: #006363;
}
.location div {
	background-image: url(/imgm/common/rp/location_bg.png);
}
.location p {
	border-top: 10px solid #006363;
}
/* -----------------------------------------------
contents name
----------------------------------------------- */
#contents-name h2 a {
	color: #004141;
	background-image: url(/imgm/common/rp/service_icon.png);
}
/* -----------------------------------------------
nodata reg
----------------------------------------------- */
#nodata div a {
	background-color: #006363;
}
/* =========================================================
category color
========================================================= */
.sell {
	background-color: #ef857d;
}
.buy {
	background-color: #68a9cf;
}
.lease {
	background-color: #a688bd;
}
.rent {
	background-color: #67b5b7;
}
.vacaren {
	background-color: #ff9966;
}
.timeshare {
	background-color: #ffbf00;
}
/* =========================================================
serach tab
========================================================= */
.rp-tab {
	font-size: 85%;
	text-align: center;
	border-top: 1px solid #bcdf9c;
	border-bottom: 1px solid #bcdf9c;
	background-color: #ffffeb;
	padding: 10px 0;
	margin-bottom: 10px;
}
.rp-tab ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.rp-tab li {
	display: inline-block;
	border-left: 1px solid #cccccc;
	padding: 0 10px;
}
.rp-tab li:first-child {
	border-left: none;
	padding: 0 10px 0 0;
}
.rp-tab li.on a {
	color: #309a77;
	font-weight: bold;
}
.rp-tab li.off a {
	color: #999999;
}
/* =========================================================
footer menu
========================================================= */
/* -----------------------------------------------
footer reg
----------------------------------------------- */
.footer-reg a {
	background-color: rgba(0,99,99,.9);
}
/* -----------------------------------------------
footer menu
----------------------------------------------- */
.footer-menu .service {
	background-color: #006363;
}
/* -----------------------------------------------
footer service menu
----------------------------------------------- */
#side-left .menu h3 {
	border-top: 4px solid #006363;
	border-bottom: 1px solid #006363;
}
#side-left .menu h3 a {
	color: #004141;
	background-image: url(/imgm/common/rp/service_icon.png);
}
#side-left .menu div a {
	background-color: #006363;
}
#side-left .return {
	border-top: 1px dashed #006363;
	border-bottom: 1px dashed #006363;
}

/* -----------------------------------------------
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.lease::after {
	border: 3px solid #a688bd;
}
#side-left .category dd .type li.rent::after {
	border: 3px solid #67b5b7;
}
#side-left .category dd .type li.vacaren::after {
	border: 3px solid #ff9966;
}
#side-left .category dd .type li.timeshare::after {
	border: 3px solid #ffbf00;
}
/* -----------------------------------------------
biz
----------------------------------------------- */
#side-left .category dd .biz li span {
	margin-right: 2px;
}
#side-left .category dd .biz li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* =========================================================
common/edit.css
========================================================= */

#edit .confirm .reginfo h4 {
	background-color: #006363;
}
#edit .button .next input[type="submit"] {
	background-color: #006363;
}
/* =========================================================
rp-att
========================================================= */
.rp-att {
	font-size: 85%;
	color: #ff0000;
	line-height: 126%;
	border: 1px solid #ff0000;
	background-color: #ffeaea;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}