@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
html{
    scroll-behavior: unset;
}