@charset "utf-8";

/* Reset CSS */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
p,
figure,
figcaption,
input,
address,
table,
tr,
td {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style: none;
}

img {
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

address {
    font-style: normal;
}
