@charset "utf-8";

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

* {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { 
    display: block;
}

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

ul, ol {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, button, textarea, select {
    font: inherit;
}

