/* ====================================================
 reset style
 ==================================================== */
html {
    font-size: 10px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: rgba(0, 0, 0, .65);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, th, td {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

main {
    display: block;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

fieldset, img {
    border: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

address, caption, cite, code, dfn, em, th, var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ul li {
    list-style: none;
}

ol {
    counter-reset: number;
}

ol li {
    display: list-item;
}

ol li:before {
    content: counter(number) '. ';
    counter-increment: number;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    font-variant: normal;
    border: 0;
    text-decoration: underline;
    text-decoration: underline dotted;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

textarea {
    overflow: auto;
}

a {
    text-decoration: none;
    background-color: transparent;
}

/*to enable resizing for IE*/
input, textarea, select {
    *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

del, ins {
    text-decoration: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
