@charset "UTF-8";

/* 
 * PC向けページのColorBoxのスタイル
 *
 * ColorBox: http://www.jacklmoore.com/colorbox
 * 
 * _property: value; …… IE6だけに効くハック
 * /property: value; …… IE6とIE7だけに効くハック
 */

#cboxOverlay, #colorbox, #cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;}#cboxOverlay{position:fixed;width:100%;height:100%;background:#000000;}#colorbox{font-size:12px;}#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomRight{display:none;}#colorbox #cboxTopRight{position:absolute;top:20px;right:20px;width:23px;height:20px;background:url("../../images/pc/colorbox-controls.png") no-repeat -465px 0px;z-index:1;cursor:pointer;}#colorbox #cboxContent{position:relative;padding:50px 20px 60px 20px;background-color:#FFFFFF;}#colorbox #cboxContent #cboxLoadedContent{overflow:auto;text-align:center;}#colorbox #cboxContent #cboxLoadedContent .cboxIframe{border:0;display:block;width:100%;height:100%;background:#FFFFFF;}#colorbox #cboxContent #cboxLoadedContent p{margin-top:1.5em;line-height:1.5;text-align:left;}#colorbox #cboxContent #cboxLoadedContent p:first-child{margin-top:0;}#colorbox #cboxContent #cboxLoadedContent p.figure{text-align:center;}#colorbox #cboxContent #cboxLoadingOverlay,
#colorbox #cboxContent #cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%;}#colorbox #cboxContent #cboxLoadingOverlay{background:#FFFFFF;}#colorbox #cboxContent #cboxLoadingGraphic{background:url("../../images/pc/loading.gif") no-repeat center center;}#colorbox #cboxContent #cboxTitle{position:absolute;top:23px;left:20px;color:#000000;font-weight:bold;}#colorbox #cboxContent #cboxCurrent{}#colorbox #cboxContent #cboxPrevious,
#colorbox #cboxContent #cboxNext,
#colorbox #cboxContent #cboxClose{position:absolute;cursor:pointer;padding-top:30px;width:155px;height:0;overflow:hidden;background:url("../../images/pc/colorbox-controls.png") no-repeat;}#colorbox #cboxContent #cboxPrevious{bottom:17px;left:20px;background-position:0px 0px;}#colorbox #cboxContent #cboxNext{bottom:17px;right:20px;background-position:-155px 0px;}#colorbox #cboxContent #cboxClose{bottom:17px;left:50%;margin-left:-77px;background-position:-310px 0px;}