@charset "utf-8";
/* CSS Document */
*, *::before, *::after { box-sizing: border-box; }
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, figure, hr { margin: 0; }
ul, ol, menu { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: bold; }
a { text-decoration: none; color: inherit; cursor: pointer; }
img, picture, video, svg { display: block; max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast; }
table { border-collapse: collapse; border-spacing: 0; }
input, button, textarea, select { font: inherit; margin: 0; padding: 0; appearance: none; border: none; background: transparent; border-radius: 0; }
button, input[type="submit"], input[type="button"] { cursor: pointer; }
