@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul, ol, li{
    list-style: none;
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #121212;
}
img {
    vertical-align: bottom;
}
.clear{
    clear: both;
}