@charset "utf-8";
/* CSS Document */
/* HEADER */
/* H1,機能ナビ */
#header .subSection {
	clear: both;
	float: left;
	margin-top: -26px;
	padding:5px 0 5px 170px;
	position: relative;
	width: 790px;
}
#header .subSection #searchNavB{
	float: left;
	margin-bottom: -5px;
	margin-top: -3px;
	padding-top:5px;
	width:375px;
	margin-left:330px;
}
.gblfCpn{
  display: block;
}
.twHead ul.breadcrumbs{
	width: 660px;
	float: left;
	margin-top: 5px
}

.twHead ul.breadcrumbs li{
	white-space: nowrap;
}

/* Header Bnr */
.headerTowBnr{
  float: left;
}
.headerTowBnr img{
  width:500px;
  margin: 14px 0 0 36px;
  display: none;
}
/* SNS */
.share-wrap.share-upper {
  float: right;
  width: 110px;
  margin:0 0 10px;
}
.share-upper .p-article_head_sns{
  display: flex;
  justify-content: space-between;
}
.p-sns-1_name a{
  display: block;
}
.p-sns-1_name a.p-sns-1_name_fb{
  background: url(/ui/utility/common/sns/share_fb_roundedSquare_Color.svg) center top / 30px no-repeat;
  width: 30px;
  height: 30px;
}
.p-sns-1_name a.p-sns-1_name_twi{
  background: url(/ui/utility/common/sns/share_twitter_roundedSquare_Color.svg) center top / 30px no-repeat;
  width: 30px;
  height: 30px;
}
.p-sns-1_name a.p-sns-1_name_htb{
  background: url(/ui/utility/common/sns/share_htb_roundedSquare_Color.svg) center top / 30px no-repeat;
  width: 30px;
  height: 30px;
}
.p-sns-1_name a.p-sns-1_name_line{
  display: none;
  background: url(/ui/utility/common/sns/share_line_roundedSquare_Color.svg) center top / 30px no-repeat;
  width: 30px;
  height: 30px;
}
#searchNavB2{
	text-align:left;
	position:absolute;
	top:6px;
	left:500px;
	width:375px; height:14px;
	font-size:11px;
	line-height:1.0;
}

#town .searchAreaB{
	clear:both;
	padding:0;
	margin:0;

}

#town .searchAreaB form,#town .searchAreaB2 form{
	margin: 0px;

}


#town .searchAreaB .kwArea{
	margin:0px;
	width:380px;
}
#town .searchAreaB2 .kwArea{
	margin:0px;width:380px;
}

#town .searchAreaB .kwArea dt,#town .searchAreaB2 .kwArea dt{
	float:left;
}

#town .searchAreaB .kwArea dt em,#town .searchAreaB2 .kwArea dt em{
	display:inline-block;
	width:50px;
	padding:0px 5px 0 0;
	line-height:1;
	vertical-align:middle;
}
#town .searchAreaB .kwArea dt input[type="text"],#town .searchAreaB2 .kwArea dt input[type="text"]{
	background:#fff;
	outline: 0;
	width: 264px;
	border:#cccccc 1px solid;
	padding: 1px 5px;
	margin: 0px 0px 0px 0;
	height:18px;

}




#town .searchAreaB input[type="image"]:hover,#town .searchAreaB2 input[type="image"]:hover{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}



/*//--------------*/
#town #contents {
	clear:both;
	float:none;
	width:960px;
}

#town #contents .section{
	clear:both;
	position:relative;
}
/*//--------------*/

/* tab menu */
#tabArea {
  position: relative;
  width: 960px;
  height: 38px;
  border-bottom: 5px solid #706154;
}
#tabArea + .box-title {
	margin-top: 15px;
}
#tabArea li {
  float: left;
  box-sizing: border-box;
  min-width: 180px;
  margin-right: 12px;
  padding: 0 20px;
  background:#eee;
  border-radius: 5px 5px 0 0;
}
#tabArea li:hover{
  background:#706154;
  color:#fff;
}
#tabArea .active{
  background:#706154;
  color:#fff;
}
#tabArea .active span.count{
  color:#fff;
}
#tabArea li a,
#tabArea li span{
  display: block;
  width: 100%;
  padding: 10px 0 4px 0;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
}
#tabArea li span{
  color: #fff;
}
#tabArea li .searchUpdate{
  display: inline-block;
  width: 46px;
  padding:0;
  font-size: 11px;
  margin-left: 3px;
}
#tabArea li a{
  color:#999;
}
#tabArea li:hover a{
  color: #fff;
}

/*//--------------*/

#town #contents .leftMenu{
	float:left;
	width:200px;
	margin-right:20px;
}

#town #contents .rightContens{
	float:right;
	width:740px;
}


/*--searchArea-----------------------*/

#town #searchNav2{
	position:fixed;
	top:36px;
	z-index:999;
	background:#ffffff;
	padding:0px;
}

#town #searchNav2 .searchArea{
	margin:10px 0 10px 0;
	width:960px;
}


#town .searchArea,
#town .searchArea2{
	clear:both;
	border:#e6e6e6 1px solid;
	padding:10px 0;
	margin:0 0 20px 0;
}

#town .searchArea form,
#town .searchArea2 form{
	margin: 0 19px 0 23px;

}

#town .searchArea .pref{
	width:230px;
	border-right:#e6e6e6 1px solid;
	float:left;
}

#town .searchArea .pref dt{
	float:left;
}

#town .searchArea .pref dt select{
	width:130px;
	margin:3px 15px 0 0;
	font-size:12px;
	padding:3px;
}

#town .searchArea .kwArea{
	margin:0 0 0 20px;
	width:665px;
	float:left;
}

#town .searchArea2 .kwArea{
	margin:0 0 0 5px;
	width:913px;
}

#town .searchArea .kwArea dt,
#town .searchArea2 .kwArea dt{
	float:left;
}

#town .searchArea .kwArea dt em,
#town .searchArea2 .kwArea dt em{
	display:inline-block;
	width:90px;
	padding:7px 10px 0 0;
	line-height:1;
}

#town .searchArea .kwArea dt input[type="text"]{
	background: #f5f5f5;
	outline: 0;
	width: 440px;
	border: #cccccc 1px solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 4px 10px;
	margin: -5px 10px 0 0;

}

#town .searchArea2 .kwArea dt input[type="text"]{
	background:#f5f5f5;
	outline: 0;
	width:660px;
	border:#cccccc 1px solid;
border-radius:5px;
-webkit-border-radius: 5px;
-moz-border-radius:5px;
padding:4px 10px;
	margin: -5px 10px 0 0;

}



#town .searchArea input[type="image"]:hover,
#town .searchArea2 input[type="image"]:hover{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
/*--searchArea-BBBB----------------------*/



/*------------------*/
#town #contents .nextArea{
	clear:both;
	text-align:right;
	padding-bottom:20px !important;
}

#town #contents .nextArea02,
#town #contents .nextBullet{
	clear:both;
	text-align:right;
}
#town #contents .nextBullet02{
	clear:both;
	text-align:right;
	margin:-10px 0 20px;
}


#town #contents .nextArea a,
#town #contents .nextArea02 a{
	background:url(/ui/town/pc/images/common/icn_fw.gif) no-repeat left center;
	padding-left:12px;
}

#town #contents .nextBullet a,
#town #contents .nextBullet02 a{
	background: url(/ui/utility/common/svg/iconAP_arrow_txtlink_dkblue.svg) 1px center / 10px no-repeat;
	padding-left:12px;
}

#town p.notes{
	color: #666;
	font-size: 11px;
	text-align: right;
	margin-top: -14px;
	margin-right:30px;
}

/*----------btn------------*/

.btn230 a{
	width:228px;
	height:35px;
	display:inline-block;
	background:url(/ui/town/pc/images/common/btn_230.gif) no-repeat left center;
	padding-top:14px;
}

.btn230 a:hover{
	background:url(/ui/town/pc/images/common/btn_230_ov.gif) no-repeat left center;
}

.btn265 a{
	width:265px;
	height:35px;
	display:inline-block;
	background:url(/ui/town/pc/images/common/btn_265.gif) no-repeat left center;
	padding-top:14px;
}

.btn265 a:hover{
	background:url(/ui/town/pc/images/common/btn_265_ov.gif) no-repeat left center;
}


