@charset "UTF-8";
/* line 2, app/assets/stylesheets/unisonair_support.css.scss */
html, body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

/* line 13, app/assets/stylesheets/unisonair_support.css.scss */
html, body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 14px;
  color: #121212;
  width: 100%;
  min-height: 100%;
}

/* line 16, app/assets/stylesheets/unisonair_support.css.scss */
html, body {
  width: 100%;
  height: 100%;
}

/* line 20, app/assets/stylesheets/unisonair_support.css.scss */
body {
  margin: 0;
  padding: 0;
  background: url(unisonair-images/bg_unisonair.jpg) center top no-repeat fixed;
  background-size: cover;
  width: 100%;
}

@media screen and (max-width: 479px) {
  /* line 28, app/assets/stylesheets/unisonair_support.css.scss */
  body {
    margin: 0;
    padding: 0;
    background: url(unisonair-images/bg_unisonair.jpg) center top scroll;
    background-size: cover;
    width: 100%;
  }
}

/* line 36, app/assets/stylesheets/unisonair_support.css.scss */
body.noscroll {
  position: fixed;
  overflow-y: hidden;
}

/* line 40, app/assets/stylesheets/unisonair_support.css.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* line 43, app/assets/stylesheets/unisonair_support.css.scss */
a {
  color: #d9035e;
  text-decoration: none;
  outline: none;
}

/* line 48, app/assets/stylesheets/unisonair_support.css.scss */
a:hover {
  color: #d9035e;
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/unisonair_support.css.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 56, app/assets/stylesheets/unisonair_support.css.scss */
.center {
  margin: 0 auto;
  text-align: center;
  display: block;
}
