@charset "UTF-8";

*{
box-sizing:border-box;
font-size:100%;
}

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

table{
border-collapse:collapse;
}

img{
max-width:100%;
}

li{
list-style:none;
}

a{
text-decoration:none;
}

