@charset "utf-8";

html, body, div, header, footer, section, article, aside, menu, nav, hgroup, figure, dialog, audio, video, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, legend, input, textarea {
    margin: 0;
    padding: 0;
}
body {
    line-height: 1;
}
header, footer, section, article, aside, menu, nav, hgroup, figure, dialog, audio, video {
    display: block;
}
nav ul li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
em, strong, small, code, address, th {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
ul, ol {
    list-style: none;
}
pre, code {
    font-family: inherit;
}
q:before, q:after {
    content: "";
}
abbr, acronym {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    text-align: left;
}
fieldset, img {
    border: 0;
}
input[type="submit"], input[type="button"] {
    appearance: button;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: button;
    -webkit-box-sizing: content-box;
}
