@charset "utf-8";

.noScrolls{
  position: fixed;
  overflow-y: scroll;
}
#map_wrapper .p-header1 {
    position: absolute;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 500;
    background: #fff;
}
body, html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
/*
 * Map Area
 */

#map_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
#map_area {
    position: absolute;
	top:0;
	bottom:0;
	width:100%;
	margin-top:112px;
    /*height: 100%; widthは可変 */
}
#map {
    height: 100%;
    width: 100%
}
#notice {
    opacity: 0.6;
}
#loading {
    opacity: 0.8;
}
#trigger {
    height: 150px;
    width: 30px;
    background: #000000;
    color: #ffffff;
    writing-mode: tb-rl;
    direction: ltr;
}
#mask {
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 998;
}
.center {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.center.box {
    height: 64px;
    width: 64px;
    z-index: 999;
    background: #fff url(/mansion/library/market_price/images/map/loading.gif) no-repeat center center;
    border-radius: 3px;
    overflow: hidden;
    text-indent: 100%;
    white-space: normal;
}
.top_right {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}
.hide {
    display: none;
}
/* テスト *

.gm-style .gm-style-iw{
	top:0!important;
	left:0!important;
	background: #ff0000;
	width:240px;
}
.gm-style .gm-style-iw + div img{
	position: absolute;
	right:0!important;
	
}

/* map.css */

.area_txt {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 113px;
}
.area_txt .inner {
    width: 1070px;
    margin: 0 auto;
    border-radius: 0 0 3px 3px;
    /*background: rgba(0,0,0,0.6);*/
    text-align: center;
    height: 30px;
    line-height: 31px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding-left: 10px;
}
.area_txt .inner a {
    float: left;
    margin: 2px 10px 0 0px;
    border-radius: 3px;
    margin-left: 0;
    width: 74px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
    border: solid 1px #d4d4d4;
    -webkit-appearance: none;
    z-index: 1;
    font-size: 13px;
    color: #2d2d2d;
    text-decoration: none;
    font-weight: normal;
}

.area_txt .inner a:hover {
    color: #dd1c11;
}
.area_txt .inner span {
    float: left;
    margin-right: 3px;/*text-decoration: underline!important;*/
}
.area_txt .inner em {
    float: right;
    margin-right: 5px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    font-size: 13px;
    text-align: right;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -1px;
}
.alert_txt {
    position: absolute;
    width: 100%;
    z-index: 500;
    top: 350px;
    display: table;
}
.alert_txt .inner {
    width: 400px;
    margin: 0 auto;
    border-radius: 3px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    padding: 20px 10px;
    display: table-cell;
    vertical-align: middle;
}
.map_head {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #f9f9f9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 2px solid #968a59;
    z-index: 100;
}
.map_head .l-container {
    height: 40px;
}
.tab {
    float: left;
	width:328px;
}
.tab ul {
    margin: 4px 14px 0 0;
}
.tab li {
    float: left;
}
.tab li.list a:before {
    position: relative;
    content: url(../../images/map/icon_list_premium_hover.png);
    width: 19px;
    height: 17px;
    top: 3px;
    margin-right: 6px;
}
.tab li.list a:hover:before {
    position: relative;
    content: url(https://www.nomu.com/mansion/library/market_price/images/map/icon_list.png);
    width: 19px;
    height: 17px;
    top: 3px;
    margin-right: 6px;
}
.tab li.map span:before {
    position: relative;
    content: url(https://www.nomu.com/mansion/library/market_price/images/map/icon_map.png);
    width: 19px;
    height: 17px;
    top: 3px;
    margin-right: 10px;
}
.tab li.list span, .tab li.list a {
    font-size: 14px;
    background: #fff;
    font-weight: bold;
    width: 156px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #2d2d2d;
    text-decoration: none;
    border-left: solid 1px #d2d2d2;
    border-top: solid 1px #d2d2d2;
    border-radius: 3px 0 0 0;
}
.tab li.map span, .tab li.map a {
    font-size: 14px;
    background: #fff;
    font-weight: bold;
    width: 156px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #2d2d2d;
    text-decoration: none;
    border-right: solid 1px #d2d2d2;
    border-top: solid 1px #d2d2d2;
    border-radius: 0 3px 0 0;
}
.tab li.list.active span, .tab li.list a:hover {
    border-left: solid 1px #968a59;
    border-top: solid 1px #968a59;
    color: #fff;
    background: #968a59;
}
.tab li.map.active span, .tab li.map a:hover {
    background: #968a59;
    border-right: solid 1px #968a59;
    border-top: solid 1px #968a59;
    color: #fff;
}
.marker {
    float: left;
	width:312px;
}
.marker ul {
    margin: 7px 0px 0 0;
}
.marker li {
    float: left;
    font-size: 12px;
    color: #2d2d2d;
}
.marker li.red {
    background: url(/mansion/library/market_price/images/map/red.png) no-repeat left center;
    padding-left: 27px;
    margin-right: 13px;
}
.marker li.red span, .marker li.blue span {
    display: inline-block;
    margin-top: 2px;
}
.marker li.blue {
    background: url(/mansion/library/market_price/images/map/blue.png) no-repeat left center;
    padding-left: 27px;
}
.switch ul {
    margin: 4px 15px 0 0;
}
.switch, .switch{
	width:293px;
}
.switch, .switch li {
    float: left;
}
.switch li:first-child {
    margin-right: 8px;
}
/* common2017行目打ち消し用 */
.switch li.market #market {
    width: auto!important;
}
.switch li.market {
    padding: 4px 7px 0px;
    hight: 28px;
    line-height: 28px;
    border-radius: 3px;
    background: #68a02c;
}
.switch li.market span {
    display: inline-block;
    /*white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	background: url(/mansion/library/market_price/images/map/txt_souba.png) no-repeat;
	background-position: left 4px;
	width:85px;*/
    height: 28px;
    font-size: 14px;
	color: #fff;
}
.switch li.sale span {
    display: inline-block;
    /*white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	background: url(/mansion/library/market_price/images/map/txt_uridashi.png) no-repeat;
	background-position: left 4px;
	width:91px;*/
    height: 28px;
    font-size: 14px;
    color: #fff;
}
.switch li.sale {
    padding: 4px 7px 0px 7px;
    hight: 28px;
    line-height: 28px;
    border-radius: 3px;
    background: #ff7200;
}

@media screen and (max-device-width: 1024px) {

.switch li.market {
    padding: 4px 7px 0px;
    hight: 26px;
    line-height: 26px;
    border-radius: 3px;
    background: #68a02c;
}
	
.switch li.sale {
    padding: 4px 7px 0px 7px;
    hight: 26px;
    line-height: 26px;
    border-radius: 3px;
    background: #ff7200;
}	

}

.switch li.market input[type="radio"], .switch li.sale input[type="radio"] {
    opacity: 0;
    position: absolute;
    outline: none;
    cursor: pointer;
    zoom: 1;
    width: 22px;
    height: 23px;
    z-index: 1;
}
.switch li.market input[type="radio"]:checked + label {
    background-image: url(/mansion/library/market_price/images/map/souba_checked_on.png);
}
.switch li.market input[type="radio"] + label {
    background: url(/mansion/library/market_price/images/map/souba_checked_off.png) no-repeat;
    line-height: 23px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    cursor: pointer;
}
.switch li.sale input[type="radio"]:checked + label {
    background-image: url(/mansion/library/market_price/images/map/uridashi_checked_on.png);
}
.switch li.sale input[type="radio"] + label {
    background: url(/mansion/library/market_price/images/map/uridashi_checked_off.png) no-repeat;
    line-height: 23px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    cursor: pointer;
}

@media screen and (max-device-width: 1024px) {
	
.switch li.market input[type="radio"] + label {
    background: url(/mansion/library/market_price/images/map/souba_checked_off.png) no-repeat;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    cursor: pointer;
}
	
.switch li.sale input[type="radio"] + label {
    background: url(/mansion/library/market_price/images/map/uridashi_checked_off.png) no-repeat;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    cursor: pointer;
}
}

.switch li.market.checked {
    background: #649f2b;
    color: #fff;
}
.switch li.sale.checked {
    background: #ff7200;
    color: #fff;
}
.bt_search {
    float: left;
    display: inline-block;
    background: url(/mansion/library/market_price/images/map/bt_search.png) left 4px no-repeat;
    width: 147px;
    height: 36px;
}
.bt_search a {
    margin-top: 4px;
    width: 112px;
    height: 32px;
    display: block;
    color: #2d2d2d;
    padding-left: 35px;
    line-height: 34px;
    text-decoration: none;
}

@media screen and (max-device-width: 1024px) {
.bt_search a {
    margin-top: 4px;
    width: 112px;
    height: 32px;
    display: block;
    color: #2d2d2d;
    padding-left: 35px;
    line-height: 32px;
    text-decoration: none;
}	
}
/* ---------------------------------------------
*   Popup 
--------------------------------------------- */
#overlaypop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10001;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    zoom: 1;
}
.popup {
    width: 1080px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10002;
    margin-top: -300px;
    margin-left: -540px;
    text-align: left;
    background-color: #fff;
}

@media screen and (max-device-width: 1024px) {
 .popup {
    width: calc(100% - 30px);
    margin: 0 auto;
    position: absolute;
    top: 5%;
    left: 50%;
    z-index: 10002;
    margin-left: -540px;
    text-align: left;
    background-color: #fff;
}
}


.popup .close_btn {
    position: absolute;
    background: url('/mansion/library/market_price/images/map/bt_close_premium.png') left top no-repeat;
    width: 44px;
    height: 44px;
    top: -18px;
    right: -15px;
    z-index: 9000;
}
.popup .close_btn:hover {
    background: url('/mansion/library/market_price/images/map/bt_close_premium.png') left bottom no-repeat;
}
.popup .close_btn a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 44px;
    height: 44px;
}
.popup .search_form {
    position: relative;
    padding: 0px 20px 20px 20px;
    margin-top: 0;/*dummy*/
  /*/.dummy*/
}
/*------------------------------------------*/
.popup .search_form .sstfBtn {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 30px;
}
.popup .search_form .flow_bt {
    position: relative;
    overflow: hidden;
}
.popup .search_form .flow_bt ul {
    position: relative;
    left: 50%;
    float: left;
}
.popup .search_form .flow_bt li {
    position: relative;
    left: -50%;
    float: left;
}
.popup .search_form .flow_bt .redcount {
    color: #da171e;
    font-size: 20px;
    padding-right: 5px;
    font-weight: bold;
    line-height: 36px;
}
.popup .search_form .flow_bt .sstfBtnSearch a {
    display: block;
    border: solid 2px #da171e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 188px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff!important;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background: #da171e;
    margin-right: 10px;
}
.popup .search_form .flow_bt .sstfBtnSearch a:hover {
    background: #fff;
    color: #da171e!important;
}


