@charset "utf-8";

*{
margin: 0;
padding:0;
box-sizing:border-box;
}

body{
    min-width: 320px;
}
ul{
    list-style: none;
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
a{
    text-decoration: none;
    display: block;
}