/* 全画面ボタン調整 */
#player .vjs-fullscreen-control {
display:none;
}

/* 再生ボタン位置調整 */
#player .vjs-big-play-button {
top:80%;
left:10%;
}

/* タイトル非表示対応 */
#player .vjs-dock-text {
display:none;
}

/* CCボタン非表示対応 */
#player .vjs-captions-button {
display:none;
}

/* BCメニュー非表示対応 */
#player .vjs-contextmenu-ui-menu {
display:none;
}

/* エラーダイアログ非表示対応 */
.vjs-error .vjs-error-display{
  display: none!important;
}


/* ライブ拡大ページ表示対応 */
/* 全画面ボタン調整 */
#liveplayerT .vjs-fullscreen-control {
display:none;
}

/* 再生ボタン位置調整 */
#liveplayerT .vjs-big-play-button {
top:80%;
left:10%;
}

/* タイトル非表示対応 */
#liveplayerT .vjs-dock-text {
display:none;
}

/* CCボタン非表示対応 */
#liveplayerT .vjs-captions-button {
display:none;
}

/* BCメニュー非表示対応 */
#liveplayerT .vjs-contextmenu-ui-menu {
display:none;
}

#livestreamAreaT{
padding-bottom: 20px;
}
#livestreamAreaT .h2_tit{
padding:30px 0 20px;
text-align: center;
width: 680px;
/* border-top: 3px solid #ecf0f1; */
border-bottom: 5px solid #e91f2f;
}
#livestreamAreaT .bynod{
padding: 0px 20px;
text-align: right;
}


/* 右カラムライブ表示対応 */
/* 全画面ボタン調整 */
#liveplayerR .vjs-fullscreen-control {
display:none;
}

/* 再生ボタン位置調整 */
#liveplayerR .vjs-big-play-button {
font-size: 8em;
}

/* タイトル非表示対応 */
#liveplayerR .vjs-dock-text {
display:none;
}

/* CCボタン非表示対応 */
#liveplayerR .vjs-captions-button {
display:none;
}

/* BCメニュー非表示対応 */
#liveplayerR .vjs-contextmenu-ui-menu {
display:none;
}

#livestreamAreaR .box{
background-color: #fff;
}
#livestreamAreaR .box .h3_live{
padding: 15px;
text-align: center;
}
#livestreamAreaR .box .player{
border-top: 5px solid #e4001a;
}
#livestreamAreaR .box .player .vjs-big-play-button{
transform: scale(0.4,0.4)
-moz-transform: scale(0.4,0.4);
-webkit-transform: scale(0.4,0.4);
-o-transform: scale(0.4,0.4);
-ms-transform: scale(0.4,0.4);
}
#livestreamAreaR .foot:after{
content: "";
display: block;
clear: both;
}
#livestreamAreaR .foot .btn_live{
padding: 5px;
width: 156px;
float: left;
}
#livestreamAreaR .foot .btn_live a:hover{
opacity: 0.6;
}
#livestreamAreaR .foot .bynod{
padding: 5px;
width: 28px;
float: right;
}


/* トップページ最上部表示対応 */
/* 全画面ボタン調整 */
#liveplayerTop .vjs-fullscreen-control {
display:block;
}

/* 再生ボタン位置調整 */
#liveplayerTop .vjs-big-play-button {
}

/* タイトル非表示対応 */
#liveplayerTop .vjs-dock-text {
display:none;
}

/* CCボタン非表示対応 */
#liveplayerTop .vjs-captions-button {
display:none;
}

/* BCメニュー非表示対応 */
#liveplayerTop .vjs-contextmenu-ui-menu {
display:none;
}

#livestreamAreaTop{
padding-bottom: 20px;
}
#livestreamAreaTop .h2_tit{
padding:30px 0 20px;
text-align: center;
width: 680px;
}
#livestreamAreaTop .bynod{
padding: 0px 20px;
text-align: right;
}