@charset "UTF-8";
/* -------------------------------------------------
	colorbox
------------------------------------------------- */
.none { display: none; }
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9990; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%; background:rgba(255,255,255,0.9);}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; background: rgba(255,255,255,0);}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle, #cboxCurrent{display:none !important; }
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
#colorbox{outline:0;}
#cboxContent{overflow:visible;}
#cboxLoadingGraphic{background:url("/earthquake/nuclear/hairo_osensui/shirou_alps/images/ajax-loader.gif") no-repeat center center;}
#cboxClose { position: absolute; top: 0; background: url(/earthquake/nuclear/hairo_osensui/shirou_alps/images/btn_close.png) no-repeat center center; background-size: cover; right: -6.5em; width: 3em; height: 3em; border: none; text-indent: -9999px;  cursor: pointer; padding: 0; margin: 0;}
#cboxClose:active {outline:0;}
/*#cboxPrevious{border: none; position:absolute; top:50%; left:-6.5em; background:url(../common/img/prev.png) no-repeat center center; background-size: cover; width:4.8em; height:4.8em; text-indent:-9999px; cursor: pointer; padding: 0; margin: -2.4em 0 0;}
#cboxNext{border: none; position:absolute; top:50%; right:-6.5em; background:url(../common/img/next.png) no-repeat center center; background-size: cover; width:4.8em; height:4.8em; text-indent:-9999px; cursor: pointer; padding: 0; margin: -2.4em 0 0;}*/
#cboxClose:hover,#cboxPrevious:hover, #cboxNext:hover {opacity: 0.7; transition: 0.4s;}

.mov_modal {
	width:700px;
}
.mov_modal video {
	width:700px;
}
#cboxContent img {
    border: 1px solid #707070;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    pointer-events: none;
}

@media only screen and (max-width:750px){
/*#cboxOverlay{background: url(../common/img/btn_close.png) no-repeat right 7.3vw top 10vw rgba(255,255,255,0.9); background-size: 2em auto;}*/
/*#cboxClose, */#cboxLoadingGraphic, #cboxPrevious, #cboxNext { display: none !important; }
#cboxClose { top: -20vw; right: 0; width: 8.8vw; height: 8.8vw; display: block; opacity: 1;}
.mov_modal {
    padding: 0;
}

.mov_modal {
	position: relative;
	width: 100%;
	padding-top: 56.25%;	
}
.mov_modal iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;	
}
.mov_modal video {
	width:100%;
	height:auto;
}
}
