/* 最小限のCSSリセット */

*, *::before, *::after {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, p, ul, ol, dl, dd, figure {
  margin: 0;
}

body {
  padding: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

ul, ol {
  list-style: none;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
