@charset "UTF-8";
/* CSS Document */


.movie a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
} 

/* movie */
#modal-overlay {
 	z-index: 1100;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
  background-color: rgba(0,0,0,0.80); 
} 

#modal-content { 
	z-index: 1200;
	width: 80%;
    height: 0;
	margin: auto;
	position: fixed;
    padding-top:50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  /*display: none;*/ 
} 
#modal-content iframe{ position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;}
.button-link { 
}

.button-link:hover { 
  cursor: pointer ;  
}

.css_btn_class:active {
	position:relative;
	top:1px;
}

#modal-close {
	position: absolute;
	width: 30px;
	top: -35px;
	right: -35px;
}


/* img */
.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    margin:0;
    padding:0;
    border:1px solid #aaa;
    background:#fff;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.80);
}

.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
	
}

.modal-close:hover {
    cursor: pointer;
}
