@charset "UTF-8";
/* reset setting*/

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article, aside, footer, header, main, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-size: 100%;
  font-family: sans-serif;
  background: #fff;
  color: #000;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea, select, button {
  font: inherit;
}
