/* コンテキストメニュー（右クリック）を無効化 */
.theo-context-menu {
    display: none;
}

/* モバイルブラウザでの広告表示時の画面内に表示されるリンクボタンのメッセージを日本語化 */
.theo-mobile .theoplayer-ad-overlay-component.theoplayer-ad-touch-clickthrough {
    color: transparent;
    word-spacing: -999px;
    letter-spacing: -999px;
}

.theo-mobile .theoplayer-ad-overlay-component.theoplayer-ad-touch-clickthrough:after {
    color: white;
    word-spacing: normal;
    letter-spacing: normal;
    content: "もっと知りたい";
}

.js-liveplayer .vjs-control-bar .btn-back 
{
    order: -101;
    background: url(/image/back_button_off.png) no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 35px;
    height: 35px;
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.js-liveplayer .vjs-control-bar .btn-skip
{
    order: -100;
    background: url(/image/skip_button_off.png) no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    width: 35px;
    height: 35px;
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}