<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bst-sheet-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/b70.png");
    background-size: 100%;
    overflow: auto;
}

.bst-sheet {
    position: relative;
    top: 50px;
    width: 724px;
    height: 1070px;
    background-color: #f5f5f5;
    margin: auto;
}

    .bst-sheet &gt; div {
        position: absolute;
        left: 14px;
        right: 14px;
        background-color: #f5f5f5;
    }

    .bst-sheet &gt; .tabs{
        position: absolute;
        top: -30px;
        left: 0;
        height: 30px;
        right: auto;
        background-color:transparent;
    }
    .bst-sheet &gt; .tabs &gt; .btn {
        display: table-cell;
        width: 106px;
        text-align: center;
        font-size:14px;
        height: 30px;
        background-color: #bfbfbf;
        color:#595959;

        -webkit-border-top-left-radius: 4px;
        -moz-border-top-left-radius: 4px;
        -o-border-top-left-radius: 4px;
        -ms-border-top-left-radius: 4px;
        border-top-left-radius: 4px;

        -webkit-border-top-right-radius: 4px;
        -moz-border-top-right-radius: 4px;
        -o-border-top-right-radius: 4px;
        -ms-border-top-right-radius: 4px;
        border-top-right-radius: 4px;

        cursor:pointer;
    }

    .bst-sheet &gt; .tabs &gt; .btn:hover {
        background-color:#b2b2b2;
        color:#5c5c5c;
    }
    .bst-sheet &gt; .tabs &gt; .btn:active {
        background-color:#54aed1;
        color:#fff;
    }
    .bst-sheet &gt; .tabs &gt; .selected {
        background-color:#54aed1;
        color:#fff;

        cursor:default;
    }
    .bst-sheet &gt; .tabs &gt; .selected:hover {
        background-color:#54aed1;
        color:#fff;
    }
    .bst-sheet &gt; .tabs &gt; .selected:active {
        background-color:#54aed1;
        color:#fff;
    }

    .bst-sheet &gt; .tabs &gt; .btn &gt; div {
        margin-top:5px;
    }

    .bst-sheet &gt; .tabs &gt; .space {
        display: table-cell;
        width:2px;
    }



    .bst-sheet &gt; .header{
    }
    .bst-sheet &gt; .body{
        top : 42px;
    }


    .bst-sheet &gt; .mess {
        position: absolute;
        top: 54px;
        left: 33px;
        right: 33px;
        bottom: 0;
        text-align: center;
        font-size: 20px;
        color: #ccc28f;
    }


    .bst-sheet .table {
        display: table;
        height: 100%;
        border-spacing: 6px 0;
    }

        .bst-sheet .table &gt; div {
            display: table-cell;
            vertical-align: middle;
        }



    .bst-sheet .panel-s {
        position: absolute;
        width: 100%;
        height: 100%;
        border: 3px solid #ebebeb;
        background-color: #fff;
        box-sizing: border-box;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
    }

    .bst-sheet .panel {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        overflow: hidden;
    }

        .bst-sheet .panel .title {
            position: absolute;
            width: 100%;
            height: 28px;
            font-size: 16px;
            color: #808080;
            background-color: #ebebeb;
            text-align: center;
        }

        .bst-sheet .panel .contents {
            position: absolute;
            top: 28px;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #fff;
        }

    .bst-sheet .panel2 {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        overflow: hidden;
    }

        .bst-sheet .panel2 .title {
            position: absolute;
            width: 100%;
            height: 28px;
            font-size: 16px;
            color: #808080;
            background-color: #ebebeb;
            text-align: center;
        }

        .bst-sheet .panel2 .contents {
            position: absolute;
            top: 28px;
            left: 0;
            right: 0;
            bottom: 60px;
            background-color: #fff;
        }

        .bst-sheet .panel2 .foot {
            position: absolute;
            height: 60px;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #fff;
        }


    .bst-sheet .row1, .bst-sheet .row2, .bst-sheet .row3, .bst-sheet .row4, .bst-sheet .row4 {
        /*padding-left:14px;
padding-right:14px;*/
    }

    .bst-sheet .row1 {
        position: relative;
        width: 100%;
        height: 42px;
        /*margin-bottom: 7px;*/
        white-space: nowrap;
    }

        .bst-sheet .row1 .icon {
            width: 22px;
            height: 18px;
            background: url("../img/icon-sheet.png");
            background-repeat: no-repeat;
            background-position: 50%;
        }
        .bst-sheet .row1 .icon2 {
            width: 22px;
            height: 18px;
            background: url("../img/icon-movie.png");
            background-repeat: no-repeat;
            background-position: 50%;
        }

        .bst-sheet .row1 .name {
            width: 100px;
            font-size: 20px;
            font-weight: bold;
            color: #595959;
        }

        .bst-sheet .row1 .title {
            width: 42px;
            font-size: 20px;
            font-weight: bold;
            color: #595959;
        }


        .bst-sheet .row1 .text {
            font-size: 16px;
        }

        .bst-sheet .row1 .date {
        }

            .bst-sheet .row1 .date input {
                width: 80px;
            }

        .bst-sheet .row1 .num {
            width: 100px;
            height: 20px;
        }

        .bst-sheet .row1 .btn {
            width: 64px;
            height: 20px;
            text-align: center;
            font-size: 14px;
            color: #737373;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            cursor: pointer;
        }

            .bst-sheet .row1 .btn:hover {
            }

            .bst-sheet .row1 .btn:active {
                padding-top: 1px;
                height: 19px;
            }

    .bst-sheet .row2 {
        position: relative;
        width: 100%;
        /*height: 110px;*/
        height: 140px;
        margin-bottom: 7px;
    }

        .bst-sheet .row2 .label {
            /*position: absolute;*/
            font-size: 16px;
            font-weight: bold;
            color: #666;
            top: 22px;
            left: 28px;
            text-align: center;
            margin-top: 3px;
            overflow: hidden;
            white-space: nowrap;
        }

            .bst-sheet .row2 .label &gt; div {
                display: inline-block;
            }

            .bst-sheet .row2 .label &gt; .org{
                width: 98%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: block;
                padding-left: 7px;
                padding-right: 8px;
            }

        /*.bst-sheet .row2 .label .car-type {
    font-size: 14px;
}*/

        .bst-sheet .row2 .time {
            /*position: absolute;*/
            top: 9px;
            left: 176px;
            font-size: 13px;
            text-align: center;
            margin-top: 0px;
        }

        .bst-sheet .row2 .eva {
            /*position: absolute;*/
            left: 168px;
            font-size: 12px;
            color: #4d4d4d;
            text-align: right;
            /* width: 500px; */
            text-align: right;
            top: 43px;
        }

            .bst-sheet .row2 .eva &gt; div {
                display: inline-block;
            }

            .bst-sheet .row2 .eva .ten {
                font-size: 26px;
                color: #4d4d4d;
            }

            .bst-sheet .row2 .eva .E {
                color: #333;
            }

            .bst-sheet .row2 .eva .D {
                color: #ff4c4c;
            }

            .bst-sheet .row2 .eva .C {
                color: #4ab336;
            }

            .bst-sheet .row2 .eva .B {
                color: #2e90e5;
            }

            .bst-sheet .row2 .eva .A {
                color: #b3a147;
            }

            .bst-sheet .row2 .eva .g {
                min-width: 98px;
                height: 18px;
                padding-left: 4px;
                padding-right: 4px;
                border: 1px solid #b2b2b2;
                /* margin-bottom: 3px; */
                display: inline-block;
            }


    .bst-sheet .row3 {
        position: relative;
        width: 100%;
        height: 330px;
        margin-bottom: 7px;
    }

        .bst-sheet .row3 .graph-title {
            position: absolute;
            top: 10px;
            left: 112px;
            font-size: 15px;
            font-family: bold;
            color: #9a9a9a;
        }

        .bst-sheet .row3 .graph {
            position: absolute;
            top: 41px;
            bottom: 0;
            width: 100%;
        }

            .bst-sheet .row3 .graph .image {
                position: absolute;
                height: 247px;
                width: 247px;
                /*background-color: red;*/
            }

            .bst-sheet .row3 .graph .p1 {
                top: 0;
                left: 72px;
            }

            .bst-sheet .row3 .graph .p2 {
                top: 0;
                left: 385px;
            }



    .bst-sheet .row4 {
        position: relative;
        width: 100%;
        /*height: 244px;*/
        height: 228px;
        margin-bottom: 7px;
    }

        .bst-sheet .row4 &gt; div:first-child {
            width: 422px;
        }

            .bst-sheet .row4 &gt; div:first-child .comment {
                position: absolute;
                /*top: 15px;*/
                top: 7px;
                left: 15px;
            }

                .bst-sheet .row4 &gt; div:first-child .comment .yoko &gt; div {
                    display: inline-block;
                }


                .bst-sheet .row4 &gt; div:first-child .comment .c-title {
                    font-size: 15px;
                    font-weight: bold;
                    color: #595959;
                }

                .bst-sheet .row4 &gt; div:first-child .comment .c-text {
                    font-size: 14px;
                    color: #595959;
                }
                /*.bst-sheet .row4 &gt; div:first-child .comment .c-text2{
    font-size: 14px;
    color: #ff4c4c;
}*/
                .bst-sheet .row4 &gt; div:first-child .comment .c-text3 {
                    font-size: 11px;
                    color: #595959;
                }

                .bst-sheet .row4 &gt; div:first-child .comment .c-text4 {
                    font-size: 10px;
                    color: #595959;
                }

                .bst-sheet .row4 &gt; div:first-child .comment .D, .bst-sheet .row4 &gt; div:first-child .comment .E {
                    color: #ff4c4c;
                }




        .bst-sheet .row4 &gt; div:last-child {
            left: 429px;
            width: 267px;
        }



            .bst-sheet .row4 &gt; div:last-child .drive {
                position: absolute;
                /*top: 15px;*/                
                top: 7px;
                left: 15px;
            }

                .bst-sheet .row4 &gt; div:last-child .drive .d-label {
                    display: inline-block;
                    font-size: 15px;
                    font-weight: bold;
                    color: #595959;
                }

                .bst-sheet .row4 &gt; div:last-child .drive .d-label2 {
                    display: inline-block;
                    font-size: 13px;
                    color: #595959;
                }

                .bst-sheet .row4 &gt; div:last-child .drive .d-value {
                    display: inline-block;
                    font-size: 15px;
                    font-family: Arial;
                    color: #595959;
                }

                .bst-sheet .row4 &gt; div:last-child .drive .d-unit {
                    display: inline-block;
                    font-size: 11px;
                    font-family: Arial;
                    color: #595959;
                }


    .bst-sheet .row5 {
        position: relative;
        width: 100%;
        /*height: 306px;*/
        height: 300px;
        margin-bottom: 7px;
    }

        .bst-sheet .row5 .graph-title {
            position: absolute;
            top: 10px;
            left: 17px;
            width: 320px;
            font-size: 15px;
            font-family: bold;
            color: #9a9a9a;
        }

        .bst-sheet .row5 .graph-title2 {
            position: absolute;
            top: 10px;
            left: 358px;
            width: 320px;
            font-size: 15px;
            font-family: bold;
            color: #9a9a9a;
        }

        .bst-sheet .row5 .graph {
            position: absolute;
            top: 41px;
            bottom: 0;
            width: 100%;
        }

            .bst-sheet .row5 .graph .image {
                position: absolute;
                height: 192px;
                width: 320px;
                /*background-color: red;*/
            }

            .bst-sheet .row5 .graph .p1 {
                top: 18px;
                left: 17px;
            }

            .bst-sheet .row5 .graph .p2 {
                top: 18px;
                left: 358px;
            }






