/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay{position:absolute; top:0; left:0; z-index:9999;}
#colorbox{overflow: hidden;}
#cboxWrapper{position:absolute; top:20px; 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; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border: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{}
    #cboxContent{margin-top:22px; overflow:visible;}
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{padding:0 30px 0 29px;}
		#dbzTop #cboxLoadedContent{padding:0;}
        #cboxLoadingGraphic{background:url(images/loading2.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:none;}
        #cboxTitle{position:absolute; top:-10px; left:43px; color:#fff; font-size:11px; font-family:'繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3','Hiragino Kaku Gothic Pro','繝｡繧､繝ｪ繧ｪ',Meiryo,'・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け',sans-serif;
}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxClose{text-indent:9999px; width:30px; height:30px; background:url(images/btn_close.png) no-repeat 0 0; background-size: 100% auto; }
        #cboxPrevious{position:absolute; top:50%; left:0; margin-top:-30px; background: url(images/btn_back.png) no-repeat top left; width:23px; height:44px; text-indent:-9999px;}
        /*#cboxPrevious:hover{background-position:0px -25px;}*/
        #cboxNext{position:absolute; top:50%; right:0; margin-top:-30px; background:url(images/btn_next.png) no-repeat top right; width:23px; height:44px; text-indent:-9999px;}
        /*#cboxNext:hover{background-position:-25px -25px;}*/
        #cboxClose{position:absolute; top:-40px; right:30px;}
		#dbzTop #cboxClose{position:absolute; top:-40px; right:0;}
        /*#cboxClose:hover{background-position:-50px -25px;}*/
