<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/************************************************
 import css
************************************************ */
   .raku2_ts .raku2_ts_level_0 {
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 218px;
        background-color: white;
    }

    .raku2_ts li {
        word-wrap: break-word;
    }

    .raku2_ts .raku2_ts_level_0&gt;li {
        padding: 10px;
        cursor: pointer;
        font-weight: bold;
        position: relative;
    }

    .raku2_ts .raku2_ts_level_1&gt;li {
        font-weight: bold;
        cursor: pointer;
        position: relative;
        padding-bottom: 5px;
    }

    .raku2_ts .raku2_ts_level_1 .raku2_ts_li_1_first {
        padding-top: 15px;
    }

    .raku2_ts .raku2_ts_level_2&gt;li {
        font-weight: normal;
        padding-bottom: 5px;
    }

    .raku2_ts .raku2_ts_toggle {
        float: right;
        font-weight: bold;
        cursor: default;
    }

    .raku2_ts .raku2_ts_level_1&gt;li .raku2_ts_toggle {
        float: none;
        position: absolute;
        right: 10px;
        color: #888;
        font-weight: bold;
    }

    .raku2_ts .raku2_ts_level_1 {
        list-style-type: none;
        background-color: #f0ebe5;
        padding-left: 10px;
        margin: 0;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease-out;
    }

    .raku2_ts .raku2_ts_level_2 {
        list-style-type: none;
        background-color: #f0ebe5;
        padding-left: 20px;
        margin: 0;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease-out;
    }

    .category-link.active {
        color: red;
        text-decoration: none;
    }

  </pre></body></html>