/*
    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;}
#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.
*/

/* 
    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:#1c2931;*/
background : #111;
}

#cboxContent{
	margin-top:0;
	overflow:hidden;
}
	
#cboxError{
	padding:50px;
	border:1px solid #ccc;
}

#cboxLoadedContent{
	margin-top:40px;
	margin-bottom:40px;
	border:5px solid #fff;		
}

#cboxTitle{
	position:absolute;
	bottom:0px;
	left:0px;
	color:#fff;
	font-size:120%;
	width:100%;
	text-align:center;
	line-height:1.3;
}

#cboxCurrent{
	position:absolute;
	bottom:0;
	right:205px;
	text-indent:-9999px;
}

#cboxSlideshow,
#cboxPrevious,
#cboxNext,
#cboxClose {
	text-indent:-9999px;
	width:40px;
	height:40px;
	position:absolute;
	top:0;
	background: url(/koukou/global/img/colorbox/controls.gif) no-repeat 0 0;
	border:solid 1px #fff;
}

#cboxPrevious {
	background-position:0px 0px;
	right:78px;
}

#cboxPrevious:hover {
	background-position:0px -40px;
}

#cboxNext{
	background-position:-40px 0px;
	right:39px;
}

#cboxNext:hover {
	background-position:-40px -40px;

}

#cboxClose {
	background-position:-80px 0px;
	right:0;
}

#cboxClose:hover{
	background-position:-80px -40px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
	right:66px;
}

.cboxSlideshow_on #cboxSlideshow {
	background-position:-120px -40px;
	right:80px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position:-160px -40px;
}

.cboxSlideshow_off #cboxSlideshow {
	background-position:-160px 0px; right:80x;
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position:-120px -40px;
}



#colorbox {
	outline : none!important;	
}

/*¨‹2016.09.25 IS ×·¼Ó*/
#cboxClose {
    background-size: 100px 40px;
    background-position: -39px 0px;
    width: 24px;
    height: 24px;
    top: 16px;
}
/*¡ø2016.09.25 IS ×·¼Ó*/