.btn230 a,
.btn265 a{
	font-size: 19px;
  line-height: 1;
	text-shadow: 1px 1px 0 #e17e12;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}
/* TOP */
.btnSearch350 {
	margin:0 auto;
	width:100%;
	text-align:center;
}
.btnSearch350 span{
    line-height: 2.2;
    margin: 0 42px 0 0;
}
.btnSearch350 a{
	width:350px;
	height:66px;
	display:inline-block;
	background:url(/ui/town/pc/images/common/btn_search_350.png) no-repeat left center;
	padding-top:14px;
	text-decoration:none;
	font-size:180%;
    color: #fff;
}

.btnSearch350 a:hover{
	background:url(/ui/town/pc/images/common/btn_search_350_ov.png) no-repeat left center;
}

/*--------------------------*/

.leftMenu .sideEstateBox .box.mgb{
	margin-bottom:10px;
}

.leftMenu .sideContentsBox h3{
	background:#5c5c5c;
	color:#ffffff;
	font-size:120%;
	padding:5px 5px 10px 10px;
border-radius: 6px 6px 0px 0px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}

.leftMenu .sideEstateBox .box ul li.now,
.leftMenu .sideContentsBox .box ul li.now{
	clear:both;
	margin-bottom:5px;
	padding:5px;
	border-bottom:none;
	/*overflow:hidden;*/
	zoom:1;
	background:#0072ff;
	color:#ffffff;
	border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
}

.leftMenu .sideEstateBox .box ul li,
.leftMenu .sideContentsBox .box ul li{
	clear:both;
	margin-bottom:5px;
	padding-bottom:2px;
	padding-top:5px;
	padding-left:5px;
	border-bottom:1px dotted #E3EFFF;
	overflow:hidden;
	zoom:1;
	color:#999;
}

.leftMenu .sideEstateBox .box ul li:last-child,
.leftMenu .sideContentsBox .box ul li:last-child{
	border-bottom:none;
}


.leftMenu .navPref dt{
	background: url(/ui/utility/common/svg/iconAP_arrow_down_blue.svg) left 3px / 10px no-repeat;
	color:#1f7aee;
	font-size:110%;
	padding:0 0 5px 18px;
	cursor:pointer;
}
.leftMenu .navPref02 dt{
	background: url(/ui/utility/common/svg/iconAP_arrow_right_blue.svg) 1px 2px / 10px no-repeat;
	display: block;
	line-height: 1.2;
	padding: 0 0 0 15px;
	color:#1f7aee;
	font-size:110%;
	padding:0 0 5px 18px;
	cursor:pointer;
}


.leftMenu .navPref dd li,
.leftMenu .navPref02 dd li{
	background:#e6eff8;
	border-bottom:none !important;
	padding:3px 0 0 0;
}

.leftMenu .navPref dd li a,
.leftMenu .navPref02 dd li a{
	display:block;

}

.leftMenu .navPref02 dd{
	display:none;
}

/*--都道府県別左ナビ-----------------------------------*/
.leftMenu .navOther dt{
	background-image:url(/ui/town/pc/images/common/bullet_graph_dwn.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	/*color:#1f7aee;*/
	color:#333;
	font-weight:bold;
	font-size:110%;
	padding:0 0 5px 18px;
	cursor:pointer;
}

.leftMenu .navOther02 dt{
	background: url(/ui/utility/common/svg/iconAP_arrow_right_blue.svg) left 3px / 12px no-repeat;
	color:#333;
	font-weight:bold;
	font-size:110%;
	padding:0 0 5px 18px;
	cursor:pointer;
}


.leftMenu .navOther dd li,
.leftMenu .navOther02 dd li{
	/*background:#e6eff8;*/
	border-bottom:#f4f4f4 1px solid;
	padding:3px 0 0 13px;
}

.leftMenu .navOther dd li,
.leftMenu .navOther02 dd li{
	margin-left:5px;

}

.leftMenu .navOther02 dd{
	display:none;
}

/*--740px--------------*/

.rightContens .infoBox{
	clear:both;
	margin-bottom:25px;
}

.rightContens .infoBox dt{
	background:url(/ui/town/pc/images/common/info_ttl_bg.gif) no-repeat center bottom;
	min-height:27px;
	width:740px;
	padding-top:7px;
}

.rightContens .infoBox dt em{
	margin-left:15px;
	font-size:110%;
}

.rightContens .infoBox dd{
	border:#cccccc 1px solid;
	width:738px;
	border-radius: 0px 0px 6px 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
	padding:10px 0 3px;
}

.rightContens .infoBox dd div.infoBoxUnder{
	padding:0 15px 0;
}
.rightContens .infoBox .infoStation{
	margin-left:42px;
	font-size:85%;
	/*margin-left:0px;*/
}
*:first-child+html .rightContens .infoBox .infoStation{
	margin-bottom:10px;
}
.rightContens .infoBox .infoStation li{
	width:125px;
	line-height:1.2rem;
	padding-left:10px;
	float:left;
	display:inline-block;
	margin-bottom:7px;
	border-left:3px solid #d9d9d9;
}

.infoBox .infoLinks{
	margin-left:10px;
}
*:first-child+html .infoBox .infoLinks{
	margin-bottom:10px;
}
.infoBox .infoLinks li{
	float:left;
	display:inline-block;
	margin-bottom:17px;
	line-height:1.5;
	height:23px;
	font-size: 90%;
}

.infoBox .infoLinks li.newMs{
	background: url(/ui/utility/common/svg/iconC_mansionNew.svg) left 0 / 18px no-repeat;
	height: 20px;
	padding-left: 22px;
	padding-top: 3px;
  margin-right: 20px;
	margin-bottom: 10px;
}
.infoBox .infoLinks li.useHs{
	background: url(/ui/utility/common/svg/iconC_houseUsed.svg) left 0 / 18px no-repeat;
	height: 20px;
	padding-left: 22px;
	padding-top: 3px;
  margin-right: 20px;
	margin-bottom: 10px;
}

.infoBox .infoLinks li.useMs{
	background: url(/ui/utility/common/svg/iconC_mansionUsed.svg) left 0 / 18px no-repeat;
	height: 20px;
	padding-left: 22px;
	padding-top: 3px;
  margin-right: 20px;
	margin-bottom: 10px;
}

.infoBox .infoLinks li.rentHs{
	background: url(/ui/utility/common/svg/iconC_chintai.svg) left 0 / 18px no-repeat;
	height: 20px;
	padding-left: 22px;
	padding-top: 3px;
  margin-right: 20px;
	margin-bottom: 10px;
}

.infoBox .infoLinks li.newHs{
	background: url(/ui/utility/common/svg/iconC_houseNew.svg) left center / 18px no-repeat;
	height: 20px;
	padding-left: 22px;
	padding-top: 3px;
  margin-right: 20px;
	margin-bottom: 10px;
}

.infoBox .infoLinks li.hikkoshi{
	background: url(/ui/utility/common/svg/iconC_k-hikkoshi.svg) left center / 20px no-repeat;
	height: 20px;
	padding-left: 22px;
	padding-top: 3px;
  margin-right: 20px;
	margin-bottom: 10px;
}

.infoBox .infoLinks li.kyujin{
	background:url(/ui/town/pc/images/common/icon_kyujin.png) no-repeat -2px 0 / 20px auto;
	padding-left:22px;
	margin-right:20px
}



/* ちくわコンテンツ部分 */

.infoBox #chikuwaInfo p{
	margin-bottom:0;
}
.infoBox dd#chikuwaInfo{
	padding:10px;
	box-sizing:border-box;
	width:740px;
}
.infoBox dd#chikuwaInfo h3{
	margin:10px 0 5px;
}
.infoBox .chikuwaRightWrap,
.infoBox .chikuwaLeftWrap{
 float:left;
 width:335px;
}
.infoBox .chikuwaLeftWrap{
 margin-left:40px;
}
.infoBox .chikuwaArticlCont{
 margin-bottom:10px;
}
.chikuwaArticlCont li{
 padding:10px 0;
 border-bottom:1px dotted #ccc;
 letter-spacing: -.40em;
 font-size:85%;
}
.chikuwaArticlCont a{
  display:block;
  text-decoration: none;
  color:#333;
}
.chikuwaArticlCont a:hover{
 color:#999;
}
.chikuwaArticlCont .chikuwa-img,
.chikuwaArticlCont .chikuwa-txt{
 display:inline-block;
 letter-spacing: normal;
}
.chikuwaArticlCont .chikuwa-img{
 vertical-align:bottom;
}.chikuwaArticlCont .chikuwa-txt{
 width:275px;
 margin:0 0 0 10px;
 line-height:1.5;
vertical-align: top;
}
.chikuwaArticlCont .chikuwa-img .chikuwa-photo{
 display:block;
 width:50px;
 height:50px;
 background-image:url(https://chiku-wa.jp/pc/images/noimage.png);
 background-position: center center;
 background-repeat: no-repeat;
 -moz-background-size: cover;
 -webkit-background-size: cover;
 -o-background-size: cover;
 -ms-background-size: cover;
 background-size: cover;
}
.chikuwaLogo{
  text-align:right;
}

.rightContens .infoBox .infoVoice{
	/*margin-left:58px;*/
	margin-left:30px;
}
*:first-child+html .rightContens .infoBox .infoVoice{
	margin-bottom:10px;
}
.rightContens .infoBox .infoVoice li{
	width:208px;
	/*width:122px;
	border-left:#d9d9d9 4px solid;*/
	line-height:1;
	padding-left:18px;
	float:left;
	display:inline-block;
	margin-bottom:15px;
}
/*--740px 右カラム駅ページ　駅から選び直す--------------*/

.rightContens .infoBox p.infoTxt{
	font-size:90%;
}
.rightContens .infoBox h3{
	border-bottom: 5px solid #9d9177;
    clear: both;
    line-height: 1;
    margin-bottom: 15px;
    text-shadow: 1px 1px 0 #c7c7c7;
    width: 100%;
	font-size:90%;
}
.rightContens .infoBox h3 span{
    border-bottom: 5px solid #382c1c;
    display: inline-block;
    margin-bottom: -5px;
    padding: 0 30px 5px 0;
}
/*--　周辺の駅 ---*/
.rightContens .infoBox #relatedNeighborStation dl.neighborStation  {
    margin:0 0 0 0;
    padding:5px 0;
    border-top:1px #efefef solid;
    overflow:hidden;
    zoom:1;
	font-size:85%;
}
.rightContens .infoBox #relatedNeighborStation dl.neighborStation dt {
    float:left;
    width:120px;
    font-weight:bold;
	background:none;
	min-height:0;
	padding:0;
}
.rightContens .infoBox #relatedNeighborStation dl.neighborStation dd {
    margin:0 0 0 1px;
    padding: 0 26px 0 0;
    background:url('/ui/town/pc/images/common/icon_line.png') 100% center no-repeat;
	border:none;
	display:inline;
}
.rightContens .infoBox #relatedNeighborStation dl.neighborStation dd.last {
    padding:0;
    background:none;
}