.popup .search_form .flow_bt .sstfBtnSearch.close_btn{
	position:relative;
    background:none;
    width: 188px;
	top:0px;
	right:0;
}
.popup .search_form .flow_bt .sstfBtnSearch.close_btn a:hover {
    background:#fff none;
}

.popup .search_form .flow_bt .sstfBtnSearch.close_btn a {
	text-indent: inherit;
    white-space:inherit;
	overflow: inherit;
    cursor: pointer;
    display: block;
    width: 188px;
    height: 35px;
}




.popup .search_form .flow_bt .sstfBtnStation a {
    display: block;
    border: solid 2px #5C5C5C;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 188px;
    padding-left: 10px;
    line-height: 35px;
    text-align: center;
    color: #fff!important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background-color: #5C5C5C;
}
.popup .search_form .flow_bt .sstfBtnStation a:hover {
    background-color: #fff;
    color: #5C5C5C!important;
}
.popup .search_form .flow_bt .sstfBtnSearch.not span {
    display: block;
    border-left: solid 2px #969696;
    border-right: solid 2px #969696;
    border-top: solid 2px #797979;
    border-bottom: solid 2px #969696;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 188px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff!important;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background-color: #969696;
    margin-right:10px;
}
/*------------------------------------------*/

.popup .search_form .sstfBtn .sstfBtnLeft {
    float: left;
    width: 450px;
    text-align: right;
    line-height: 36px;
}
.popup .search_form .sstfBtn .sstfBtnLeft .redcount {
    color: #da171e;
    font-size: 20px;
    padding-right: 5px;
    font-weight: bold;
}
.popup .search_form .sstfBtn .sstfBtnCenter {
    float: left;
    padding: 0 13px;
    width: 188px;
    height: 36px;
}
.popup .search_form .sstfBtn .sstfBtnCenter a {
    display: block;
    border: solid 2px #da171e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 188px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background-color: #da171e;
}
.popup .search_form .sstfBtn .sstfBtnCenter a:hover {
    background-color: #fff;
    color: #da171e;
}
.popup .search_form .sstfBtn .sstfBtnRight {
    float: left;
    height: 36px;
    margin-left: 20px;
}
.popup .search_form .sstfBtn .sstfBtnRight a {
    display: block;
    border: solid 2px #5C5C5C;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 188px;
    padding-left: 10px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background-color: #5C5C5C;
}
.popup .search_form .sstfBtn .sstfBtnRight a:hover {
    background-color: #fff;
    color: #5C5C5C;
}
.popup .search_form .boxpopup {
    width: 100%;
}
.panel_setting {
    margin-top: 25px;
}
.panel_setting .title {
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 24px;
    border-left: 5px solid #948a54;
    padding: 3px 0 0 16px;
    line-height: 18px;
}
/*
	border-left:4px solid #badc30;
	font-size:129%;
	line-height:23px;
	margin:6px 0 5px 0;
	padding-left:20px;
	font-weight:bold;*/

