@charset "UTF-8";
/* reset ----------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, dl, dt, dd, table, caption, th, td, form, button, label, address, blockquote, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  box-sizing: border-box;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul, nav ol {
  list-style: none;
}
hr {
  display: none;
}
img, abbr {
  border: none;
  vertical-align: bottom;
}
ul, ol, li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  text-align: left;
}
button, input, optgroup, select, textarea {
  font: inherit;
}
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
input, textarea {
  border-radius: 0;
}
button {
  overflow: visible;
  text-transform: none;
}
select {
  text-transform: none
}
textarea {
  overflow: auto;
  resize: vertical
}
a {
  text-decoration: none;
  color: inherit;
}