@charset "utf-8";

/********************************************
reset
********************************************/
*,
*::before,
*::after{
    box-sizing: border-box;
}
html,body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ul,ol{
    margin: 0;
    padding: 0;
}
ul,ol{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
button{
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    cursor: pointer;
}
address{
    font-style: normal;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
