@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ul,
ol {
    list-style: none;
}

a,
small {
    display: block;
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}
.blind {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
