@charset "utf-8";

/* CSS Document */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

i {
    font-style: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
    font-style: normal;
    font-weight: normal;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1 {
    margin: 0;
    font-size: unset;
}

body {
    font-family: unset;
    font-size: unset;
    line-height: unset;
    color: unset;
    background-color: unset;
}