/*--Map--------------------------------------------*/

.mapBlk{
	position:relative;
	border:#c5bdb1 5px solid;
	margin-bottom:20px;
	background:#dcd6cd;
}

.mapBlk h2{
	position:absolute;
	width:220px;
	height:60px;
	top:0;
	left:10px;
	background:url(/ui/town/pc/images/common/map_tag_bg_w.png) no-repeat top left;
	z-index:40;
	padding:22px 0 0 0;
	font-size:120%;
	color:#ffffff;
	text-align: center;
}

.mapBlk .mapArea,.mapBlk .map_canvas{
	min-height:460px;
}

.mapLoader{
	width: 950px;
	height: 460px;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#baffffff,EndColorStr=#baffffff);
	background: rgba(255,255,255,0.8);
	left: 0px;
	top: 0px;
	zoom: 1;
	-ms-zoom: 1;
	z-index: 400;
}

.mapLoader img{
	margin-left: 450px;
	margin-top: 200px;
}

/*---------------*/
.mapBlk .btnArea{
	clear:both;
	border-top:#c5bdb1 1px solid;
}

.mapBlk .btnArea li{
	width:157px;
	float:left;
	border-left:#c5bdb1 1px solid;
	border-bottom:#c5bdb1 1px solid;
	padding:8px 0;
	position:relative;
}
.mapBlk .btnArea li:last-child{
	border-right:#c5bdb1 1px solid;
}
.mapBlk .btnArea li ol{
	width:148px;
	margin-left: 5px;
}

.mapBlk .btnArea li ol li{
	float:none;
	border:none;
	text-align:left;
	padding:0;
	font-size:72%;
}

.mapBlk .btnArea li ol li.mapBtn{
	position:relative;
	border:none;
}

.mapBlk .btnArea li ol li.mapBtn em{
	display:block;
	color:#000000;
    font-size:130%;
	padding: 0;
	line-height:1.2
}
.mapBlk .btnArea li ol li.mapBtn a:hover em,
.mapBlk .btnArea li ol li.mapBtn a.on em{
	display:block;
	color:#ffffff;
	font-size:130%;
}
.mapBlk .btnArea li ol li.mapBtn a.over em{
	display:block;
	color:#ffffff;
}
.mapBlk .btnArea li ol li.mapBtn span{
	margin: 0 0 0 10px;
	padding:0;
	font-size:110%;
}

.mapBlk .btnArea li ol li.mapBtn span.smallTitle{
	font-size:11px;
}
.mapBlk .btnArea li ol li.mapBtn a{
	display:block;
	width:136px;
	height:45px;
	text-align:left;
	padding:25px 0 0 12px;
	font-size:100%;
	font-weight:bold;
}

.mapBlk .btnArea li ol li.mapBtn a:link,
.mapBlk .btnArea li ol li.mapBtn a:visited{
	color:#4f4332;
	text-decoration:none;
	background:url(/ui/town/pc/images/common/btn_map.gif) no-repeat center top;
}

.mapBlk .btnArea li ol li.mapBtn a:hover,
.mapBlk .btnArea li ol li.mapBtn a.on{
	color:#ffffff;
	text-decoration:none;
	background:url(/ui/town/pc/images/common/btn_map_on.gif) no-repeat center top;
}
.mapBlk .btnArea li ol li.mapBtn a.over{
	color:#ffffff;
	text-decoration:none;
	background:url(/ui/town/pc/images/common/btn_map_on.gif) no-repeat center top;
}
.mapBlk .btnArea li ol li.mapBtn div.mapDataNone{
    height: 50px;
	padding: 20px 0 0 10px;
	width: 136px;
	color:#4f4332;
	text-decoration:none;
	background:url(/ui/town/pc/images/common/btn_map_gray.gif) no-repeat center top;
	font-size: 14px;
    font-weight: bold;
}
.mapBlk .btnArea li ol li.mapData{
	margin-left:10px;
	border:none;
}

.mapBlk .btnArea li ol li.line{
	height: 52px;
    left: 66px;
    overflow: hidden;
    position: absolute;
    top: 11px;
    width: 83px;
    z-index: 30;
}

