<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 雋ｩ螢ｲ */
.mark {
    background-color: #f1e2b8;
    border-radius: 1em;
    display: inline-block;
    width: 20px;
    text-align: center;
}
/* 繧ｵ繝ｳ繝ｨ繝� */
.mark_s {
    background-color: #c8f7c6;
    border-radius: 1em;
    display: inline-block;
    width: 20px;
    text-align: center;
}
/* 諞ｩ縺� */
.mark_n {
    background-color: #c6dbf7;
    border-radius: 1em;
    display: inline-block;
    width: 20px;
    text-align: center;
}
/* 蠎∬� */
.mark_c {
    background-color: #f7c8c6;
    border-radius: 1em;
    display: inline-block;
    width: 20px;
    text-align: center;
}
/* 繧｢繝斐ち */
.mark_a {
    background-color: #f7c6eb;
    border-radius: 1em;
    display: inline-block;
    width: 20px;
    text-align: center;
}
/* 繧ｷ繝｣繧ｪ */
.mark_sh {
    background-color: #f7aeae;
    border-radius: 1em;
    display: inline-block;
    width: 20px;
    text-align: center;
}</pre></body></html>