  @charset "UTF-8";
/* CSS Document */

.video-js{
    width:100%;
    height:100%;
    margin:0 auto;
    padding-top:56.25%;
    color:#fff;
}
.video-js .vjs-tech{ outline:none; }
.video-js .vjs-big-play-button:focus{ background:none; }
/*再生ボタン(大)*/
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button{
    /*動画の中心に再生ボタンを移動*/
    top:50%;
    left:50%;
    width:90px;
    height:90px;
    font-size:5em;
    line-height:90px;
    border-radius:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*ドット枠線*//*形を丸に*//*三角の大きさ変更*/
}