.panel_setting .table_setting {
    width: 100%;
    border-spacing: 0;
}
.panel_setting .table_setting tbody tr th, .panel_setting .table_setting tbody tr td {
    border-top: 1px solid #d2d2d2;
}
.panel_setting .table_setting tbody tr th {
    background-color: #f0f0f0;
    width: 153px;
    vertical-align: middle;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.panel_setting .table_setting tbody tr td {
    padding: 16px 20px;
}
.panel_setting .table_setting tbody tr td #freeword {
    width: 100%;
    max-width: 555px;
    height: 25px;
    /*background: url(/mansion/library/market_price/images/map/icon_search.png) no-repeat;*/
    background-position: 98% center;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    padding: 4px 5px 4px 10px;
    font-size: 16px;
}
.panel_setting .table_setting tbody tr:last-child th, .panel_setting .table_setting tbody tr:last-child td {
    border-bottom: 1px solid #d2d2d2;
}
.panel_setting .table_setting tbody .itemgroup ul {
    list-style: none;
    width: 100%;
}
.panel_setting .table_setting tbody .itemgroup ul li {
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
}
.panel_setting .table_setting tbody .itemgroup ul li:last-child {
    margin-right: 0px;
}
.panel_setting .table_setting tbody .itemgroup ul li input[type="radio"] {
    opacity: 0;
    position: absolute;
    outline: none;
    cursor: pointer;
    zoom: 1;
    width: 22px;
    height: 22px;
    z-index: 1;
}
.panel_setting .table_setting tbody .itemgroup ul li input[type="radio"] + label {
    background: url(/mansion/library/market_price/images/map/radio.png) no-repeat;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    cursor: pointer;
}
.panel_setting .table_setting tbody .itemgroup ul li input[type="radio"]:checked + label {
    background-image: url(/mansion/library/market_price/images/map/radio_checked_premium.png);
}
.panel_setting .table_setting tbody .itemgroup ul li .item_help {
    float: right;
    position: relative;
    display: block;
    cursor: pointer;
    right: -5px;
    margin-right: 15px;
}
.panel_setting .table_setting tbody .itemgroup .checkbox_group {
    margin-top: 15px;
}
.panel_setting .table_setting tbody .itemgroup .checkbox_group:nth-child(1) {
    margin-top: 0;
}
.panel_setting .table_setting tbody .itemgroup .checkbox_group input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    outline: none;
    cursor: pointer;
    zoom: 1;
    width: 22px;
    height: 22px;
}
.panel_setting .table_setting tbody .itemgroup .checkbox_group input[type="checkbox"] + label {
    background: url(/mansion/library/market_price/images/map/bg_checkbox.png) no-repeat;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    cursor: pointer;
    margin-right: 10px;
}
.panel_setting .table_setting tbody .itemgroup .checkbox_group input[type="checkbox"]:checked + label {
    background-position: 0 -27px;
}
.panel_setting .table_setting tbody .item_select {
    width: 250px;
}
/*  エリア選択モーダル search.cssから複製編集 */