.mapBlk .btnArea li ol li.line span.JpTop{
	color: #000000;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 18px;
    letter-spacing: -0.05em;
    margin-left: -20px;
    margin-right: 30px;
    margin-top: -30px;
    padding-left: 40px;
    text-align: left;
    width: 120px;

	transform:rotate(32deg);
	-webkit-transform:rotate(32deg);
	-moz-transform:otate(32deg);
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;

	/*　グラデーション */
	background: #fffad8; /* Old browsers */
	background: -moz-linear-gradient(top,  #fffad8 11%, #b28e31 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,#fffad8), color-stop(100%,#b28e31)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fffad8 11%,#b28e31 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fffad8 11%,#b28e31 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fffad8 11%,#b28e31 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fffad8 11%,#b28e31 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffad8', endColorstr='#b28e31',GradientType=0 ); /* IE6-9 */
	/*　/グラデーション */

}

.mapBlk .btnArea li ol li.line span.localTop{
	color: #000000;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 18px;
    letter-spacing: -0.05em;
    margin-left: -20px;
    margin-right: 30px;
    margin-top: -30px;
    padding-left: 40px;
    text-align: left;
    width: 120px;

	transform:rotate(32deg);
	-webkit-transform:rotate(32deg);
	-moz-transform:otate(32deg);
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;

	/*　グラデーション */
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e8e8 0%, #9e9e9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#9e9e9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#9e9e9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e8e8 0%,#9e9e9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e8e8 0%,#9e9e9e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8e8e8 0%,#9e9e9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#9e9e9e',GradientType=0 ); /* IE6-9 */
	/*　/グラデーション */

}

.mapBlk .btnArea li ol li.line span span.number{
	width:26px;
	font-size:14px;
	letter-spacing:-0.1em;
}

/*--Map02駅用--------------------------------------------*/

.mapBlk02{
	position:relative;
	width: 100%;
	border:#c5bdb1 5px solid;
	margin-bottom:20px;
	background:#efe9e0;
	box-sizing: border-box;
}

.mapBlk02 .stDataBox{
	position:absolute;
	width:300px;
	top:15px;
	left:20px;
	z-index:40;
	padding:10px 0 8px 0;
	background-color:#4f4332;
}

.mapBlk02 .stDataBox h2{
	color:#ffffff;
	font-size:110%;
	margin:0 0 3px 10px;
}

.mapBlk02 .mapArea{
	min-height:460px;
}

.mapBlk02 .MapData{
	border:none;
	margin:0 10px;
	width:280px;
	display:table;
}

.mapBlk02 .MapData dt{
	padding:5px 0px 5px 10px;
	display:table-cell;
	color:#ffffff;
	width:120px;
	font-size:85%;
}

.mapBlk02 .MapData dd{
	padding:5px 5px;
	display:table-cell;
	color:#ffffff;
	font-size:85%;
}

.mapBlk02 .btnArea{
	padding: 10px 10px 0;
}

.mapBlk02 .btnArea ul{
	display:flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.mapBlk02 .btnArea .btnL{
	width:19.4%;
	height:44px;
	margin-bottom: 6px;
	box-sizing: border-box;
}
.mapBlk02 .btnArea .btnL input{
	display: none;
}

.mapBlk02 .btnArea .btnL label{
	display: block;
	width: 100%;
	height:44px;
	padding:12px 0 0 40px;
	background:url(/ui/town/pc/images/common/catIcon01.png) #fff 10px 7px/25px no-repeat;
	border-radius: 5px;
	font-size:13px;
	font-weight: normal;
	line-height:1.3;
	text-align: left;
	box-sizing: border-box;
}
.mapBlk02 .btnArea .btnL input:checked + label{
	border-color:#ff9300;
}
/* プロップボタン */
.mapBlk02 .btnArea li label.icn02{
	background-image:url(/ui/town/pc/images/common/catIcon16.png);
}
.mapBlk02 .btnArea li label.icn03{
	background-image:url(/ui/town/pc/images/common/catIcon02.png);
	padding-top:5px;
}
.mapBlk02 .btnArea li label.icn03 span{
	font-size: 9px;
	color: #6D6356;
}
.mapBlk02 .btnArea li label.icn04{
	background-image:url(/ui/town/pc/images/common/catIcon12.png);
}
.mapBlk02 .btnArea li label.icn05{
	background-image:url(/ui/town/pc/images/common/catIcon01.png);
	padding-top:5px;
}
.mapBlk02 .btnArea li label.icn05 span{
	font-size: 9px;
	color: #6D6356;
}
.mapBlk02 .btnArea li label.icn06{
	background-image:url(/ui/town/pc/images/common/catIcon11.png);
	padding-top:3px;
}
.mapBlk02 .btnArea li label.icn07{
	background-image:url(/ui/town/pc/images/common/catIcon10.png);
}
.mapBlk02 .btnArea li label.icn08{
	background-image:url(/ui/town/pc/images/common/catIcon13.png);
}
.mapBlk02 .btnArea li label.icn09{
	background-image:url(/ui/town/pc/images/common/catIcon09.png);
}
.mapBlk02 .btnArea li label.icn10{
	background-image:url(/ui/town/pc/images/common/catIcon08.png);
	padding-top:3px;
}
.mapBlk02 .btnArea li label.icn11{
	background-image:url(/ui/town/pc/images/common/catIcon07.png);
}
.mapBlk02 .btnArea li label.icn12{
	background-image:url(/ui/town/pc/images/common/catIcon06.png);
}
.mapBlk02 .btnArea li label.icn13{
	background-image:url(/ui/town/pc/images/common/catIcon05.png);
}
.mapBlk02 .btnArea li label.icn14{
	background-image:url(/ui/town/pc/images/common/catIcon15.png);
}
.mapBlk02 .btnArea li label.icn15{
	background-image:url(/ui/town/pc/images/common/catIcon04.png);
}
.mapBlk02 .btnArea li label.icn16{
	background-image:url(/ui/town/pc/images/common/catIcon03.png);
}
.map-pin{
	width:24px;
}

.caution_comment{
	display: inline-block;
	margin:3px 10px;
	color: #000;
	font-size:11px;
}

.mapBlk02 .mapDataSource{
	float: right;
	margin:0 12px 6px 0;
}
/*物件詳細用記述
-------------------------------------------*/

.chintaiMapLoader {
	width: 960px;
	height: 370px;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#baffffff,EndColorStr=#baffffff);
	background: rgba(255,255,255,0.8);
	left: 0px;
	top: 0px;
	zoom: 1;
	-ms-zoom: 1;
	z-index: 400;
}

.chintaiMapLoaderSmall {
	width: 590px;
	height: 370px;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#baffffff,EndColorStr=#baffffff);
	background: rgba(255,255,255,0.8);
	left: 0px;
	top: 0px;
	zoom: 1;
	-ms-zoom: 1;
	z-index: 400;
}

.chintaiMapLoader img {
    margin-left: 455px;
    margin-top: 165px;
}

.chintaiMapLoaderSmall img {
    margin-left: 270px;
    margin-top: 165px;
}


#pano.large{
	height:370px;
width:370px;
}
#pano.small{
	height:320px;
	width:320px;
}

/*Clear
-------------------------------------------*/
.both {
	clear:both;
	}

.clearfix:after,.searchArea:after,.section:after,.infoStation:after,.infoLinks:after{
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	line-height:0;
	}

.clearfix,.searchArea,.section,.infoStation,.infoLinks{
	display:inline-block;
	zoom:1;
	}


/*Display
-------------------------------------------*/
.block {
	display:block;
	}

a:hover img.imgov{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}

img{
	border:0;
	vertical-align:bottom;
}


/* //////////////////////////////////////////////////
[ページネイション]
////////////////////////////////////////////////// */

.resultPaging {
	text-align:center;
	margin-bottom:30px;
}
.resultPaging .paging{
	font-size:85%;
	overflow:hidden;
	zoom:1;
}
.resultPaging .paging li{
	display:inline;
	line-height:23px;
	margin:0 1px;
}
.resultPaging .paging li a{
	padding:1px 6px;
	border:1px #1864ff solid;
	text-decoration:none;
}
.resultPaging .paging li a:hover{
	background:#e6eff8;
}

.resultPaging .paging li a:visited{
	border:1px #460fc3 solid;
}
.resultPaging .paging li.current span {
	padding:1px 6px;
	background:#1864ff;
	border:1px #1864ff solid;
	color:#FFFFFF;
}

.resultPaging .paging li.nopage span {
	padding:1px 6px;
	background:#fff;
	border:1px #ccc solid;
	color:#ccc;
}

.resultPaging .paging li.first{
	padding:0 15px 0 15px;
	background:url(/ui/town/pc/images/common/pagenation_dott.png) 100% 50% no-repeat;
}
.resultPaging .paging li.first strong{
	border:1px #1864ff solid;
}
.resultPaging .paging li.pre a,
.resultPaging .paging li.pre span{
    margin: 0 15px 0 0;
	padding:0 0 0 16px;
	background: url(/ui/utility/common/svg/iconAP_arrow_txtlink_dkblue_left.svg) 0 center /12px no-repeat;
	border:0px #FFFFFF none;
	font-weight:bold;
	font-size:120%;
}
.resultPaging .paging li.next a,
.resultPaging .paging li.next span{
	margin: 0 0 0 15px;
	padding: 0 16px 0 0;
	background: url(/ui/utility/common/svg/iconAP_arrow_txtlink_dkblue.svg) right center /12px no-repeat;
	border: 0px #FFFFFF none;
	font-weight: bold;
	font-size: 120%;
}
.resultPaging .paging li.last{
	padding:0 0 0 20px;
	background:url(/ui/town/pc/images/common/pagenation_dott.png) 0 50% no-repeat;
	border:0px #FFFFFF none;
}

.resultPaging .paging li.end a,
.resultPaging .paging li.end span{
	padding:0 15px 0 0;
	background:url(/ui/town/pc/images/common/icon_pageing_end.png) 100% 50% no-repeat;
	border:0px #FFFFFF none;
}
.resultPaging .paging li.top a,
.resultPaging .paging li.top span{
	padding:0 0 0 15px;
	background:url(/ui/town/pc/images/common/icon_pageing_top.png) 0 50% no-repeat;
	border:0px #FFFFFF none;
}

/*_________*/
.wid960{width:962px}

