/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; border:none; outline:none;}
#cboxOverlay{position:fixed; width:100%; height:100%; border:none;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left; border:none;}
#cboxContent{position:relative;border:none;}
#cboxLoadedContent{overflow:auto;border:none;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;border:none;}
#cboxClose{cursor:pointer;border:none;}
.cboxPhoto{float:left; margin:auto;border:none; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:none;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay{background:#000; border:none;}
#inline_content, #cboxLoadedContent, #cboxContent, #cboxMiddleLeft, #cboxOverlay{border:none;}
#cboxContent{border:none;}
#colorbox{border:none;}
    #cboxContent{margin-bottom:46px; overflow:visible;border:none;}
        .cboxIframe{ border:none;}
        #cboxError{padding:50px; border:none;}
        #cboxLoadedContent{ border:none;}
        #cboxLoadingGraphic{background:url(../images/popup/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{ border:none;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxClose{text-indent:-9999px; width:100%; height:37px; border:none; margin:0 auto; background:url(../images/popup/btn_close.png) no-repeat center top;}


.popin {
    padding: 0 0 10px;
}
.movie_sp {
	width: 640px;
	margin: 0 auto;
	padding-top: 56.25%;
	position: relative;
}
.movie_sp iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
	@media screen and (max-width: 619px) {
		.popin {
			padding: 0 0 2%;
		}
		.movie_sp {
			width: 320px;
		}
	}