<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 諡｡螟ｧ繝懊ち繝ｳ */
#FullscreenBtn{
    background-image: url(../images/btn_ico_fullscreen.png);
    background-color: rgb(200,200,200);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30px;
    height: 35px;
    width: 44px;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
    z-index: 100;
}
/* 諡｡螟ｧ邨ゆｺ��繧ｿ繝ｳ */
#UndoFullscreenBtn{
    background-image: url(../images/btn_ico_fullscreen.png);
    background-color: rgb(200,200,200);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30px;
    height: 35px;
    width: 44px;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
    z-index: 100;
}

/* 逕ｻ髱｢縺悟ｰ上＆縺��ｴ蜷茨ｼ医せ繝槭�繝医ヵ繧ｩ繝ｳ逕ｻ髱｢逕ｨ縺ｮ蛻ｶ蠕｡�� */
@media screen and (max-width: 767px), screen and (max-height: 431px){
    #FullscreenBtn{
        background-image: url(../images/SpUndoFullscreen.png);
        background-color: unset;
        background-size: 50px;
        cursor: pointer;
        top: 10px;
    }
    #UndoFullscreenBtn{
        background-image: url(../images/SpFullscreen.png);
        background-color: unset;
        background-size: 50px;
        cursor: pointer;
        top: 10px;
    }
    /* #PrintBtn{
        display: none;
    } */
}</pre></body></html>