#video_wrapper {
/*  height: 939px; */
}
#video-container {
    width: 640px;
    height: 365px;
    position: relative;
}

#girls_movie{
    z-index:10;
    position:absolute;
}
/* ビデオコントローラ */
#video-controls {
/*  bottom: 0; */
  left: 0;
  right: 0;
  padding: 5px;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
  background-color: #000;
  position: absolute;
  z-index: 99999;
  height: 29px;

  opacity: 0;
  width: 450px;
  border-radius: 4px;
  margin: 0 auto;
  bottom: 10px;
  
}

#video-controls > button{
  font-size: 16px;
  vertical-align: top;
  margin-top: 3px;
  padding: 2px;
  text-align: center;
  background: rgba(0,0,0,.5);
  border: 0;
  color: #EEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#video-controls > button:hover {
    cursor: pointer;
}
#video-controls > input {
    border:0px solid gray;
}
#video-controls > input:hover {
    cursor: pointer;
}
/* ビデオコントローラ - 再生・一時停止ボタン */
#video-controls #play-pause {
    position: absolute;
    width: 20px;
    left: 15px;
}
/* ビデオコントローラ - ミュートボタン */
#video-controls #mute {
    position: absolute;
    width: 20px;
    left: 353px;
}
/* ビデオコントローラ - シークバー */
#video-controls #seek-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    left: 38px;
    width: 310px;
}
/* ビデオコントローラ - シークバー（フォーカス時） */
#seek-bar:focus{
    background-color:transparent;
}
/* ビデオコントローラ - 音量バー */
#video-controls #volume-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 60px;
    left: 377px;
}
/* ビデオコントローラ - 音量バー（フォーカス時） */
#volume-bar:focus{
    background-color:transparent;
}
/* 動画マウスオーバー時 ビデオコントローラアルファ設定*/
#video-container:hover #video-controls {
    opacity: .9;
}

#slide-banner{
    overflow: initial !important;
}

::-ms-track { margin-top: 10px; }
::-ms-track { margin-top: 10px; }
::-ms-tooltip { display: none; /* display and visibility only */ }
