@charset "utf-8";
/* reset.css - 標準リセット（流用・編集不可） */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ul, li,
form, label, table, tbody, tr, th, td, article, footer, header,
nav, section, figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article, footer, header, nav, section, figure { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; height: auto; border: 0; }
a { text-decoration: none; }
button { font: inherit; background: none; border: none; }
