.modal-content {
    position:fixed;
    display:none;
    z-index:10001;
    margin:0;
    padding:10px 20px;
    border:0px solid #aaa;
}

.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.50);
}

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

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

.modal-close {
	text-decoration: underline;
	position: absolute;
	cursor: pointer;
	cursor: hand;
	left: 911px;
	top: 74px;
}

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

#moviewaku{
	background-repeat: no-repeat;
	background-image: url(../images/pv_waku.png);
	min-height: 500px;
	min-width: 883px;
	background-position: center center;
}
.move_s{
	margin: 0px;
	width: 882px;
	height: 528px;
	padding: 42px;
	top: 0px;
}