/*都道府県TOP3アイコン*/
.prefTop3{
	background: url(/ui/town/pc/images/common/pref_top3.gif);
	width: 78px;
	height: 23px;
}
.hokkaidoTop3{background-position: 0 0;}
.aomoriTop3{background-position: 0 -23px;}
.iwateTop3{background-position: 0 -46px;}
.miyagiTop3{background-position: 0 -69px;}
.akitaTop3{background-position: 0 -92px;}
.yamagataTop3{background-position: 0 -115px;}
.hukushimaTop3{background-position: 0 -138px;}
.ibaragiTop3{background-position: 0 -161px;}
.tochigiTop3{background-position: 0 -184px;}
.gunmaTop3{background-position: 0 -207px;}
.saitamaTop3{background-position: 0 -230px;}
.chibaTop3{background-position: 0 -253px;}
.tokyoTop3{background-position: 0 -276px;}
.kanagawaTop3{background-position: 0 -299px;}
.niigataTop3{background-position: 0 -322px;}
.toyamaTop3{background-position: 0 -345px;}
.ishikawaTop3{background-position: 0 -368px;}
.hukuiTop3{background-position: 0 -391px;}
.yamanashiTop3{background-position: 0 -414px;}
.naganoTop3{background-position: 0 -437px;}
.gifuTop3{background-position: 0 -460px;}
.shizuokaTop3{background-position: 0 -483px;}
.aichiTop3{background-position: 0 -506px;}
.mieTop3{background-position: 0 -529px;}
.sigaTop3{background-position: 0 -552px;}
.kyotoTop3{background-position: 0 -575px;}
.osakaTop3{background-position: 0 -598px;}
.hyogoTop3{background-position: 0 -621px;}
.naraTop3{background-position: 0 -644px;}
.wakayamaTop3{background-position: 0 -667px;}
.tottoriTop3{background-position: 0 -690px;}
.shimaneTop3{background-position: 0 -713px;}
.okayamaTop3{background-position: 0 -736px;}
.hiroshimaTop3{background-position: 0 -759px;}
.yamaguchiTop3{background-position: 0 -782px;}
.tokushimaTop3{background-position: 0 -805px;}
.kagawaTop3{background-position: 0 -828px;}
.ehimeTop3{background-position: 0 -851px;}
.kouchiTop3{background-position: 0 -874px;}
.hukuokaTop3{background-position: 0 -897px;}
.sagaTop3{background-position: 0 -920px;}
.nagasakiTop3{background-position: 0 -943px;}
.kumamotoTop3{background-position: 0 -966px;}
.ohitaTop3{background-position: 0 -989px;}
.miyazakiTop3{background-position: 0 -1012px;}
.kagoshimaTop3{background-position: 0 -1035px;}
.okinawaTop3{background-position: 0 -1058px;}
/*star*/
div.starTypeA{
	background: url(/ui/town/pc/images/common/star_type_a.png) no-repeat 0 0;
	width: 125px;
	height: 21px;
}
div.starA00{background-position: 0 0;}
div.starA05{background-position: 0 -21px;}
div.starA10{background-position: 0 -42px;}
div.starA15{background-position: 0 -63px;}
div.starA20{background-position: 0 -84px;}
div.starA25{background-position: 0 -105px;}
div.starA30{background-position: 0 -126px;}
div.starA35{background-position: 0 -147px;}
div.starA40{background-position: 0 -168px;}
div.starA45{background-position: 0 -189px;}
div.starA50{background-position: 0 -210px;}

div.starTypeB{
	background: url(/ui/town/pc/images/common/star_type_b.png) no-repeat 0 0;
	width: 105px;
	height: 20px;
}
div.starB00{background-position: 0 0;}
div.starB05{background-position: 0 -20px;}
div.starB10{background-position: 0 -40px;}
div.starB15{background-position: 0 -60px;}
div.starB20{background-position: 0 -80px;}
div.starB25{background-position: 0 -100px;}
div.starB30{background-position: 0 -120px;}
div.starB35{background-position: 0 -140px;}
div.starB40{background-position: 0 -160px;}
div.starB45{background-position: 0 -180px;}
div.starB50{background-position: 0 -200px;}

div.starTypeC{
	background: url(/ui/town/pc/images/common/star_type_c.png) no-repeat 0 0;
	width: 80px;
	height: 15px;
}
div.starC00{background-position: 0 0;}
div.starC10{background-position: 0 -15px;}
div.starC15{background-position: 0 -30px;}
div.starC20{background-position: 0 -45px;}
div.starC25{background-position: 0 -60px;}
div.starC30{background-position: 0 -75px;}
div.starC35{background-position: 0 -90px;}
div.starC40{background-position: 0 -105px;}
div.starC45{background-position: 0 -120px;}
div.starC50{background-position: 0 -135px;}

div.starTypeD{
	background: url(/ui/town/pc/images/common/star_type_d.png) no-repeat 0 0;
	width: 105px;
	height: 20px;
}
div.starD00{background-position: 0 0;}
div.starD05{background-position: 0 -20px;}
div.starD10{background-position: 0 -40px;}
div.starD15{background-position: 0 -60px;}
div.starD20{background-position: 0 -80px;}
div.starD25{background-position: 0 -100px;}
div.starD30{background-position: 0 -120px;}
div.starD35{background-position: 0 -140px;}
div.starD40{background-position: 0 -160px;}
div.starD45{background-position: 0 -180px;}
div.starD50{background-position: 0 -200px;}

div.starTypeE{
	background: url(/ui/town/pc/images/common/star_type_e.png) no-repeat 0 0;
	width: 105px;
	height: 20px;
}
div.starE00{background-position: 0 0;}
div.starE05{background-position: 0 -20px;}
div.starE10{background-position: 0 -39px;}
div.starE15{background-position: 0 -58px;}
div.starE20{background-position: 0 -78px;}
div.starE25{background-position: 0 -98px;}
div.starE30{background-position: 0 -118px;}
div.starE35{background-position: 0 -138px;}
div.starE40{background-position: 0 -157px;}
div.starE45{background-position: 0 -176px;}
div.starE50{background-position: 0 -196px;}

