@charset 'utf-8';


/* 2.0 - SP-layout
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:767px) {

/*
    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; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    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;}
#colorbox{outline:0;}
    #cboxContent{margin:50px 0 0 0;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #fff;}
        #cboxLoadedContent{width:100%; max-width: 550px; border:none; border-radius: 4px;}
        #cboxTitle{font-size:0;}
        #cboxCurrent{display:none;}
        #cboxLoadingGraphic{background:url(../img/icon_loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow {display:none;}
        #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none;}
		#cboxClose:active, #cboxClose:focus {outline:0;}
        #cboxClose{
			position: absolute;
			top: -50px;
			right: 0;
			left:0;
			margin: auto;
			width: 32px;
			height: 32px;
			color:#fff;
			font-size:0;
			padding:0 0 0 0 !important;
			transition:0.3s;
			background:url(../img/bt_close.png);
			background-size:32px 32px;
		}
        #cboxClose:hover{background:url(../img/bt_close_over.png); background-size:32px 32px;}

}


/* 3.0 - PC-layout
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width:768px) {

/*
    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; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch; border-radius: 8px; border:2px solid #fff;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    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;}
#colorbox{outline:0;}
    #cboxContent{margin:70px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:100px; border:1px solid #ccc;}
        #cboxLoadedContent{width:1130px; border:2px solid #fff; border-radius: 8px;}
        #cboxTitle{font-size:0;}
        #cboxCurrent{display:none;}
        #cboxLoadingGraphic{background:url(../img/icon_loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow {display:none;}
        #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none;}
		#cboxClose:active, #cboxClose:focus {outline:0;}
        #cboxClose{
			position: absolute;
			right: -25px;
			top: -70px;
			width: 46px;
			height: 46px;
			color:#fff;
			font-size:0;
			padding:0 0 0 0 !important;
			transition:0.3s;
			background:url(../img/bt_close.png);
			background-size:46px 46px;
		}
        #cboxClose:hover{background:url(../img/bt_close_over.png); background-size:46px 46px;}

}