#placelist {
  margin: 0;
  padding: 0;
}

#placelist li {
  margin: 0;
  padding: 0;
  margin-left: 1.2rem;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 769px) {
  #placelist li {
    margin-left: 2rem;
  }
}
.branch table {
  margin-bottom: 0.5rem;
}

.branch table th {
  font-weight: normal;
  width: 6rem;
}

.branchimage {
  max-width: 100%;
  height: auto;
  width: auto;
}

.go-inquiry {
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.map {
  margin-bottom: 1rem;
  border: 1px solid #cccccc;
  line-height: 0;
}

.map iframe {
  width: 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 769px) {
  .left {
    width: 49%;
    float: left;
  }
  .right {
    width: 49%;
    float: right;
  }
  #main-contents article {
    margin-bottom: 3rem;
  }
  .go-inquiry {
    margin-top: 2rem;
  }
}/*# sourceMappingURL=style.css.map */