@charset "utf-8";

/*===================================*/
 /* index page */
/*===================================*/

/*----------------------------- ctv バックナンバー -----------------------------*/

#video {
width: 560px;
height: 315px;
margin: auto;
position: relative;
}
#play_button {
width: 560px;
height: 315px;
background-color:#FFFFFF;
background-image:url(../07_special/00_image/ctv/special_ctv_01.jpg);
background-repeat:no-repeat;
background-position:center;
background-size:contain;
cursor: pointer;
}



/*----------------------------- ctv -----------------------------*/
.ctv_center{
 width: 1000px; margin: 0 auto; position: relative; 
}

#btn_ctv{
  cursor: pointer;
	width: 185px;
	height: 144px;
  position: absolute;
top: 0px; left: 935px;
	z-index: 50; 
}

#btn_ctv img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#close_ctv{
  background: #eeeeee;
  color: #717171;
  text-align: center;
  font-size: 15px;
  padding:5px;
  cursor: pointer;
  margin: 150px 0 0 -39px;  /*縦横の半分をネガティブマージンでずらす*/
  position: absolute;  /*body要素に対して絶対配置*/
  top: 50%;  /*上端を中央に*/
  left: 50%;  /*左端を中央に*/
  width: 60px;  /*横幅*/
  height: 20px;  /*縦幅*/
  border-radius: 3px;        /* CSS3草案 */  
  -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 3px;   /* Firefox用 */
}
#overlay_ctv {
  display: none;
  width: 100%;
  height:100%;
  text-align: center;
  position: fixed;
  top: 0;
  right:0px;
  z-index: 2000;
  background:url(../00_image/overlay_bg.png);
  opacity:0.95;
  filter:alpha(opacity=95);
  -ms-filter: "alpha( opacity=95 )"; 
}
#overlay_ctv iframe {
  display: block;
  margin: -263px 0 0 -350px;  /*縦横の半分をネガティブマージンでずらす*/
  position: absolute;  /*body要素に対して絶対配置*/
  top: 50%;  /*上端を中央に*/
  left: 50%;  /*左端を中央に*/
  width: 700px;  /*横幅*/
  height: 390px;  /*縦幅*/
}
#overlay_ctv audio {
  display: block;
  margin: 270px 0 0 -250px;  /*縦横の半分をネガティブマージンでずらす*/
  position: absolute;  /*body要素に対して絶対配置*/
  top: 50%;  /*上端を中央に*/
  left: 50%;  /*左端を中央に*/
  width: 500px;  /*横幅*/
  height: 65px;
}


