@charset "UTF-8";

/* ==========================
   Reset CSS
   ========================== */

/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Margin & Padding reset */
html, body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
figure, figcaption,
blockquote,
dl, dd {
  margin: 0;
  padding: 0;
}

/* Body */
body {
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

/* List */
ul, ol {
  list-style: none;
}

/* Link */
a {
  text-decoration: none;
  color: inherit;
}

/* Image */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Form */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

/* Button */
button {
  cursor: pointer;
}

/* HTML5 elements */
article, aside, footer, header, nav, section, main {
  display: block;
}
