/*
    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;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#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;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    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:#000000;}
#colorbox{}
    /*#cboxContent{padding:10px; background:url(images/bg_dotbox.gif) repeat center center;}*/
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{text-align: center;}
        #cboxTitle{position:absolute; bottom:20px; left:0; text-align:center; width:100%; color:#333333;}
        #cboxTitle{/position:absolute; /bottom:40px; /left:0; /text-align:center; /width:100%; /color:#333333;} /*IE6.7 対応*/
        #cboxCurrent{visibility:hidden;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:0; margin-top:-32px; background:url(/common/img/business/service/airoco/ico_left.gif) no-repeat; width:30px; height:50px; text-indent:-9999px;}
        #cboxPrevious:hover{opacity:0.7;}
        #cboxNext{position:absolute; top:50%; right:0; margin-top:-32px; background:url(/common/img/business/service/airoco/ico_right.gif) no-repeat; width:30px; height:50px; text-indent:-9999px;}
        #cboxNext:hover{opacity:0.7;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(/common/img/business/service/airoco/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:0; right:0; display:block; background:url(/common/img/business/service/airoco/ico_close.png) no-repeat; width:40px; height:40px; text-indent:-9999px;border:none;}
        #cboxClose:hover{opacity:0.7;}
		#btnClose{color: #fff;margin-top: 10px;display: block;}
        #btnClose input{margin-right: 5px;}
		@media only screen and (max-width: 768px) {
             #cboxClose{width: 20px; height: 20px; -webkit-background-size: 20px;
             background-size: 20px;}
        }
/*
TURBINE INTERACTIVE edit
--------------------------------------*/
#cboxLoadedContent {
	padding: 20px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

@media only screen and (max-width: 768px) {
    #cboxLoadedContent {
        padding: 10px;
    }
}





