@charset "UTF-8";

#main h2.mapDesc {
  margin: 0 0 10px 30px;
}

#main h3.pulldownDesc {
  margin: 0 0 0 30px;
}

select.city {
  margin: 10px 0 15px 30px;
  height: 40px;
}

#googleMap {
  width: 920px;
  height: 400px;
  margin: 0 auto;
}

#largemapBtn {
  background-color: #0f64b2;
  width: 920px;
  height: 45px;
  margin: 0 auto 20px auto;
  text-align: center;
  line-height: 42px;
}

#largemapBtn:hover {
  opacity: 0.8;
}

#largemapBtn a {
  display:block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  width: 100%;
}

#googleMap .marker_items img {
  height: 30px;
  margin-right: 5px;
}

.shopList > .nodataMsg {
  text-align: center;
}

@media screen and (max-width: 480px) {
  #main > h2 {
    margin: 0 0 10px 0 !important;
    font-size: 18px;
  }

  #main h3.pulldownDesc {
    margin: 0 0 0 0;
    font-size: 16px;
  }

  select.city {
    margin: 5px 0 10px 0px;
    width: 100%;
  }

  #googleMap {
    width: 98%;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  #largemapBtn {
    width: 98%;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  #largemapBtn a {
    font-size: 15px;
  }
}
