@charset "UTF-8";
/* ---------------------------------
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, strong, 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, figure {
  margin: 0;
  padding: 0;
  background: transparent;
  outline: 0;
  box-sizing: border-box;
}

body, table, input, textarea, select, option {
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

p {
  font-size: 1.2em;
  line-height: 1.6em;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

body {
  width: 100%;
  -webkit-text-size-adjust: none;
  font-size: 68%;
  font-weight: 500;
  color: #333;
}

/*SP*/
@media (max-width: 640px) {
  body {
    line-height: 2em;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cf {
  clear: both;
  zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
