@charset "utf-8";

*,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック', sans-serif;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  border: 0;
  line-height: 1.0;
  letter-spacing: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, main, nav, section {
  display: block;
}

html {
  min-width: 320px;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

ul,
ol {
  list-style: none;
}

a,
select,
button,
input[type="submit"],
input[type="image"] {
  cursor: pointer;
}

img,
iframe {
  max-width: 100%;
  vertical-align: bottom;
}

img {
  width: auto;
  height: auto;
}

th {
  text-align: left;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

body > img[height="0"],
body > img[height="1"] {
  position: absolute;
}