@charset "utf-8";

/*---------- address.html ----------*/

/* area_list */
#area_list:after {
  clear: both;
  content: "";
  display: block;
}
#area_list li {
  float: left;
  width: 160px;
  margin-top: 10px;
}

/* area_list ruby　*/
html>/**/body ruby {
  display: table;
  text-align: left;
  white-space: nowrap;
  text-indent: 0;
  margin: 0;
  vertical-align: -25%;
  line-height: 1;
}
html>/**/body ruby>rb,ruby>rbc {
  display: table-row-group;
  line-height: 1.2;
}
html>/**/body ruby>rt,ruby>rbc+rtc {
  display: table-header-group;
  font-size: 60%;
  line-height: 1.2;
  letter-spacing: 0;
}
html>/**/body ruby>rbc+rtc+rtc {
  display: table-footer-group;
  font-size: 75%;
  line-height: 1;
  letter-spacing: 0;
}
html>/**/body rbc>rb,rtc>rt {
  display: table-cell;
  letter-spacing: 0;
}
html>/**/body rp {
  display: none;
}

/*---------- keyword.html, landmark.html, station.html, area.html, detail.html ----------*/

.area ul#list-genre li {
  float: none;
  width:auto;
  margin-top: 3px;
}
.area ul#list-genre li label {
  margin-left: 5px;
}

.pr {
  position: relative;
}

.genre_sort{
  width: 208px;
}

/* result contents */
#max_zoom_out,
#no_result,
#result_set,
#sws_search_box .list_genre_box {
  display: none;
}

/* result_list */
.result_list{
  position: absolute;
  top: 0px;
  right: 0;
  width: 480px;
}

/* search-result-num */
#search-result-num {
  text-align: center;
}
#search-result-num dl {
  text-align: center;
}
.area #search-result-num {
  margin-right: 2px;
  border: 1px solid #b7bbbe;
  position: relative;
  zoom: 1;
}

/* pagination_top */
#pagination_top,
#pagination_bottom {
  margin-top: 15px;
}
.area #pagination_top {
  margin-top: 0px;
}

/* Pagination */
.pagination {
  padding: 10px 5px;
}
.area .pagination {
  padding: 0px;
  background-color: #fff;
}
.area .pagination .prev {
  position: absolute;
  top: 35px;
  left: 10px;
}
.area .pagination .next {
  position: absolute;
  top: 35px;
  left: 440px;
}
.list_pagination {
  text-align: center;
  width: auto;
  min-height: 28px;
  height: auto;
}
.list_pagination li {
  display: inline-block;
  text-align: center;
  margin: 0 3px;
  *display: inline;
  *zoom: 1;
}
.list_pagination li a {
  display: block;
  padding: 5px 7px;
  border: solid 1px #ebebeb;
  background-color: #ffffff;
}
.list_pagination.prev {
  float: left;
}
.list_pagination.next {
  float: right;
}

.pagination .focus a {
  text-decoration: none;
}

.hidden {
  visibility: hidden;
}

.area .pr h3.hdg-l3 {
  margin-top: 0 !important;
}

.area #result_set table {
  margin-bottom: 0 !important;
}

.area .pr .list_scrollable table {
  border-top: none;
}
.area .pr table th {
  font-weight: bold;
  text-align: left;
}

/*list_scrollable*/
#list_scrollable {
  height: 333px;
}
.list_scrollable {
  overflow-y: auto;
}

/* map_area */
#map_area_box {
  position: relative;
}
#map_area {
  width: 710px;
  height: 322px;
}
#sub_map_area_box{
  position: absolute;
  top: 183px;
  left: 536px;
  border: 4px solid #FFF;
  z-index: 100;
}
.area .scalebar {
  right: 145px !important;
}
#loader{
  display: none;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 169px;
  padding-top: 153px;
  background: rgba(0,0,0, 0.6);
  text-align: center;
  z-index: 200;
}
#here_btn {
  position: absolute;
  top: 3px;
  left: 4px;
}
#area_search_btn {
  position: absolute;
  top: 26px;
  right: 3px;
}

.mapboxgl-popup-content {
  font-family: "Hiragino Sans W3","ヒラギノ角ゴ ProN W3","WinGothic W3",sans-serif;
  padding:20px 15px 20px;
  font-size: 14px;
}

.mapboxgl-popup-close-button {
  margin-right:5px;
  margin-top:2px;
}

.mapBoxMarker {
  overflow-y:scroll;
  max-height:200px;
}