@charset "UTF-8";

html, body {
  height: 100%;
}

.map,.rmap {
  padding: .5em 0 0;
}

.map_wrapper {
  overflow: hidden;
  position: relative;
}

.map_header {
  background-color: rgba(255,255,255,0.9);
  border-bottom: 0;
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}

.map_header .col {
  vertical-align: middle;
}

.map_body {
  height: 100%;
  overflow: auto;
  width: 100%;
}

.busmap_body {
  height: 500px;
  overflow: auto;
  width: 100%;
}

.map_body .info {
  margin-top: 140px;
  padding: 1em;
}

.map_header .link .btn {
  width: 100%;
}

.map .map_header .wrapper {
  text-align: center;
  width: 75%;
}

.map .map_header .link {
  width: 30%;
}

.map .map_header .lang_main {
  font-size: 1.6em;
}

.map .map_header .lang_sub {
  font-size: 1.3em;
}

.rmap .map_header .tbl {
  table-layout: fixed;
}

.rmap .map_header .btn_close {
  display: none;
}

.rmap .map_header .label,.rmap .map_header .btn_close.active {
  display: inline-block;
  margin: 0 .5em 1em 0;
}

.rmap .map_header .item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rmap .map_header .item .sta_name {
  font-size: 1.3em;
}

.rmap .map_header .btn_wrapper {
  text-align: center;
}

.rmap .map_header .btn_wrapper .btn {
  border-radius: 4em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 .5em;
  padding: .2em 0;
  width: 130px;
}

.stop_name {
  fill: #fff;
  font-size: 1.6em;
}

.stop_btn_wrapper {
  cursor: pointer;
}

.stop_btn_label {
  fill: #fff;
  font-size: 1.3em;
}

#stop_info .btn_close {
  cursor: pointer;
  fill: #fff;
  font-size: 1.2em;
}

.select_area {
  display: none;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -110px;
  z-index: 60;
}

.select_area .list {
  background: #fff;
  border-radius: .4em;
  width: 220px;
}

.select_area .list li {
  border-bottom: 1px solid #666;
  cursor: pointer;
  font-size: 1.3em;
  padding: .9em;
}

.map_p {
  display: table-cell;
  font-size: 2.0;
  width: 5px;
  vertical-align: middle;
  text-align: center;
}

div#busstop_map {
  padding: .2ex .2em;
  text-align: center;
  background-color: #fff;
  border: solid 1px #000;
  font-size: 1.4em;
}

div#busstop_map b {
  font-weight: bold;
}