/*動画*/
.bst-sheet &gt; .body2 {
    display: block;
    top: 32px;
    bottom: 0;
    left: 0;
    right: 0;
}

.bst-sheet &gt; .body2 &gt; .list{
    position: absolute;
    right: 10px;
    left: 10px;
    top: 10px;
    bottom: 10px;
    background-color:#f5f5f5;

    overflow-x:hidden;
    overflow-y: auto;
}

.bst-sheet &gt; .body2 &gt; .list &gt; .item {
    position:relative;
    width:100%;
    min-height:216px;
    background-color:#fff;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;

    /*cursor:pointer;*/
}


.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .detail{
    position: relative;

    min-height: 20px;
    top:6px;
    /*margin-left: 8px;
    margin-top: 4px;
    margin-bottom: 4px;*/
    /*text-align: left;*/
    overflow: auto;
}

.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .detail &gt; .text {
    font-size:16px;
    font-weight:bold;
    color:#404040;
}

.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .detail &gt; .time-base {
    margin-left: 10px;
}

.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .detail &gt; .time-base &gt;.time {
    font-size:16px;
    color:#404040;
    margin-right: 20px;
}

.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .detail &gt; .time-base &gt;.g {
    font-size:16px;
    font-weight:bold;
    color:#ff4040;
}