/*------------------------------------------------------------
    search_form
------------------------------------------------------------*/
.search_form {
    margin-top: 30px;
}
.search_form .btn_group_area {
    font-size: 14px;
    color: #004066;
    padding-bottom: 5px;
}
.search_form .btn_group_area:after {
    display: block;
    clear: both;
    content: "";
}
.search_form .btn_group_area .group01, .search_form .btn_group_area .group02, .search_form .btn_group_area .group03 {
    width: 400px;
    float: left;
    position: relative;
    color: #004066;
    font-weight: bold;
}
.search_form .btn_group_area .group01:before, .search_form .btn_group_area .group02:before, .search_form .btn_group_area .group03:before {
    content: '';
    height: 1px;
    width: 350px;
    background-color: #d2d2d2;
    position: absolute;
    top: 50%;
    left: 47px;
}
.search_form .btn_group_area .group01:after, .search_form .btn_group_area .group02:after, .search_form .btn_group_area .group03:after {
    content: '';
    width: 1px;
    height: 5px;
    background-color: #d2d2d2;
    position: absolute;
    top: 50%;
    right: 3px;
}
.search_form .btn_group_area .group02 {
    margin-left: 17px;
}
.search_form .btn_group_area .group02:before {
    width: 365px;
    left: 32px;
}
.search_form .btn_group_area .group03 {
    width: 100px;
    margin-left: 18px;
}
.search_form .btn_group_area .group03:before {
    width: 63px;
    left: 36px;
}
.search_form .btn_group_area .group03:after {
    right: 1px;
}
.search_form #tabs {
    overflow: hidden;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #004066;
    border-left: 1px solid #d2d2d2;
}
.search_form #tabs a, .search_form #tabs span {
    float: left;
    width: 99.3px;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 0px;
    padding-bottom: 0px;
    vertical-align: bottom;
    padding: 7px 0;
    font-size: 15px;
    display: block;
    background: #F9F9F9;
    font-weight: bold;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    text-decoration: none;
    color: #2d2d2d;
}
.search_form #tabs div + div {
    border-left: 0px;
}
.search_form #tabs a:hover {
    background: #004066;
    color: #fff;
    display: block;
}
.search_form #tabs span.current {
    background: #004066;
    color: #fff;
}
.search_form #tabs a.margin_left, .search_form #tabs span.margin_left {
    margin-left: 20px;
    border-left: 1px solid #d2d2d2;
}
.search_form #tabs a.margin_left02, .search_form #tabs span.margin_left02 {
    margin-left: 20px;
    border-left: 1px solid #d2d2d2;
}
.search_form #content {
    position: relative;
    z-index: 0;
}
.search_form #content a {
    text-decoration: none;
}
.search_form #content .tabcontent {
    overflow: hidden;
}
.search_form #content .tabcontent.current {
}
.search_form #content .tabcontent .panel_search {
    border-top: none;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel {
    padding: 24px 19px 40px;
    border: 1px solid #d2d2d2;
    border-top: none;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel.modal {
    padding: 24px 19px 10px;
    border: 1px solid #d2d2d2;
    border-top: none;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel .sstfTitle {
    padding-left: 35px;
    background: url(/mansion/library/market_price/images/map/icon_loupe.png) left 2px no-repeat;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 24px;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel .sstfTitle span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul {
    list-style: none;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li label {
    background-image: url(/mansion/library/market_price/images/map/bg_checkbox.png);
    background-repeat: no-repeat;
    position: relative;
    padding-left: 27px;
    /*padding-bottom: 3px;*/
    height: 24px;
    display: block;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li dt div.txt {
    float: left;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li input {
    width: 1px;
    height: 1px;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    margin: 0;
    outline: none;
    opacity: 0;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li input[type="checkbox"]:checked + label {
    background-position: 0 -27px;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li.top_li {
    background-color: #e9e9e9;
    line-height: 25px;
    padding: 7px 15px 7px 7px;
    font-weight: 600;
    margin-top: 24px;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li.middle_li {
    padding: 15px 15px 0;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li.middle_li span {
    padding: 5px 7px 3px 5px;
    display: inline-block;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li.middle_li span.on {
    background: #E0EDF5;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li.middle_li a {
    font-weight: 600;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li.bottom_li {
    padding: 15px 10px 15px 28px;
    border-bottom: 1px solid #d2d2d2;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li.bottom_li:last-child {
    border-bottom: none;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li.bottom_li dt {
    float: left;
    width: 147px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 3px 3px 5px
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li.bottom_li dt:nth-child(6n+1) {
    clear: both;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li.bottom_li dt.on {
    background: #E0EDF5;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li.bottom_li dt span.item_subarea_hit {
    font-size: 12px;
    margin-left: 4px;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li a {
    color: #005fd1;
    padding: 0;
    font-size: 16px;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li span.label {
  padding: 0;
	font-size:16px;
	font-weight: bold;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li a.on {
    background: #E0EDF5;
}
.search_form #content .tabcontent .panel_search #search_form .search_panel ul li a:hover {
    color: #dd1c11;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting {
    margin-top: 45px;
    padding: 24px 19px 40px;
    border: 1px solid #d2d2d2;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .title {
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 24px;
    border-left: 5px solid #004066;
    padding: 3px 0 0 16px;
    line-height: 18px;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting {
    width: 100%;
    border-spacing: 0;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody tr th, .search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody tr td {
    border-top: 1px solid #d2d2d2;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody tr th {
    background-color: #f0f0f0;
    width: 153px;
    vertical-align: middle;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody tr td {
    padding: 16px 20px;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody tr td #freeword {
    width: 100%;
    max-width: 555px;
    height: 25px;
    /*background: url(/mansion/library/market_price/images/map/icon_search.png) no-repeat;*/
    background-position: 98% center;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    padding: 4px 5px 4px 10px;
    font-size: 16px;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody tr:last-child th, .search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody tr:last-child td {
    border-bottom: 1px solid #d2d2d2;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody .itemgroup ul {
    list-style: none;
    width: 100%;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody .itemgroup ul li {
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody .itemgroup ul li:last-child {
    margin-right: 0px;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody .itemgroup ul li input[type="radio"] {
    opacity: 0;
    position: absolute;
    outline: none;
    cursor: pointer;
    zoom: 1;
    width: 22px;
    height: 22px;
    z-index: 1;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody .itemgroup ul li input[type="radio"] + label {
    background: url(/mansion/library/market_price/images/map/radio.png) no-repeat;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    cursor: pointer;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody .itemgroup ul li input[type="radio"]:checked + label {
    background-image: url(/mansion/library/market_price/images/map/radio_checked.png);
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody .itemgroup ul li .item_help {
    float: right;
    position: relative;
    display: block;
    cursor: pointer;
    right: -5px;
    margin-right: 15px;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody .itemgroup .checkbox_group {
    margin-top: 15px;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody .itemgroup .checkbox_group:nth-child(1) {
    margin-top: 0;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody .itemgroup .checkbox_group input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    outline: none;
    cursor: pointer;
    zoom: 1;
    width: 22px;
    height: 22px;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody .itemgroup .checkbox_group input[type="checkbox"] + label {
    background: url(/mansion/library/market_price/images/map/bg_checkbox.png) no-repeat;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    cursor: pointer;
    margin-right: 10px;
}
.search_form #content .tabcontent .panel_search #search_form .panel_setting .table_setting tbody .itemgroup .checkbox_group input[type="checkbox"]:checked + label {
    background-position: 0 -27px;
}
.search_form #content .tabcontent .panel_search #search_form .sstfBtn {
    margin-top: 30px;
}
.search_form #content .tabcontent .panel_search #search_form .sstfBtn .sstfBtnLeft {
    float: left;
    width: 450px;
    text-align: right;
    line-height: 36px;
}
.search_form #content .tabcontent .panel_search #search_form .sstfBtn .sstfBtnLeft .redcount {
    color: #da171e;
    font-size: 20px;
    padding-right: 5px;
    font-weight: bold;
}
.search_form #content .tabcontent .panel_search #search_form .sstfBtn .sstfBtnCenter {
    float: left;
    padding: 0 13px;
    width: 188px;
    height: 36px;
}
.search_form #content .tabcontent .panel_search #search_form .sstfBtn .sstfBtnCenter a {
    display: block;
    border: solid 2px #da171e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 188px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background-color: #da171e;
}
.search_form #content .tabcontent .panel_search #search_form .sstfBtn .sstfBtnCenter a:hover {
    background-color: #fff;
    color: #da171e;
}
.search_form #content .tabcontent .panel_search #search_form .sstfBtn .sstfBtnRight {
    float: left;
    height: 36px;
    margin-left: 20px;
}
.search_form #content .tabcontent .panel_search #search_form .sstfBtn .sstfBtnRight a {
    display: block;
    border: solid 2px #5C5C5C;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 188px;
    padding-left: 10px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background-color: #5C5C5C;
}
.search_form #content .tabcontent .panel_search #search_form .sstfBtn .sstfBtnRight a:hover {
    background-color: #fff;
    color: #5C5C5C;
}
