/* CSS Document */

div.gNavbasegray{
	position:absolute;
	z-index:61000;
	top:0px;
	background:rgb(0,0,0);
	width:100%;
}

div.rpModal {
	min-width:720px;
	position:absolute;
	z-index:62000;
	text-align:center;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.rpModal a.closeVideo{
	dsiplay:block;
	float:right;
	margin-bottom:6px;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	width:60px;
	padding:6px;
}

.rpModal a.closeVideo span{
	display:block;
	float:left;
}
.rpModal a.closeVideo img{
	float:right;
}

.rpModal .vclose a:hover img{
    -webkit-animation: mclose 0.75s linear 1;
    animation: mclose 0.75s linear 1;
}
@-webkit-keyframes mclose {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(180deg);}
}
@keyframes mclose {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(180deg);}
}

.rpModal div.videobannerArea{
	margin-top:30px;
}

.rpModal div.videobannerArea a{
	display:block;
	background-color:#fff;
}

.rpModal div.videobannerArea a:hover img{
	opacity:0.85;
    transition-duration: 0.25s;
    transition-delay: 0s;
    transition-timing-function: ease;
}
.rpModal div.videobannerArea a img{
	opacity:1;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: ease;
}
