@charset "utf-8";

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

html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ul, li, figure, figcaption {
    margin: 0;
    padding: 0;
}

ul { list-style: none; }

img { border: 0; max-width: 100%; }

a { text-decoration: none; outline: none; }

button { font: inherit; }

input, textarea, select, button {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

table { border-collapse: collapse; width: 100%; }
