/*resetStyle*/
*, *::before, *::after {
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
body {
    line-height: 1.15;
    -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}
input, button, textarea, select {
    font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
label, input, select, textarea {
    vertical-align: middle;
    outline: none;
}
ol, ul {
    list-style: none
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
a {
    text-decoration: none;
    color: #3e3e3e;
}
a:hover {
    text-decoration: none;
    color: #000000;
}
img {
    border: none;
    vertical-align: top;
}
em, i {
    font-style: normal;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}
.clearfix {
    zoom:1
}
