@font-face {font-family: 'DINEngschriftStd';src: url('../font/2C0503_3_0.eot');src: url('../font/2C0503_3_0.eot?#iefix') format('embedded-opentype'),url('../font/2C0503_3_0.woff') format('woff'),url('../font/2C0503_3_0.ttf') format('truetype');}



/*------------------------------
ver 1.0.5
------------------------------*/



/*------------------------------
#opMovie
------------------------------*/
#opMovie {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  cursor: none;
}

#opMovie iframe {
  position: relative;
  z-index: 100005;
  width: 100%;
  height: 100%;
}

#skipArea {
  position: fixed;
  z-index: 100030;
  width: 100%;
  height: 100%;
  top: -40px;
  background: #fff; /*何か色を指定しないと、クリックできなくなる*/
  opacity: 0;       /*よって、backgroundで色を選択して透明に*/
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
}





/*------------------------------
#skipCursor
------------------------------*/
#skipCursor {
  position: fixed;
  z-index: 100020;
  width: 50px;
  height: 24px;
  /*background: url(../img/movie_img/skip_cursor.gif) no-repeat;*/
  cursor: none;
  pointer-events: none;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-family: DINEngschriftStd,Helvetica,Arial,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
}

#skipCursor.off {
  display: none;
}





/*------------------------------
body.opOn
------------------------------*/
.opOn {
  overflow: hidden;
}