@charset "utf-8";
/*------------------------------------------------
	wm_freo ColorBox用CSS
	----------------------------------------------
	LastModified: 2011.02.16
	Author: wmks
	http://www.usamimi.info/~witchmakers/
	----------------------------------------------
	ColorBox (Jack Moore, http://colorpowered.com/colorbox/)
	freo (Knight, http://freo.jp/)
	Font[controls.png]: 04b11 (yuji oshimoto, http://www.04.jp.org/)
------------------------------------------------*/
/*==========================================表示*/
#cboxOverlay{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;}
#colorbox{position:absolute;z-index:9999;text-align:left;}
#cboxWrapper{overflow:hidden;}
#cboxContent{position:relative;}
#cboxLoadedContent iframe{display:block;width:100%;height:100%;border:0;}
#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;}
* html #cboxLoadedContent{display:inline !important;}/*IE6用*/
#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer;}
/*==========================================背景*/
#cboxOverlay{background:url("../images/wm_colorbox/overlay.png");}
#cboxContent{margin:20px 0;}
div > #cboxLoadedContent{border:1px solid #3F3F3F;}/*IE6除外*/
#cboxLoadingOverlay{background:#3F3F3F;}
#cboxLoadingGraphic{background:url("../images/wm_colorbox/loading.gif") no-repeat center center;}
/*==================================コントロール*/
#cboxTitle,#cboxCurrent{position:absolute;bottom:-20px;}
* html #cboxTitle,* html #cboxCurrent{bottom:0;}/*IE6用*/
#cboxTitle{left:0;height:15px;padding-right:150px;color:#E0E0E0;font-size:11px;line-height:1.5;overflow:hidden;}
#cboxCurrent{right:0;width:150px;height:15px;color:#B0B0B0;font-size:11px;text-align:right;line-height:1.5;overflow:hidden;}
#cboxNext,#cboxPrevious,#cboxSlideshow,#cboxClose{position:absolute;top:-20px;width:55px;height:15px;background:url("../images/wm_colorbox/controls.png") 0 0 no-repeat;text-indent:-9999px;overflow:hidden;}
#cboxNext{right:60px;background-position:-55px 0;}
	#cboxNext.hover{background-position:-55px -15px;}
#cboxPrevious{right:120px;background-position:0 0;}
	#cboxPrevious.hover{background-position:0 -15px;}
#cboxClose{right:0;background-position:-110px 0;}
	#cboxClose.hover{background-position:-110px -15px;}
.cboxSlideshow_on #cboxSlideshow{right:180px;background-position:-165px 0;}
	.cboxSlideshow_on #cboxSlideshow.hover{background-position:-220px -15px;}
.cboxSlideshow_off #cboxSlideshow{right:180px;background-position:-220px 0;}
	.cboxSlideshow_off #cboxSlideshow.hover{background-position:-165px -15px;}