/*ver2*/
.pickUpAreaVer2{
	clear:both;
	margin-bottom:20px;
	border-left:#ccddda 1px solid;
	border-right:#ccddda 1px solid;
	border-bottom: #ccddda 1px solid;
	width:960px;
}
#town #contents .pickUpAreaVer2 .h1Bg {
	background: #eeeeee;
	padding: 6px 12px 6px 12px;
	border-top: #c5bdb1 5px solid;
	width: 936px;
}
#town #contents .pickUpAreaVer2 h1 {
	background: none;
	border: none 0;
	padding: 0;
	font-size: 160%;
	font-weight: bold;
	color: #504333;
	float: left;
	max-width: 726px;
}
#town #contents .pickUpAreaVer2 .h1Bg ul {
}
#town #contents .pickUpAreaVer2 .h1Bg ul li{
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}
#town #contents .pickUpAreaVer2 .h1Bg ul li.zenkokuTop3{
}
#town #contents .pickUpAreaVer2 .h1Bg ul li.prefTop3{
}
.pickUpAreaVer2 .contribute {
    float: right;
    margin-right: 20px;
}
.pickUpAreaVer2 .contribute a {
    background: none repeat scroll 0 0 #FFAD01;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 5px 12px 3px;
    text-decoration: none;
}
.pickUpAreaVer2 .contribute a:hover {
    background: none repeat scroll 0 0 #039;

}
.pickUpAreaVer2 .measure{
	width: 885px;
	height: 36px;
	margin: auto;
	padding-top: 12px;
	border-bottom: 1px dotted #dcd0c0;
}
.pickUpAreaVer2 .measure2 {
	width: 100%;
	height: 36px;
	margin: auto;
	padding-top: 12px;
	border-bottom: none;
}
.pickUpAreaVer2 .measure3 {
	border-bottom: none;
}
.pickUpAreaVer2 .measure ul li{
	float: left;
	margin-right: 20px;
	line-height: 27px;
}
.pickUpAreaVer2 .measure ul li.point{
	color: #FF3149;
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
}
.pickUpAreaVer2 .measure ul li.goToRev{
	line-height: 26px;
	font-weight: bold;
}
.pickUpAreaVer2 .measure ul li.goToSta a{
	line-height: 32px;
	font-weight: bold;
	display: block;
	width: 186px;
	text-align: center;
	color: #000;
	margin-top: -4px;
	text-decoration: none;
	border-radius: 6px;
	/*border: 1px solid #d0d0d0;*/
	background: url(/ui/town/pc/images/common/tostation.png) 0px 0px;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ededed), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #ededed);
	background: -moz-linear-gradient(#fff, #ededed);
	background: -o-linear-gradient(#fff, #ededed);
	background: -ms-linear-gradient(#fff, #ededed);
	background: linear-gradient(#fff, #ededed);*/
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	margin-left: 15px;
}
.pickUpAreaVer2 .measure ul li.goToSta a:hover{
	background: url(/ui/town/pc/images/common/tostation.png) 0px -32px;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);*/
}
.pickUpAreaVer2 .pickUpCnt{
	width:920px;
	clear:both;
	padding:19px 0 21px 40px;
	position:relative;
	-moz-box-shadow: 0px 1px 1px #cccccc;　/* Firefox用 */
	-webkit-box-shadow: 0px 1px 1px #cccccc;　/* Safari,Google Chrome用 */
}
.pickUpAreaVer2 .pickUpCntH2{
	line-height: 17px;
}
.pickUpAreaVer2 .pickUpCntH2 ul li{
	float: left;
	line-height: 17px;
}
.pickUpAreaVer2 .pickUpCntH2 h2{
	font-size: 17px;
	color: #504333;
	margin-right: 15px;
}
.pickUpAreaVer2 .pickUpCntH2 .townBgCol{
	width: 34px;
	height: 15px;
	background: #FE9E1C;
}
.pickUpAreaVer2 .pickUpCntH2 .prefBgCol{
	width: 34px;
	height: 15px;
	background: #ffde46;
}
.pickUpAreaVer2 .pickUpCntH2 .prefTxt{
	font-size: 11px;
	font-weight: bold;
	margin-left: -7px;
}
.pickUpAreaVer2 .pickUpCntL{
	margin:0 0 0 0;
	float:left;
	width: 380px;
}
/* レーダーチャート非採用時のCSS */
.pickUpAreaVer2 .categoryScoreBox{
	border-bottom: 1px dotted #aca292;
	color: #665B4D;
	font-size: 15px;
	font-weight: bold;
	width: 370px;
}
.pickUpAreaVer2 .categoryScoreBox ul li{
	line-height: 34px;
}
.pickUpAreaVer2 .categoryScoreName{
	width: 150px;
}
.pickUpAreaVer2 .categoryReview{
	width: 60px;
	font-weight: 400;
	font-size: 15px !important;
}
.pickUpAreaVer2 .categoryReview a{
	color: #665B4D;
}
.pickUpAreaVer2 .categoryReview a:hover{
	color: #665B4D;
}
.pickUpAreaVer2 .categoryReview span{
	display: inline-block;
	min-width: 33px;
	text-align: center;
}
.pickUpAreaVer2 .noReview ul li{
	color: #aca292;
}
.pickUpAreaVer2 .categoryStar{
	margin-top: 5px;
}
.pickUpAreaVer2 .categoryScore{
	font-size: 18px;
	color: #FF7E00;
	text-align: center;
	margin-left: 10px;
	width: 40px;
}
.pickUpCntL #kaimono{
	margin-top: 9px;
}
/* ---------------- */

/* レーダーチャート採用時のCSS */
/*.pickUpAreaVer2 .pickUpCntL #kosodate{
	position: absolute;
	left: 160px;
	top: 44px;
}
.pickUpAreaVer2 .pickUpCntL #kuruma{
	position: absolute;
	left: 147px;
	top: 246px;
}
.pickUpAreaVer2 .pickUpCntL #gurume{
	position: absolute;
	left: 310px;
	top: 90px;
}
.pickUpAreaVer2 .pickUpCntL #denbus{
	position: absolute;
	left: 310px;
	top: 170px;
}
.pickUpAreaVer2 .pickUpCntL #denbus .categoryScoreName{
	font-size: 9px;
}
.pickUpAreaVer2 .pickUpCntL #sizen{
	position: absolute;
	left: 40px;
	top: 170px;
}
.pickUpAreaVer2 .pickUpCntL #kaimono{
	position: absolute;
	left: 40px;
	top: 90px;
}
.pickUpAreaVer2 .pickUpCntL .categoryScoreBoxA{
	background: #ACA292;
	padding: 5px 5px 5px 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.pickUpAreaVer2 .pickUpCntL .categoryScoreBoxA ul li{
	float: left;
	margin-right: 5px;
	line-height: 17px;
}
.pickUpAreaVer2 .pickUpCntL .categoryScoreBoxA .categoryScoreName{
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	padding-top: 2px;
}
.pickUpAreaVer2 .pickUpCntL .categoryScoreBoxA .categoryScore{
	font-size: 16px;
	color:#ff7e00;
	width: 70px;
	background: #fff;
	font-weight: bold;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
	margin-left: 5px;
	padding-top: 2px;
}
.pickUpAreaVer2 .pickUpCntL .categoryScoreBoxA .categoryScore span{
	font-size: 12px;
	color: #ACA292;
}
.pickUpAreaVer2 .pickUpCntL .categoryScoreBoxB{
	background: #ACA292;
	padding: 5px 5px 5px 5px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.pickUpAreaVer2 .pickUpCntL .categoryScoreBoxB ul li{
	margin-right: 5px;
	line-height: 17px;
	float:none;
	display: block;
}
.pickUpAreaVer2 .pickUpCntL .categoryScoreBoxB .categoryScoreName{
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
	text-align: center;
}
.pickUpAreaVer2 .pickUpCntL .categoryScoreBoxB .categoryScore{
	font-size: 16px;
	color:#ff7e00;
	width: 70px;
	background: #fff;
	font-weight: bold;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
	margin-left: 5px;
	padding-top: 2px;
}
.pickUpAreaVer2 .pickUpCntL .categoryScoreBoxB .categoryScore span{
	font-size: 12px;
	color: #ACA292;
}
#chartdiv_radar{
	margin-left: 70px;
	margin-top: 30px;
}
*/
/* ---------------- */
/* town detail */
.pickUpAreaVer2 .pickUpCntR{
	margin:0 0 0 20px;
	float:left;
	width: 500px;
}
/* other category detail */
.tpl_detail .pickUpAreaVer2 .pickUpCntR {
	width: 450px;
	margin: -28px 0 0 0;
}

.pickUpCntR .pickUpCntH2 h2{
	margin-left: 13px;
	line-height: 1.3;
}
.pickUpAreaVer2 .pickUpCnt li{
	float:left;
}
.pickUpAreaVer2 li.pickupPoint{
	font-size:160%;
	color:#ff3149;
	line-height:1;
	padding-left:20px;
}
.pickUpAreaVer2 li.pickupPoint span {
	color:#504333;
	font-weight:bold;
	margin-right:6px;
}
.pickUpAreaVer2 li.pickupPoint em{
	margin-left:7px;
	margin-top:0px;
	display:inline-block;
}
.pickUpAreaVer2 li.pickupPoint img{
	vertical-align: baseline;
}
a.clusteredLinkBox{
	display: block;
	position: absolute;
	width: 64px;
	height: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 9999;
}

a.clusteredLinkBox{
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	background-color: #000000;
	text-decoration:none;
}

a.clusteredLinkBox:hover{
	opacity: 0.1;
	filter: alpha(opacity=10);
	-ms-filter:alpha(opacity=10);
	-khtml-opacity: 0.1;
	-moz-opacity: 0.1;
	background-color: #000000;
	text-decoration:none;
}

#veryGood{ top: 59px; left: 430px;}
#good{ top: 92px; left: 430px;}
#mediocre{ top: 125px; left: 430px;}
#bad{ top: 158px; left: 430px;}
#veryBad{ top: 191px; left: 430px;}

.goodreview:focus {
  outline: none;
}
.badreview:focus {
  outline: none;
}
#cboxClose{
  outline: none;
}
a.dataSource{
	color: #9C8E7B;
	padding-left: 20px;
	background: url(/ui/town/pc/images/common/data_source_a.png) no-repeat 2px 2px;
}
a.dataSource:hover{
	color: #9C8E7B;
	text-decoration: none;
}
a.dataSource:visited{
	color: #9C8E7B;
}
#chartdiv_clustered{
	position: relative;
	z-index: 1;
}

/*市区町村マップ*/
.townStar .starTypeE{
	margin-left:27px;
}




/*駅マップ*/
.popUpBack{
	width:340px;
	height:125px;
	background-color:transparent;
	position:relative;
}

.mapInner{
	width:300px;
	padding:10px;
	background:#fff;
	border-radius:8px;
	box-shadow:2px 2px 5px #666;
	-webkit-box-shadow:2px 2px 5px #666;
	text-align:left;
	position:absolute;
	bottom:0;

}

.popUpBack .close{
	position:absolute;
	top:10px;
	right:10px;
}

.popUpBack .close img{
	cursor:pointer;
}


.mapInner .mapPhoto{
	width:50px;
	height:50px;
	margin-right:8px;
	float:left;
	overflow:hidden;
	position:relative;
}

.mapInner .mapPhoto img{
	max-width:89px;
	max-height:89px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
}

.mapInner .mapShopName{
	float:left;
	margin-bottom:4px;
	width:240px;
}

.mapInner .mapShopName span{
	display:block;
	font-size:80%;
	color:#999;
}

.mapInner.mini .mapShopName span{
	float:left;
}

.mapInner .starTypeC{
	width:80px;
	float:left;
	margin-right:8px;
}

.mapInner span.point{
	float:left;
	display:block;
	color:#F00;
	font-weight:bold;
}

