@charset "utf-8";

/* ----------------------------------------------------------------------
youtube
---------------------------------------------------------------------- */
#youtubeplayerbox{
    display:none;
    position:fixed;
    z-index:9999999;
    left:0%;
    top:0%;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.9);
}

#youtubeplayer_wrapper{
    position:absolute;
    left:10%;
    top:10%;
    width:80%;
    height:80%;    
  background-color: #fff;
  border: 1px solid #cccccc;
    padding:10px;
    z-index:1;
}

#youtubeplayer_wrapper iframe{
    width:100%;
    height:100%;  
}

#youtubeplayerbox .button_close{
    display:block;
    width:160px;
    height:50px;
    position:absolute;
    left:50%;
    top:92%;
	margin-left: -75px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../images/common/idol/button_window_close.png) no-repeat;
    z-index:2;
}
#youtubeplayerbox .button_close:hover{opacity: 0.7!important;}

body.dolls #youtubeplayerbox .button_close{background-image:url(../images/common/dolls/button_window_close.png)}

#youtubeplayerbox .button_close:link,
#youtubeplayerbox .button_close:visited{
    background-position:0px 5px;   
}


/* ----------------------------------------------------------------------
smartphone
---------------------------------------------------------------------- */
.smartphone #youtubeplayer_wrapper{
	width: 100%;
	left: 0;
	padding: 0;
	height: 50%;
	top: 25%;
	border:none;
}