@charset "UTF-8";

#wrap{ position: relative; }
#player_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#player_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
#ginsajiPlayer {
  position: fixed;
  left: 0;
  top: 0;
}
#btn_close {
  width: 68px;
  height: 17px;
  overflow: hidden;
  position: fixed;
  left: -50px;
  top: 0;
  cursor: pointer;
  z-index: 5;
}