<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#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 &gt; 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 &gt; button:hover {
    cursor: pointer;
}
#video-controls &gt; input {
    border:0px solid gray;
}
#video-controls &gt; 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 */ }
</pre></body></html>