@charset "UTF-8";
/* ----------------------------------------
  BROWSER RESET
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

header, footer, nav, article, section, aside {
  display: block;
  margin: 0 auto;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: 1px solid #e3e3e3;
  padding: 5px;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

body {
  font: 13px / 28px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  color: #999;
  background: #861b21;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

#wht-back {
  font: 13px / 28px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  color: #999;
  background: #FFFFFF;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #999;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #fff;
}

a img.opacity:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

:focus {
  -moz-outline-style: none;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

/*  clearfix
-------------------------------------- */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*# sourceMappingURL=style.css.map */
