@charset "utf-8";
#sbtn li{
    cursor: pointer;
    width: max-content;
}
#sbtn li::marker{
    cursor: auto;
}
#sbtn li.on{
    font-weight: bold;
    text-decoration: underline;
}
img{
    width: 100%;
}