/* --------------------------------
 * reset
 * -------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
main,
h1,
h2,
h3,
h4,
p,
ul,
li,
ol,
dl,
li,
dt,
dd,
div,
section,
article,
span,
img,
a,
table,
tr,
th,
td,
input {
    font-size: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline;
    background: transparent;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    display: block;
}

body {
    word-break: break-all;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

ol,
ul,
dl {
    list-style: none;
    list-style-type: none;
}

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