@charset "UTF-8";

*{
box-sizing: border-box;
}

html {
font-size: 100%;
}

table {
border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, body, ul, ol, p {
font-weight: normal;
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}

a {
text-decoration: none;
}

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