.mapInner .mapShopAddress{
	clear:both;
}

.mapInner.mini .mapShopAddress{
	float:left;
	margin-right:8px;
}

.mapInner .mapShopTel{
	background:url(/ui/town/pc/images/common/calldial.gif) no-repeat left;
	padding-left:20px;
}

.mapInner.mini .mapShopTel{
	float:left;
}

.mapInner .areaGr{
	background:#FFEFE1;
	overflow:hidden;
	padding:6px;
}

.mapInner .mapShopPrice{
	margin-right:10px;
	width:140px;
	float:left;
	background:url(/ui/town/pc/images/pickup/noon.gif) no-repeat left;
	padding-left:16px;
}

.mapInner .mapShopPrice2{
	float:left;
	background:url(/ui/town/pc/images/pickup/night.gif) no-repeat left;
	padding-left:16px;
}

.mapInner.noprice .mapShopPrice,
.mapInner.noprice .mapShopPrice2,
.mapInner.nophoto .mapShopPrice,
.mapInner.nophoto .mapShopPrice2{
	display:none;
}

.mapInner.nophoto .starTypeC,
.mapInner.nophoto .point{
	display:none;
	}

.popUpBack .ekiashi{
	position:absolute;
	left:46%;
	bottom:-20px;
}

/*吹き出しカラー*/
.popUpBack .col01{
	border:2px solid #f3b02e;
}

.popUpBack .col02{
	border:2px solid #f0004c;
}

.popUpBack .col03{
	border:2px solid #474644;
}

.popUpBack .col04{
	border:2px solid #adc000;
}

.popUpBack .col05{
	border:2px solid #9128ca;
}

.popUpBack .col06{
	border:2px solid #eabe1f;
}

.popUpBack .col07{
	border:2px solid #5b97af;
}

.popUpBack .col08{
	border:2px solid #6abb04;
}

.popUpBack .col09{
	border:2px solid #e80f08;
}

.popUpBack .col10{
	border:2px solid #0690d8;
}

.popUpBack .col11{
	border:2px solid #00b988;
}

.popUpBack .col12{
	border:2px solid #546CA6;
}

.popUpBack .col13{
	border:2px solid #ff098a;
}

.popUpBack .col14{
	border:2px solid #7c7559;
}

.popUpBack .col15{
	border:2px solid #d55bff;
}

.popUpBack .col16{
	border:2px solid #cd9d2e;
}

.popUpBack .col17{
	border:2px solid #014c07;
}

.popUpBack .col20{
	border:2px solid #cb3761;
}


/*地価のテキストエフェクト*/
.plpValue{
	filter:dropshadow(color=#ffffff,offX= 0,offY=-2)
        dropshadow(color=#ffffff,offX= 2,offY= 0)
        dropshadow(color=#ffffff,offX= 0,offY= 2)
        dropshadow(color=#ffffff,offX=-2,offY= 0);
	color:#F00;
	text-shadow:2px 2px 0px #FFF,
	-2px 2px 0px #FFF,
	2px -2px 0px #FFF,
	-2px -2px 0px #FFF;
	font-size:14px;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;

}

/*tipsy*/
.tipsy {
	padding: 5px;
	font-size: 12px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background-repeat: no-repeat;
	background-image: url(/ui/town/pc/images/common/tipsy.gif);
	}

.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 280px;
	text-align: center;
	}
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
/*-------*/

/*-------top1Icon-------*/


.h1Bg li.zenkoku{
	width:80px;
	height:21px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background: #f26565; /* Old browsers */
	background: -moz-linear-gradient(top,  #f26565 0%, #ce1c1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f26565), color-stop(100%,#ce1c1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f26565 0%,#ce1c1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f26565 0%,#ce1c1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f26565 0%,#ce1c1c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f26565 0%,#ce1c1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26565', endColorstr='#ce1c1c',GradientType=0 ); /* IE6-9 */
	padding:1px;
}
.h1Bg li.pref{
	width:80px;
	height:21px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background: #84cf7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #84cf7d 0%, #56913d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84cf7d), color-stop(100%,#56913d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #84cf7d 0%,#56913d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #84cf7d 0%,#56913d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #84cf7d 0%,#56913d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #84cf7d 0%,#56913d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84cf7d', endColorstr='#56913d',GradientType=0 ); /* IE6-9 */
	padding:1px;
	}

li.zenkoku span,li.pref span{
	font-size:15px;
}
/*noReview時のボックス*/
.noRevBox {
	clear:both;
	text-align:center;
	font-weight:bold;
	color:#666;
	width:736px;
	border:2px solid #e6e6e6;
	padding:20px 0;
	position:relative;
	margin-bottom:25px;
}
.revIcon {
	width:442px;
	margin:10px auto 0;
}
.revIcon a {
	width:442px;
	padding-top:26px;
	padding-bottom:22px;
	text-decoration:none;
	background:#ffad01;
	display:block;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.revIcon a:hover {
	background:#039;
}
/*shopページ　データが無い場合のボックス*/
.noRevBox ul.noShop {
	margin:0 auto;
	width: 700px;
}
.noRevBox ul.noShop li{
    border-right: 1px solid #555;
    display: inline;
	padding: 0 30px;
    text-decoration: none;
}
.noRevBox ul.noShop li:first-child{
	border-left: 1px solid #555;
}

/* globalHeader */
#globalHeader .twnSrchBx{
	float: right;
	padding-top: 0;
	padding-left: 132px;
	background: url(/ui/town/pc/images/top/town_search_tit_fixed.png) no-repeat 0 20px;
}
#globalHeader .twnSrchBx form#twnSrchHd{
	padding-top: 15px;
	width: 390px;
}
#globalHeader .twnSrchBx form#twnSrchHd input.txtarea{
	background: url(/ui/town/pc/images/top/town_search_txtarea_fixed.png);
	border: none;
	outline: none;
	width: 307px;
	font-size: 12px;
	padding: 3px 5px 2px;
	line-height: 18px;
}
#globalHeader .twnSrchBx form#twnSrchHd input.btn{
	background: none;
	outline: none;
	border: none;
	width: 44px;
	height: 29px;
}
#globalHeader .twnSrchBx form#twnSrchHd input.btn:hover{
	background-position: 0 -23px;
	cursor: pointer;
}
#globalHeader .twnSrchBx form#twnSrchHd .twnSrchSgst{
	overflow: hidden;
	text-align: left;
	position: absolute;
	z-index: 11;
	outline: none;
	width: 316px;
	margin-top: 0px;
	background: #f9f7f7;
	position: absolute;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	cursor: default;
	box-shadow: 0px 0px 2px #c6c6c6;
	-moz-box-shadow: 0px 0px 2px #c6c6c6; /* Firefox */
	-webkit-box-shadow: 0px 0px 2px #c6c6c6;/* Chrome, Safari */
}
#globalHeader .twnSrchBx form#twnSrchHd .twnSrchSgst ul li{
	border-bottom: 1px solid #e0e0e0;
	padding: 4px 10px 2px 10px;
	cursor: default;
	overflow: hidden;
	font-size: 13px
}

#globalHeader .twnSrchBx form#twnSrchHd .twnSrchSgst ul li.st{
	padding-left: 31px;
	background: url(/ui/town/pc/images/top/icn_sgst_st.png) no-repeat 9px 3px;
}
#globalHeader .twnSrchBx form#twnSrchHd .twnSrchSgst ul li.pn{
	padding-left: 31px;
	background: url(/ui/town/pc/images/top/icn_sgst_pn.png) no-repeat 9px 3px;
}
/*#globalHeader .twnSrchBx form#twnSrchHd .twnSrchSgst ul li:hover{
	background-color: #edebeb;
}*/
#globalHeader .twnSrchBx form#twnSrchHd .twnSrchSgst ul li.selected{
	background-color: #edebeb;
}
#globalHeader .twnSrchBx form#twnSrchHd .twnSrchSgst ul li.none{
	color: #9e9e9e;
	font-size: 11px;
}
#globalHeader .twnSrchBx form#twnSrchHd .twnSrchSgst ul li.none:hover{
	background-color: #f9f7f7;
}
#globalHeader .twnSrchBx form#twnSrchHd .twnSrchCtn{
	background: none repeat scroll 0 0 #ff6600;
    cursor: default;
    height: 22px;
    margin-left: 1px;
    margin-top: 0px;
    outline: medium none;
    padding: 5px 5px 0 0;
    position: absolute;
    width: 434px;
    z-index: 10;
}
#globalHeader .twnSrchBx form#twnSrchHd .twnSrchCtn p{
	font-size: 11px;
	color: #FFF;
}