.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .contents-base {
    position: relative;
    width: 682px;
    height: 170px;
    left: 16px;
    top: 9px;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-0);

}

.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .contents-base &gt; .movie-base{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:514px;
    right:170px;
    cursor:pointer;
}
.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .contents-base &gt; .no-cursor {
    cursor:default;
}

.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .contents-base &gt; .movie-base &gt; .movie{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0px;

    background-position:50%;
    background-size:contain;
    background-repeat: no-repeat;
    background-color: #e5e5e5;
}
.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .contents-base &gt; .movie-base &gt; .movie &gt; .text {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
    text-align: center;
}
.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .contents-base &gt; .movie-base &gt; .movie &gt; .no-img {
    position: relative;
    /* width: 31px; */
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(../img/mv-no-img.png);
    background-position: center;
    margin-top: 8px;

}
.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .contents-base &gt; .movie-base &gt; .movie &gt; .no-movie {
    /* width: 31px; */
    height: 30px;
    background-repeat: no-repeat;
    background-image:url('../img/mv-no-movie.png');
    background-position: center;
    margin-top: 8px;
}

.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .contents-base &gt; .i2d{
    position:absolute;
    width:170px;
    height:170px;
    right:0;
    background-position:50%;
    background-size:contain;
    background-repeat: no-repeat;
    background-color: #e5e5e5;
    background-image:url('../img/mv-blank-2d.png');
}

