@charset "UTF-8";
/* line 3, ../scss/common.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 7, ../scss/common.scss */
html, body {
  height: 100%;
}

/* line 10, ../scss/common.scss */
body {
  color: #333;
  line-height: 1.8em;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ",Meiryo, serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../scss/common.scss */
img {
  border-width: 0;
}

/* line 22, ../scss/common.scss */
img.heightAuto {
  height: auto;
}

/* line 25, ../scss/common.scss */
object, embed {
  vertical-align: bottom;
}

/* line 28, ../scss/common.scss */
ul, ul li {
  list-style: none;
}

/*///////////////////////////////////////////////////////////// ANCHOR */
/* line 34, ../scss/common.scss */
a {
  color: #333;
  text-decoration: none;
}

/* line 38, ../scss/common.scss */
a:hover {
  color: #666;
  text-decoration: none;
}

/* line 42, ../scss/common.scss */
img, a img {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  text-decoration: none;
  vertical-align: top;
}

/* line 50, ../scss/common.scss */
a.underline {
  text-decoration: underline;
}

/* line 54, ../scss/common.scss */
h1 {
  font-family: "phoreuscherokee",sans-serif;
}
