/*************************************************************************************
　html5 試聴用
*************************************************************************************/
.vc_player table.player_area {
border-collapse: collapse;
width: 240px;
height: 220px;
margin: 0 auto;
margin-bottom: 45px;
background-color: #000;
}

.vc_player table.player_area tr, .vc_player table.player_area td {
background-color: #000;
padding: 0 !important;
border-top: none !important;
vertical-align: middle;
}

.vc_player table.player_area td.movie_area {
vertical-align: middle;
text-align: center;
height: 192px;
background-color: #eee;
}
.vc_player table.player_area td.play_time {
color: #fff;
text-align: center;
font-size: 65%;
}

.movie_area {
background-color: #eeeeee;
}

.video_overlay {
position: relative;
height: 0px;
}

.video_overlay_play {
position: relative;
top: -30px;
}

.video_overlay_loader {
display: none;
position: relative;
height: 0px;
top: -104px;
}

.progress-bar {
height: 8px;
width:130px;
float:left;
background-color: gray;
background-position: initial initial;
background-repeat: initial initial;
}

.video-seek-bar {
height: 8px;
width: 0%;
background-color:#000080;
background-position: right 50%;
background-repeat: initial initial;
}

.video-play-bar {
height: 8px;
width: 0%;
background-color:#0000FF;
background-position: right 50%;
background-repeat: initial initial;

audio {
height: 0px;
width: 0px;
display: none;
}