.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .contents-base &gt; .i2d &gt; .kbtn {
    position:absolute;
    width:98px;
    height:20px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;

    cursor:pointer;

    font-size:11px;

    top: -25px;
    left: 36px;
    text-align: center;

    background-color:#faf7c8;
    border:1px solid #ccc28f;
    color:#8c885b;
}
.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .contents-base  &gt; .i2d &gt; .kbtn:hover {
    background-color:#fbf9d3;
    border:1px solid #d6cea5;
    color:#a3a07c;
}
.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .contents-base  &gt; .i2d &gt; .kbtn:active {
    background-color:#e5e2ac;
    border:1px solid #ccc28f;
    color:#8c885b;
}

.bst-sheet &gt; .body2 &gt; .list &gt; .item &gt; .contents-base  &gt; .i2d &gt; .kbtn &gt; div{
    margin-top:1px;
}


.bst-sheet &gt; .body2 &gt; .list &gt; div{
    margin-top:4px;
}
.bst-sheet &gt; .body2 &gt; .list &gt; div:first-child{
    margin-top:0px;
}















.bst-sheet .x-btn {
    position: absolute;
    top: -20px;
    left: 704px;
    width: 40px;
    height: 40px;
    background: url("../img/x-btn-n.png");
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.bst-sheet .x-btn:hover {
    background: url("../img/x-btn-h.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.bst-sheet .x-btn:active {
    background: url("../img/x-btn-p.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.bst-sheet .mask {
    background-color:#dedede;
}


.bst-sheet .exclusion{
    position:absolute;

    background-image:url('../img/exclusion.png');
    background-position: 50%;
    background-repeat:no-repeat;

    width:13px;
    height:13px;

    bottom: 8px;
    left: 9px;
}

@media print {
    @page {
        margin: 0;
    }
    /*@page {
	    margin: 1mm 1mm;
        zoom:90%;
    }*/

    body {
        /*margin: 1.6cm;*/
    }

    .app {
        display: none;
    }


    .bst-sheet-bg {
        overflow: hidden;
    }

    .bst-sheet {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        -webkit-print-color-adjust: exact;
    }

        .bst-sheet &gt; div {
            background-color: #fff;
        }

        .bst-sheet &gt; .mess {
            display: none;
        }

        .bst-sheet &gt; .tabs {
            display: none;
        }

        .bst-sheet .panel .title, .bst-sheet .panel2 .title {
            box-sizing: border-box;
            color: #808080;
            border: 1px solid #ebebeb;
            background-color: #fff;
        }

        .bst-sheet .panel .contents {
            box-sizing: border-box;
            border-left: 1px solid #ebebeb;
            border-right: 1px solid #ebebeb;
            border-bottom: 1px solid #ebebeb;
        }

        .bst-sheet .x-btn {
            display: none;
        }
}


/*IE11*/
/*@media all and (-ms-high-contrast:none), print {
    .bst-sheet {
        top: 10%;
        zoom: 90%;
    }
}*/
/*Edge*/
@media print {
    @supports (-ms-ime-align:auto) {
        .bst-sheet {
            top: 0%;
            zoom: 90%;
        }
    }
}
</pre></body></html>