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

.showlist-modal.remodal {
    text-align: left;
    max-width: 689.3px;
}

.showlist-modal .remodal-showlist-title {
    height: 50px;
    display: flex;
    display: -webkit-flex;
    padding-top: 16px;
    padding-left: 37px;
    background-color: #dadada;
    font-size: 22.2px;
}

.showlist-modal .remodal-contents {
    overflow-y: auto;
    height: 50vh;
}

.showlist-modal .remodal-body {
    padding-top: 0px;
    padding-bottom: 1px;
}

.showlist-modal .remodal-showlist-sub {
    margin-left: 37px;
    margin-right: 37px;
    padding-top: 11px;
    padding-bottom: 20.5px;
}

.showlist-modal .remodal-showlist-content {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    overflow: auto;
}

.showlist-modal .remodal-showlist-content .contents-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
}

.showlist-modal .contents-wrapper &gt; p {
    margin-left: 37px;
}

.showlist-modal .contents-wrapper .buttons-wrapper  {
    margin-left: 37px;
    display: inline-block;
    margin-top: 14.5px;
    margin-bottom: 1px;
}

.showlist-modal .contents-wrapper .buttons-wrapper &gt; button {
    margin-right: 10px;
    height: 20px;
}

.showlist-modal .contents-wrapper .buttons-wrapper button {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: content-box;
    height: 20px;
}
.showlist-modal .contents-wrapper .buttons-wrapper .btn-select-all,
.showlist-modal .contents-wrapper .buttons-wrapper .btn-delete-on-select {
    border: 1.3px solid #9d9d9e;
    color: #717071;
    background-color: transparent;
}

.showlist-modal .contents-wrapper .buttons-wrapper .btn-delete-on-selected-list {
    border: 1.3px solid #3c3c3c;
    color: #ffffff;
    background-color: #3c3c3c;
}

.showlist-modal .contents-wrapper {
    margin-left: 0px;
    padding-left: 0px;
}

.showlist-modal .bookmark-list-wrapper {
    margin-left: 37px;
    margin-right: 37px;
}

.showlist-modal .bookmark-list-wrapper .bookmark-list {
    margin-top: 14.5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #dadada;
}

/* チェックボックスより左側へテキストを回り込みさせないために
bookmark-list-title内をlabelで囲み以下のスタイルを付与 */
.showlist-modal .bookmark-list-title label{
    display: block;
    text-align: left;
}

.showlist-modal .bookmark-list-title label:after {
    content: "";
    clear: both;
    display: block;
}

.showlist-modal .bookmark-list-title label input {
    float: left;
}

.showlist-modal .bookmark-list-title label a {
    font-size: 20px;
    color: #4470ae;
    float: left;
    padding-top:2px;
    width: calc(100% - 24px);
}

.showlist-modal .bookmark-list-text {
    margin-top: 11px;
}

.showlist-modal .bookmark-list-topicpath {
    margin-top: 12px;
}

.showlist-modal .span-symbol {
    font-family:"KM-Symbolnew";
    font-size: inherit;
}
@font-face {
    font-family: KM-Symbolnew;
    src:url('../fonts/KM-Symbolnew.eot?') format('eot'),
    url('../fonts/KM-Symbolnew.woff') format('woff'),
    url('../fonts/KM-Symbolnew.ttf') format('truetype');
}
/**********************
mobile
**********************/
@media screen and (max-width: 768px) {
    .showlist-modal .remodal-showlist-sub {
        margin-left: 18px;
        margin-right: 18px;
        padding-top: 8.7px;
        padding-bottom: 8.7px;
    }

    .showlist-modal .remodal-showlist-title {
        padding-left: 18px;
    }

    .showlist-modal .contents-wrapper &gt; p {
        margin-left: 18px;
    }

    .showlist-modal .contents-wrapper .buttons-wrapper  {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 8.7px;
    }

    .showlist-modal .contents-wrapper .buttons-wrapper &gt; button {
        width: calc(100% - 22.6px);
        margin-bottom: 8px;
    }

    .showlist-modal .bookmark-list-wrapper {
        margin-left: 18px;
        margin-right: 18px;
    }

    .showlist-modal .bookmark-list-wrapper .bookmark-list {
        margin-top: 11px;
        padding-bottom: 5.5px;
    }

    .showlist-modal .bookmark-list-text {
        margin-top: 6.5px;
    }

    .showlist-modal .bookmark-list-topicpath {
        margin-top: 10.5px;
    }
}</pre></body></html>