@charset "utf-8";

html {
    font-family: sans-serif;
    -webkit-tap-highlight-color: transparent
}

body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

em,
i {
    font-style: normal;
    font-weight: 400
}

button,
input,
select,
textarea {
    font-family: sans-serif;
}

button,
input,
select {
    box-sizing: border-box
}

button {
    border: none
}

button,
input[type=button],
input[type=submit],
select {
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

li {
    list-style: none
}

a {
    text-decoration: none
}

a img,
fieldset,
iframe,
img {
    border-width: 0;
    border-style: none
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}