@charset "UTF-8";
#membershop {
  ont-family: "微軟正黑體";
  color: #222;
  font-size: 18px;
  line-height: 1.4;
  overflow-x: hidden;
  width: 100%;
  background: #fff;
}

#membershop img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

#membershop .img--full {
  width: 100%;
}

#membershop .container {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 25px 0 50px;
}

#membershop h2 {
  padding: 40px 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #ef4546;
}

#membershop p {
  line-height: 1.6;
  padding-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}
/*# sourceMappingURL=main.css.map */