@charset "utf-8";

/********************************************
reset
********************************************/
*,
*::before,
*::after{
    box-sizing: border-box;
}

html,body,div,span,h1,h2,h3,h4,h5,h6,p,
a,img,ul,ol,li,dl,dt,dd,section,article,
aside,header,footer,nav,figure,figcaption,
button,form,input,textarea{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,footer,header,nav,section,figure,figcaption{
    display: block;
}

body{
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

ul,ol{
    list-style: none;
}

a{
    color: inherit;
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

button{
    background: none;
    cursor: pointer;
    font: inherit;
    color: inherit;
}
