@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: #009e9f;
}
a:visited {
	color: #009e9f;
}
a:hover {
	color: #9cbb1c;
}
/* -----------------------------------------------
pagination
----------------------------------------------- */
.paging .bg {
	background-color: #533c32;
}
/* -----------------------------------------------
location
----------------------------------------------- */
.location h3 {
	background-color: #533c32;
}
.location div {
	background-image: url(/imgm/common/bsc/location_bg.png);
}
.location p {
	border-top: 10px solid #533c32;
}
/* -----------------------------------------------
contents name
----------------------------------------------- */
#contents-name h2 a {
	color: #48372b;
	background-image: url(/imgm/common/bsc/service_icon.png);
}
/* -----------------------------------------------
nodata reg
----------------------------------------------- */
#nodata div a {
	background-color: #533c32;
}
/* =========================================================
category color
========================================================= */
.sell {
	background-color: #ef857d;
}
.buy {
	background-color: #68a9cf;
}
.rent {
	background-color: #67b5b7;
}
.borrow {
	background-color: #a688bd;
}
.lease {
	background-color: #eab651;
}
/* =========================================================
serach tab
========================================================= */
.bsc-tab {
	font-size: 85%;
	text-align: center;
	border-top: 1px solid #f7c07f;
	border-bottom: 1px solid #f7c07f;
	background-color: #ffffeb;
	padding: 10px 0;
	margin-bottom: 10px;
}
.bsc-tab ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bsc-tab li {
	display: inline-block;
	border-left: 1px solid #cccccc;
	padding: 0 10px;
}
.bsc-tab li:first-child {
	border-left: none;
	padding: 0 10px 0 0;
}
.bsc-tab li.on a {
	color: #956c36;
	font-weight: bold;
}
.bsc-tab li.off a {
	color: #999999;
}
/* =========================================================
footer menu
========================================================= */
/* -----------------------------------------------
footer reg
----------------------------------------------- */
.footer-reg a {
	background-color: rgba(83,60,50,.9);
}
/* -----------------------------------------------
footer menu
----------------------------------------------- */
.footer-menu .service {
	background-color: #533c32;
}
/* -----------------------------------------------
footer service menu
----------------------------------------------- */
#side-left .menu h3 {
	border-top: 4px solid #533c32;
	border-bottom: 1px solid #533c32;
}
#side-left .menu h3 a {
	color: #48372b;
	background-image: url(/imgm/common/bsc/service_icon.png);
}
#side-left .menu div a {
	background-color: #533c32;
}
#side-left .return {
	border-top: 1px dashed #533c32;
	border-bottom: 1px dashed #533c32;
}
/* -----------------------------------------------
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.lease::after {
	border: 3px solid #eab651;
}
/* -----------------------------------------------
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: #533c32;
}
#edit .button .next input[type="submit"] {
	background-color: #533c32;
}
/* -----------------------------------------------
auto input
----------------------------------------------- */
#edit .field .autoinput,
#edit .field .body-color {
	text-align: center;
	margin: 10px 0 0 0;
}
#edit .field .autoinput div,
#edit .field .body-color div {
	position: relative;
	margin-bottom: 10px;
}
#edit .field .autoinput div:after,
#edit .field .autoinput div:before,
#edit .field .body-color div:after,
#edit .field .body-color div:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#edit .field .autoinput div:after,
#edit .field .body-color div:after {
	border-top-color: #ffffff;
	border-width: 3px;
	margin-left: -3px;
}
#edit .field .autoinput div:before,
#edit .field .body-color div:before {
	border-top-color: #cccccc;
	border-width: 6px;
	margin-left: -6px;
}
#edit .field .autoinput div,
#edit .field .body-color div {
	display: inline-block;
	color: #999;
	text-align: center;
	line-height: 100%;
	background: #ffffff;
	border: 2px solid #cccccc;
	cursor: pointer;
	padding: 10px 20px;
	border-radius: 3px;
}
#edit .field .body-color div {/* reset */
	padding: 10px;
}
#edit .field .autoinput div:hover:before,
#edit .field .body-color div:hover:before {
	border-top-color: #ffb400;
}
#edit .field .autoinput div:hover,
#edit .field .body-color div:hover {
	color: #ffb400;
	border: 2px solid #ffb400;
}
/* -----------------------------------------------
body color
----------------------------------------------- */
#edit .confirm .body-color {
	display: inline-block;
	border: 1px solid #cccccc;
	width: 100px;
	height: 20px;
}
