@charset "UTF-8";

/*
es_MX
*/

/* common */
@import "/css/spa/common/seed.css";
@import "/css/spa/common/exmedia.css";
@import "/css/spa/common/enlarge.css";
@import "/css/spa/common/fan.css";

/* =========================================================
view-tab
========================================================= */
.view-tab li a {
	background-color: rgba(160,129,117,1);
}
.view-tab li a:hover {
	background-color: rgba(160,129,117,.8);
}
.view-tab li.on a {
	background-color: rgba(83,60,50,1);
}
.view-tab li.list a span {
	background-image: url(/img/common/bsc/view_list.png);
}
.view-tab li.map a span {
	background-image: url(/img/common/bsc/view_map.png);
}
.view-tab li.pic a span {
	background-image: url(/img/common/bsc/view_pic.png);
}
.view-tab li.video a span {
	background-image: url(/img/common/bsc/view_video.png);
}
/* =========================================================
common
========================================================= */

/* -----------------------------------------------
link color
----------------------------------------------- */

a:link {
	color: #009e9f;
}
a:visited {
	color: #009e9f;
}
a:hover {
	color: #9cbb1c;
}

/* -----------------------------------------------
left menu
----------------------------------------------- */

#side-left .menu h3 {
	border-top: 4px solid #533c32;
	border-bottom: 1px solid #533c32;
}
#side-left .menu div a {
	background-color: #533c32;
}
#side-left .category li {
	background: url(/img/common/bsc/left_nav_point.png) no-repeat 0 9px;
}
#side-left .category li.sell {
	background: url(/img/common/bsc/left_nav_category_sell.png) no-repeat 0 8px;
}
#side-left .category li.buy {
	background: url(/img/common/bsc/left_nav_category_buy.png) no-repeat 0 8px;
}
#side-left .category li.rent {
	background: url(/img/common/bsc/left_nav_category_rent.png) no-repeat 0 8px;
}
#side-left .category li.borrow {
	background: url(/img/common/bsc/left_nav_category_borrow.png) no-repeat 0 8px;
}
#side-left .category li.lease {
	background: url(/img/common/bsc/left_nav_category_lease.png) no-repeat 0 8px;
}
/* -----------------------------------------------
bizarea
----------------------------------------------- */
#side-left .bizarea a {
	display: block;
	background-image: url(/img/spa/common/left_nav_bizarea.png);
	background-size: 130px 37px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 37px;
}
#side-left .bizarea a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#side-left .bizarea span {
	display: none;
}
/* -----------------------------------------------
banner promo
----------------------------------------------- */

#side-left .bn-promo li {
	margin-bottom: 10px;
}
#side-left .bn-promo .auto img {
	width: 125px;
	height: 107px;
}

/* -----------------------------------------------
location
----------------------------------------------- */

.location h3 {
	background-color: #533c32;
}
.location div {
	background: url(/img/common/bsc/location_bg.png) no-repeat 100% 100%;
}
.location p {
	background: url(/img/common/bsc/location_arrow.png) no-repeat 10px 0;
}

/* -----------------------------------------------
location / sort
----------------------------------------------- */

.location-sort {
	clear: both;
	margin-bottom: 5px;
}
.location-sort .wrap {
	background-color: #533c32;
	padding: 6px 10px;
}
.location-sort .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.location-sort .box h3 {
	display: table-cell;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
}
.location-sort .box div {
	display: table-cell;
	vertical-align: top;
}
.location-sort .box ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.location-sort .box li {
	float: left;
	border-left: 1px solid #e8ece9;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
.location-sort .box li.none {
	border-left: none;
	padding: 0;
	margin: 0;
}
.location-sort .box li a {
	color: #ffffff;
}
.location-sort .box li a:hover {
	color: #ffcc00;
}
.location-sort .sp {
	background: url(/img/common/bsc/location_bg.png) no-repeat 100% 100%;
	height: 11px;
}
.location-sort .sp p {
	background: url(/img/common/bsc/location_arrow.png) no-repeat 10px 0;
	height: 11px;
}

/* -----------------------------------------------
contents name
----------------------------------------------- */

#contents-name h2 a {
	display: block;
	background: url(/img/spa/bsc/title.gif) no-repeat 0 0;
	width: 407px;
	height: 50px;
}

/* -----------------------------------------------
nodata reg
----------------------------------------------- */

#nodata div a {
	background-color: #533c32;
}

/* -----------------------------------------------
pagination
----------------------------------------------- */

.paging .bg {
	background-color: #533c32;
}

/* -----------------------------------------------
text ad
----------------------------------------------- */

#sidead li.textad {
	background-color: #edebea;
}

/* -----------------------------------------------
category color
----------------------------------------------- */

