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

/*** Ajax loader : START ***/
#ccc-my_favorite-list-loader::before {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; /* for Edge */
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
#ccc-my_favorite-list-loader {
    width: 100px;
    height: 100px;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#ccc-my_favorite-list-loader &gt; .loader,
#ccc-my_favorite-list-loader &gt; .loader:after {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}
#ccc-my_favorite-list-loader &gt; .loader {
    position: relative;
    left: -10%;
    top: -10%;
    margin: 0 auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loading 1.1s infinite linear;
    animation: loading 1.1s infinite linear;
}
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*** Ajax loader : END ***/

/*** Common : START ***/
#ccc-my_favorite-list {
    overflow: hidden;
}
#ccc-my_favorite-list .header-ccc_favorite {
    margin-top: 1em;
    margin-bottom: 1em;
}
#ccc-my_favorite-list #ccc-favorite-count {
    float: left;
    line-height: 1.3;
}
#ccc-my_favorite-list #ccc-favorite-count .number {
    font-size: 1.2em;
    font-weight: 600;
    margin-left: 0.5em;
}
#ccc-my_favorite-list #ccc-favorite-count .found_posts::before {
    content: '/';
    margin: 0 0.15em;
}
#ccc-my_favorite-list #ccc-favorite-count .unit {
    font-size: 0.7em;
    margin-left: 0.2em;
}
#ccc-my_favorite-list .ccc-favorite-post-toggle &gt; a {
    text-decoration: none;
}
#ccc-my_favorite-list .ccc-favorite-post-toggle &gt; a::before {
    /* icomoon Font =========== */
    content: '\f056';
    /* icomoon Font =========== */
}
#ccc-my_favorite-list .ccc-favorite-post-delete {
    float: right;
}
#ccc-my_favorite-list .excerpt-post .ellipsis {
    margin-left: 0.35em;
}
#ccc-my_favorite-list .results-more {
    text-align: center;
    margin-top: 2em;
}
#ccc-my_favorite-list .results-more &gt; a {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8em;
    text-decoration: none;
}
#ccc-my_favorite-list .icon-ccc-my_favorite-refresh::before {
    display: block;
    font-size: 2em;
    line-height: 1.5;
}
/*** Common : END ***/

/****** Style: [data-ccc_my_favorites-list-style="1"]: START ******/
#ccc-my_favorite-list[data-ccc_my_favorites-list-style='1'] .clearfix::after {
    content: ' ';
    display: block;
    clear: both;
}
#ccc-my_favorite-list[data-ccc_my_favorites-list-style='1']
    .ccc-favorite-post-toggle {
    margin-top: 0;
}
#ccc-my_favorite-list[data-ccc_my_favorites-list-style='1']
    .ccc-favorite-post-toggle
    &gt; a {
    color: #666;
}
#ccc-my_favorite-list[data-ccc_my_favorites-list-style='1'] .post-ccc_favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.75em auto;
    width: calc(100% + 1%);
}
#ccc-my_favorite-list[data-ccc_my_favorites-list-style='1'] .list-ccc_favorite {
    width: calc(20% - 1%);
    margin: 0 1% 1% 0;
    position: relative;
}
#ccc-my_favorite-list[data-ccc_my_favorites-list-style='1']
    .list-ccc_favorite
    .img-post-thumbnail {
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    position: relative;
}
#ccc-my_favorite-list[data-ccc_my_favorites-list-style='1']
    .list-ccc_favorite
    .img-post-thumbnail
    img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#ccc-my_favorite-list[data-ccc_my_favorites-list-style='1']
    .ccc-favorite-post-delete
    &gt; a
    .text {
    font-size: 0.7em;
}
#ccc-my_favorite-list[data-ccc_my_favorites-list-style='1']
    .ccc-favorite-post-toggle {
    text-align: right;
    position: relative;
    z-index: 10;
}
#ccc-my_favorite-list[data-ccc_my_favorites-list-style='1']
    .ccc-favorite-post-toggle
    &gt; a
    &gt; .text {
    display: none;
}
#ccc-my_favorite-list[data-ccc_my_favorites-list-style='1']
    .ccc-favorite-post-delete-button {
    text-decoration: none;
}
/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 750px) {
    #ccc-my_favorite-list[data-ccc_my_favorites-list-style='1']
        .post-ccc_favorite {
        width: calc(100% + 3%);
        margin: 1.5em auto;
    }
    #ccc-my_favorite-list[data-ccc_my_favorites-list-style='1']
        .list-ccc_favorite {
        width: calc(50% - 3%);
        margin: 0 3% 3% 0;
        font-size: 0.9em;
    }
}
/****** Style: [data-ccc_my_favorites-list-style="1"]: END ******/
</pre></body></html>