@charset "UTF-8";
/* badass CSS (common.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

input, button, select, textarea {
  vertical-align: middle;
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
}

fieldset {
  border: none;
}

input, textarea {
  font-size: 1em;
}

/* ============================================
 base
============================================ */
html, body {
  width: 100%;
  height: auto;
  color: #fff;
  letter-spacing: -0.1px;
  font-size: 12px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #000;
}

#exterior_wrapper {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
}

.no_pc {
  display: inline;
}

.no_sp {
  display: none;
}

@media screen and (min-width: 900px) {
  #exterior_wrapper {
    padding-top: 20px;
    width: 94%;
    margin: 0 auto;
    max-width: 1000px;
    overflow: visible;
  }
  .wrapper {
    position: relative;
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .no_pc {
    display: none;
  }
  .no_sp {
    display: inline;
  }
}

/*# sourceMappingURL=common.css.map */
