@charset "utf-8";

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

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
main , menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: baseline;
}

html,body {
  min-width: 320px;
  max-width: 100%;
}

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

body {
  line-height: 1;
}

ul,
ol {
  list-style: none;
}

br {
  letter-spacing: normal;
}

b,
strong {
  font-weight: 700;
}

img,
iframe {
  vertical-align: bottom;
}

th {
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

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

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

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

.clearfix:after,
.cf:after {
  clear:both;
}

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

/* basic */

html {
  font-size: 62.5%;
}

@media(min-width: 375px) {
  html {
    font-size: 72.5%;
  }
}

@media(min-width: 400px) {
  html {
    font-size: 82.5%;
  }
}

@media(min-width: 500px) {
  html {
    font-size: 92.5%;
  }
}

a {
  display: block;
  text-decoration: none;
}