.sell {
	background-color: #ef857d;
}
.buy {
	background-color: #68a9cf;
}
.rent {
	background-color: #67b5b7;
}
.borrow {
	background-color: #a688bd;
}
.lease {
	background-color: #eab651;
}

/* =========================================================
search
========================================================= */

#search-box {
	clear: both;
	background-color: #f7f6f5;
	border-left: 2px #e6eae6 solid;
	border-right: 2px #e6eae6 solid;
	border-bottom: 2px #e6eae6 solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0;
}
#search-box:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#search-box .sk {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#search-box .sk .left {
	display: table-cell;
	vertical-align: top;
	padding: 5px;
	width: 100%;
}
#search-box .sk .left .select ul {
	list-style-type: none;
	padding: 0;
	margin: 4px 0 0 0;
}
#search-box .sk .left .select li {
	float: left;
	margin: 0 4px 4px 0;
}
#search-box .sk .left .select li.cond span {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","???C???I",Meiryo;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	padding: 7px 5px 3px 5px;
	cursor: pointer;
}
#search-box .sk .geolocation {
	display: table-cell;
	vertical-align: top;
	padding: 5px 5px 0 0;
}
#search-box .sk .geolocation div {
	margin: 5px 0 0 0;
}
#search-box .sk .button {
	display: table-cell;
	vertical-align: top;
	padding: 5px 5px 0 0;
}
#search-box .sk .button span {
	display: none;
}
#search-box .sk li select {
	max-width: 100px;
}
/* =========================================================
option
========================================================= */

.accordion {
	position: relative;
	z-index: 3;
}
.accordion .note {
	background-color: #f7f6f5;
	border-left: 2px #e6eae6 solid;
	border-right: 2px #e6eae6 solid;
	border-bottom: 2px #e6eae6 solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 5px 5px 5px;
	margin-top: -10px;
}
.accordion .frame {
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f7f6f5;
	border-left: 2px #e6eae6 solid;
	border-right: 2px #e6eae6 solid;
	border-bottom: 2px #e6eae6 solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 5px 5px 5px;
	margin-top: -10px;
}
.accordion .options {
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
}
.accordion .options .wrap {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.accordion .options .box {
	display: table-cell;
	vertical-align: top;
	padding: 10px 10px 5px 10px;
	width: 40%;
}

.accordion .options dl {
	margin-bottom: 12px;
}
.accordion .options dt {
	font-weight: bold;
	border-bottom: 1px dotted #e8ece9;
	padding-bottom: 4px;
	margin-bottom: 6px;
}
.accordion .options dd ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 1em;
}
.accordion .options dd li {
	border-bottom: 1px dotted #e8ece9;
	padding-bottom: 4px;
	margin: 4px 0;
}
.accordion .options dd li label {
	margin-left: 4px;
}

/* =========================================================
bsc-tab
========================================================= */

.bsc-tab {
	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 {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
}

.bsc-tab li {
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #cccccc;
	padding: 0 10px;
}
.bsc-tab li:first-child {
	border-left: none;
}
.bsc-tab li span {
	display: none;
}

.bsc-tab li.private-off a {
	display: inline-block;
	background: url(/img/spa/bsc/tab_sort.png) no-repeat 0 0;
	width: 86px;
	height: 17px;
}
.bsc-tab li.private-off a:hover {
	background: url(/img/spa/bsc/tab_sort.png) no-repeat 0 -17px;
}
.bsc-tab li.private-on a {
	display: inline-block;
	background: url(/img/spa/bsc/tab_sort.png) no-repeat 0 -17px;
	width: 86px;
	height: 17px;
}
.bsc-tab li.dealer-off a {
	display: inline-block;
	background: url(/img/spa/bsc/tab_sort.png) no-repeat -86px 0;
	width: 106px;
	height: 17px;
}
.bsc-tab li.dealer-off a:hover {
	background: url(/img/spa/bsc/tab_sort.png) no-repeat -86px -17px;
}
.bsc-tab li.dealer-on a {
	display: inline-block;
	background: url(/img/spa/bsc/tab_sort.png) no-repeat -86px -17px;
	width: 106px;
	height: 17px;
}
.bsc-tab li.all-off a {
	display: inline-block;
	background: url(/img/spa/bsc/tab_sort.png) no-repeat -192px 0;
	width: 110px;
	height: 17px;
}
.bsc-tab li.all-off a:hover {
	background: url(/img/spa/bsc/tab_sort.png) no-repeat -192px -17px;
}
.bsc-tab li.all-on a {
	display: inline-block;
	background: url(/img/spa/bsc/tab_sort.png) no-repeat -192px -17px;
	width: 110px;
	height: 17px;
}
