#jsGmap .mapBkList {
    width: 265px;
    background-color: #fff;
    border: solid 3px #B1A078;
}

#jsGmap .mapBkList .header {
  background-color: #B1A078;
  color: #fff;
  padding: 3px 10px 10px 10px;
}

#jsGmap .mapBkList .header .njcSliderBukkenCount {
  color: #EA0707;
  font-size: 18px;
  font-weight: bold;
  margin: 0 .2em;
}

#jsGmap .mapBkList .mapBkItem {
  padding: 10px;
  border-bottom: 1px dashed #B1A078;
}

#jsGmap .mapBkList .mapBkItem:hover {
  background: #FFFEEC;
}

#jsGmap .mapBkList .mapBkItem .mapBkLeft {
  float: left;
  width: 80px;
  margin-right: 10px;
}

#jsGmap .mapBkList .mapBkItem .mapBkLeft img {
    width: 80px;
}

#jsGmap .mapBkList .mapBkItem .mapBkContent {
  overflow: hidden;
  color: #333;
}

#jsGmap .mapBkList .mapBkItem .mapBkContent > div {
  font-size: 12px;
  font-size: 1.2rem;
}

#jsGmap .mapBkList .mapBkItem .mapBkContent > div.ryokin {
  color: #E5280E;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

#jsGmap .mapBkList .title {
  height: 17px;
  width: 100px;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  margin: 8px 0px;
}

#jsGmap .mapBkList a {
  text-decoration: none;
}

#jsGmap .mapBkList .mapBkCount {
    float: left;
}

#jsGmap .mapBkList .njcSliderClose {
  margin-left: 230px;
  cursor: pointer;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
}

#jsGmap .mapBkList .njcSliderClose:hover {
  opacity: .5;
}

#jsGmap .mapBkList .overflow {
  overflow-y: scroll;
  height: 348px;
}

#pac-input {
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 400px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    text-overflow: ellipsis;
}

#pac-input:focus {
    border-color: #4d90fe;
    margin-left: -1px;
    padding-left: 14px;
    width: 401px;
}

.map-field {
    position: relative;
}
.draggable_button {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
}
