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


/* =========================================================
category color
========================================================= */
.vacancy {
	color: #ffffff;
	background-color: #ef857d;
}
.wanted {
	color: #ffffff;
	background-color: #68a9cf;
}


/* =========================================================
footer menu
========================================================= */
/* -----------------------------------------------
footer reg
----------------------------------------------- */
.footer-reg a {
	background-color: rgba(55,167,111,.9);
}
/* -----------------------------------------------
footer menu
----------------------------------------------- */
.footer-menu .service {
	background-color: #37a76f;
}
/* -----------------------------------------------
footer service menu
----------------------------------------------- */
#side-left .menu h3 {
	border-top: 4px solid #37a76f;
	border-bottom: 1px solid #37a76f;
}
#side-left .menu h3 a {
	color: #339966;
	background-image: url(/imgm/common/re/service_icon.png);
}
#side-left .menu div a {
	background-color: #37a76f;
}
#side-left .return {
	border-top: 1px dashed #37a76f;
	border-bottom: 1px dashed #37a76f;
}
/* -----------------------------------------------
category / type
----------------------------------------------- */
#side-left .category dd .type li.vacancy::after {
	border: 3px solid #ef857d;
}
#side-left .category dd .type li.wanted::after {
	border: 3px solid #68a9cf;
}

/* =========================================================
common/edit.css
========================================================= */
#edit .confirm .reginfo h4 {
	background-color: #37a76f;
}
#edit .button .next input[type="submit"] {
	background-color: #37a76f;
}
