@charset 'utf-8';

html,head,title,body,h1,h2,h3,h4,h5,h6,p,div,span,
ul,ol,li,img,a,form,label,input,select,textarea,
optgroup,option,fieldset,figure,figcaption,
header,footer,main,section,aside,nav,address,strong,
hr,br,article,audio,button,dd,dl,dt,em,table,tr,td,th,
thead,tbody,tfoot,iframe,legend,picture,video{
    box-sizing:border-box;
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6{
    font-weight:inherit;
    font-size:inherit;
}
ul,ol,li{
    list-style:none;
}
img{
    width:100%;
    vertical-align:top;
}
a{
    color:inherit;
    text-decoration:none;
}
address{
    font-style:normal;
}
strong{
    font-weight:inherit;
}
table,tr,td,th{
    border-collapse:collapse;

}