/*不動産カテゴリーリンク*/
#categoryLink {
	margin-top:-8px;
	margin-bottom:8px;
	margin-left: 40px;
}

#categoryLink .estateLink{
	background:url(/ui/town/pc/images/common/estateLink.png) right center no-repeat;
	padding-right:26px;
	float:left;
	color:#887c69;
	font-size:12px;
}

#categoryLink ul li{
	float:left;
	font-size:12px;
	padding-right:10px;
	border-right:1px solid #d0c9ba;
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left:10px;
}

#categoryLink ul li a{
	color:#887c69;
}

#categoryLink ul li:last-child{
	border-right:none;
}
/* //////////////////////////
[ global header ]
/////////////////////////// */
#globalHeader #twnHeader.twnSrchBx form#twnSrchHd .twnSubmit input{
    background: none;
    border: none;
}
/* New Town Navi Header (in #globalHeader)*/
#town #globalHeader #header #globalNaviWrap{
    width: 537px;
}
#globalHeader #twnHeader.twnSrchBx{
    float: right;
    padding-top: 15px;
    padding-left: 0;
    background: none;
    width:235px;
}
#globalHeader #header #twnHeader > span{
    color: #ababab;
}
#globalHeader #twnHeader.twnSrchBx form#twnSrchHd{
    padding-top: 0;
    width:240px;
}
#globalHeader #twnHeader.twnSrchBx form#twnSrchHd input.txtarea{
background: #eaeaea;
    border: none;
    outline: none;
    width: 177px;
    font-size: 12px;
    padding: 8px 4px 8px;
    line-height: 18px;
    border-radius: 5px;
    float:left;
}
#globalHeader #twnHeader.twnSrchBx form#twnSrchHd .twnSubmit{
    float: left;
    width: 44px;
    margin-left: 4px;
}
#globalHeader #twnHeader.twnSrchBx form#twnSrchHd .twnSubmit span{
    background: url(/ui/utility/common/svg/iconI_search_white.svg) #ff9201 center center / 16px no-repeat;
    border-radius: 5px;
    border: 1px solid #ff6600;
    border-bottom: 4px solid #ff6600;
    box-sizing: border-box;
    display: block;
}
#globalHeader #twnHeader.twnSrchBx form#twnSrchHd .twnSubmit span input.btn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: none;
}
/*


}*/
#globalHeader #twnHeader.twnSrchBx form#twnSrchHd .twnSrchSgst{
    overflow: hidden;
    right: -7px;
    text-align: left;
    position: absolute;
    z-index: 11;
    outline: none;
    width: 240px;
    margin-top: 12px;
    background: #f9f7f7;
    position: absolute;
    border: 1px solid #c3c3c3;
    border-bottom: none;
    cursor: default;
}
#globalHeader #twnHeader.twnSrchBx form#twnSrchHd .twnSrchSgst ul li{
	border-bottom: 1px solid #e0e0e0;
	padding: 4px 10px 2px 10px;
	cursor: default;
	overflow: hidden;
	font-size: 13px
}
#globalHeader #twnHeader.twnSrchBx form#twnSrchHd .twnSrchSgst ul li.st{
	padding-left: 31px;
	background: url(/ui/town/pc/images/top/icn_sgst_st.png) no-repeat 9px 3px;
}
#globalHeader #twnHeader.twnSrchBx form#twnSrchHd .twnSrchSgst ul li.pn{
	padding-left: 31px;
	background: url(/ui/town/pc/images/top/icn_sgst_pn.png) no-repeat 9px 3px;
}
/*#globalHeader #twnHeader.twnSrchBx form#twnSrchHd .twnSrchSgst ul li:hover{
	background-color: #edebeb;
}*/
#globalHeader #twnHeader.twnSrchBx form#twnSrchHd .twnSrchSgst ul li.selected{
	background-color: #edebeb;
}
#globalHeader #twnHeader.twnSrchBx form#twnSrchHd .twnSrchSgst ul li.none{
	color: #9e9e9e;
	font-size: 11px;
}
#globalHeader #twnHeader.twnSrchBx form#twnSrchHd .twnSrchSgst ul li.none:hover{
	background-color: #f9f7f7;
}
#globalHeader #twnHeader.twnSrchBx form#twnSrchHd .twnSrchCtn{
	background: none repeat scroll 0 0 #ff6600;
    cursor: default;
    height: 22px;
    margin-left: 1px;
    margin-top: 0px;
    outline: medium none;
    padding: 5px 5px 0 0;
    position: absolute;
    width: 434px;
    z-index: 10;
}
#globalHeader #twnHeader.twnSrchBx form#twnSrchHd .twnSrchCtn p{
	font-size: 11px;
	color: #FFF;
}
.sideEstateBox .box h2,.sideEstateBox .box h4{
	background: none;
  margin-top: 0;
  padding: 0;
}

/* Link */
.bottomLink {
  width: 898px;
  clear: right;
  padding: 20px 0;
  background: #f5f5f5;
  text-align: center;
}
.bottomLink .linkChintai .ui-btn-common {
	display: inline-block;
	line-height: 1.7;
}
.bottomLink .linkChintai span.areaName {
  background: url(/ui/utility/common/svg/iconI_search_orange.svg) left center / 20px no-repeat;
  height: 20px;
  padding-left: 26px;
  margin-left: 16px;
}
.bottomLink .linkChintai a::after{
  content: '';
  background: url(/ui/utility/common/svg/iconAP_arrow_right_orange.svg)right top / 20px no-repeat;
  width: 20px;
  height: 23px;
  margin-right: 10px;
  float: right;
}
.bottomLink ul.infoLinks{
  margin: 15px auto 0;
}
.bottomLink #categoryLink {
	margin: 0;
}
#town .searchBox + .searchBox {
	margin-top: 12px;
}
#town .searchBox dt {
    padding-left: 24px;
    font-size: 18px;
    font-weight: bold;
    background: url(/ui/utility/common/svg/iconI_search_orange.svg) left 2px / 20px no-repeat;
}
#town .searchBox dd {
	display: inline-block;
    padding: 6px 12px;
    background-color: #f2f2f2;
    border-radius: 5px;
}
#town .searchBox.rent dd {
    display: inline-flex;
    align-items: center;
}
#town .searchBox.rent .result {
    margin-right: 16px;
}
#town .searchBox.rent .resultNum {
	display: inline-block;
	margin: 0 2px;
	font-size: 24px;
    font-weight: bold;
	letter-spacing: -0.02em;
    line-height: 1;
    color: #ff9600;
}
#town .searchBox .ui-btn-common {
	position: relative;
    padding: 10px 24px 8px 6px;
	font-size: 16px;
	box-sizing: border-box;
	margin: 0 auto 0;
}
#town .searchBox .ui-btn-common > span::after {
	content: '';
	position: absolute;
	right: 6px;
	top: calc(50% - 8px);
	display: block;
	width: 12px;
	height: 17px;
	background: url(/ui/utility/common/svg/iconAP_arrow_right_orange.svg) center / 16px no-repeat;
}
#town .searchBox .rentHs {
	width: 165px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#town .searchBox .ui-btn-common::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 4px;
}
#town .searchBox .rentHs::before {background: url(/ui/utility/common/svg/iconC_chintai.svg) center / 30px no-repeat}
#town .searchBox .newMs::before {background: url(/ui/utility/common/svg/iconC_mansionNew.svg) center / 30px no-repeat}
#town .searchBox .useMs::before {background: url(/ui/utility/common/svg/iconC_mansionUsed.svg) center / 30px no-repeat}
#town .searchBox .newHs::before {background: url(/ui/utility/common/svg/iconC_houseNew.svg) center / 30px no-repeat}
#town .searchBox .useHs::before {background: url(/ui/utility/common/svg/iconC_houseUsed.svg) center / 30px no-repeat}
#town .searchBox.buy .serckBoxLink {
	display: flex;
}
#town .searchBox.buy .serckBoxLink li:nth-child(n+2) {
	margin-left: 10px;
}
#town .searchBox.buy .serckBoxLink li a {
	width: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#town .searchBox.buy .serckBoxLink li a span {
    line-height: 1;
    text-align: left;
}
#town .searchBox.buy .serckBoxLink li a span span {
	display: block;
	margin-top: 3px;
	font-size: 13px;
}
#town .searchBox a span{
    display: block;
    height: auto;
    line-height: 1.5;
    padding-left: 0;
    background: url(/ui/chintai/pc/images/common/arrow-right5.png) no-repeat right 10px top 15px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
/* 住みやすい街内FAQ */
#town .FAQ-contents{
	margin-top: 50px;
}
#town #souba {
	padding-top: 150px;
	margin-top: -150px;
	clear: initial;
}