@charset "utf-8";

html,body,#mapWrap,#map{height: 100%;}

#mapWrap{
  background: #fff;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0;
}

#mapWrap *, *:before, *:after {box-sizing: border-box;}

#mapWrap__app{
  background: #fff;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0;
}

#mapArea{
  background:#999;
  z-index:1;
  height: 100%;
}

header{
  z-index: 1007;
}
#menuBtn{
  z-index: 1008;
}
#menuWrap{

  z-index: 1006 ;
}

#map-block {
  width : 100%;
  margin-right: 300px;
  height : 100%;
  background-color : #DDDDDD;
  z-index: 1;
}

.map-data-area {
  margin: 0 0 0 0;
}

#footer-area {
  clear:both;
  padding-top:5px;
}

div.olControlAttribution {
  padding: 3px;
  color:#000000;
  background-color:rgba(230,255,255,0.7);
  font-size:10px;
  bottom:5px;
  border-radius: 5px;
}

.mapControl{
  position:absolute;
  z-index:2000;
  width:30px;
  height:30px;
  right: 8px;
  cursor:pointer;
}

#mapGeo{
  bottom:102px;
  background-image:url("../img/icon_geo.png");
  background-size:contain;
}

#mapZoomin{
  bottom:65px;
  background-image:url("../img/icon_plus.png");
  background-size:contain;
}

#mapZoomout{
  bottom:33px;
  background-image:url("../img/icon_minus.png");
  background-size:contain;
}

#searchWrap {
  position: fixed;
  height: 56px;
  width: 100%;
  max-width: 416px;
  padding: 12px 8px 0 8px;
  z-index: 10;
  text-align: left;
}

#searchWrap__app {
  position: fixed;
  height: 56px;
  width: 100%;
  max-width: 416px;
  padding: 12px 8px 0 8px;
  z-index: 10;
  text-align: left;
}

#searchIcon {
  position: fixed;
  width: 44px;
  height: 44px;
}

#searchInput {
  display: inline-block;
  height: 44px;
  width: 100%;
  background-color: #fff;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 300;
  text-overflow: ellipsis;
  padding-left: 44px;
  border: 1px solid #E5E5E5;
}

#searchInput:focus {
  outline: none;
  border: 2px solid #4d90fe;
}

.loading{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}

.loading__image {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  margin: -17.5px 0 0 -17.5px;
  background: url('../img/loading.png') no-repeat center / 35px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.infobox {
  display: block;
  position: relative;
  margin: auto;
  padding: 60px 16px 0 16px;
  width: 100%;
  max-width: 392px;
}

.infobox > img {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
}

.infoboxBody {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  font-size: 11px;
  padding: 12px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.infoboxArrow {
  display: inline-block;
  border: 10px solid;
  border-top-color: #FFF;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.infoboxList {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style:none;
  scrollbar-width: none;
}

.infoboxList::-webkit-scrollbar {
  display: none;
}

.infoboxList_ary {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style:auto;
}

.infoboxList_ary::-webkit-scrollbar {
  width: 18px;
  height: 0px;
  -webkit-appearance: none;
  padding-top: 30px;
}

.infoboxList_ary::-webkit-scrollbar-corner {
  background: transparent;
}

.infoboxList_ary::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.12);
  border: 6px solid transparent;
  border-radius: 9px;
  background-clip: content-box;
}

.infoboxContent {
  padding: 12px;
  text-align: left;
}

.infoboxContent > a:link{
  color:#007AE6;
  text-decoration: underline;
}

.infoboxContent > a:visited{
  color:#694F9F;
}

.infoboxContent > a:hover{
  color:#E20022;
  text-decoration: none;
}

.infoboxContent > a:active{
  color:#E20022;
  text-decoration: none;
}

.infoboxContent > a:focus{
  outline: 1px dotted #007AE6;
}

.infoboxList > .infoboxContent + .infoboxContent {
  border-top: 1px solid #e5e5e5;
}

.infoboxList > .infoboxContent:first-child {
  padding-top: 0px;
}

.infoboxList > .infoboxContent:last-child {
  padding-bottom: 0px;
}

.infoboxArea {
  display: table;
}

.infoboxAreasign {
  display: table-cell;
  vertical-align: middle;
}

.infoboxAreasign img {
  width: 36px;
  height: 36px;
}

.infoboxAreaname {
  display: table-cell;
  font-size: 14px;
  font-weight: bold;
  padding-left: 8px;
  padding-right: 16px;
  vertical-align: middle;
}

.infoboxDetail {
  border-left: 4px solid #e5e5e5;
  margin: 8px 0;
}

.infoboxSsid {
  font-size: 13px;
  font-weight: bold;
  margin-left: 8px;
}

.infoboxTerm {
  display: table;
  font-size: 12px;
  margin: 8px 0 0 8px;
}

.infoboxTermHead {
  display: table-cell;
  white-space: nowrap;
}

.infoboxTermBody {
  display: table-cell;
}
