<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* colorbox
--------------------------------------------- */
#cboxBottomCenter ,
#cboxTopLeft ,
#cboxBottomLeft ,
#cboxMiddleLeft ,
#cboxMiddleRight ,
#cboxContent [type=button] {
    display: none!important;
}
#cboxContent .cboxIframe {
    width: 80%;
    height: 80%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#cboxOverlay {
    background-image: none!important;
    background: #000!important;
}
#cboxContent {
    background: none!important;
}
#cboxLoadedContent {
    padding: 0;
    overflow: auto;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
    top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: visible ;
}
#cboxOverlay {
    z-index: 10003;
}
#colorbox {
    z-index: 10005;
}
#cboxTitle {
    display: none!important;
}
#inline-content {
    margin: 20px;
}
#ajax-wrap {
    margin: 20px;
}

.closeBtn {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    right: 0;
    overflow: hidden;
}
.closeBtn a img {
    width: 100%;
}

@media (max-width: 767px) { /* forSP */
    .bnr_movie {
        margin-bottom: 20px;
    }
    #cboxContent {
        float:none!important;
        margin: auto;
    }
    iframe#player {
        width: 100%!important;
    }


}/* END SP */
@media (min-width: 768px){ /* forPC */
    .bnr_movie a.iframe {
        width: 520px;
    }
    .closeBtn {
        width: 47px;
        height: 47px;
    }
    .videoPlayer {
        left:50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #thumbnail li {
        max-height: 110px;
        overflow: hidden;
    }
    #thumbnail li img {
        margin-top: -1em;
    }
}/* END PC */</pre></body></html>