/* Base Superbox Styles */
#superbox-overlay{position:fixed;top:0;left:0;z-index:9998;width:100%;height:100%;}
#superbox-wrapper{position:fixed;z-index:9999;top:0;display:table;width:100%;height:100%;}
.superbox-wrapper{position:fixed;z-index:9999;top:0;display:table;width:100%;height:100%;}
#superbox-container{position:relative;display:table-cell;width:100%;height:100%;margin:0;padding:0;vertical-align:middle;}
#superbox{margin:0 auto;padding:0;}
#superbox-container .loading{margin:0;text-align:center;}
body#cm #superbox{width:710px!important;}

/* IE7 */
*:first-child+html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
*:first-child+html #superbox{position:relative;top:-50%;display:block;}
/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
* html #superbox{position:relative;top:-50%;display:block;}
* html #superbox-overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');}
* html #superbox-wrapper{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}

/* Default Theme */
#superbox-overlay{background:#000;}
#superbox-container .loading{text-align:center;font-size:40px;color:#fff;}
#superbox{padding:0px;background:#fff;}
#superbox-innerbox{padding:34px;}
#superbox-innerbox span{display:block;padding:10px 0 10px 0;}
#superbox-innerbox span.popup,#superbox-innerbox span.pdf{display:inline-block;padding:0;}
#superbox.image{text-align:center;}
#superbox .close{
	float:right;
	margin:-57px -57px 0 0;
	width:57px;
	height:57px;
	font-size:0;
	line-height:0;
	position:relative;
}
#superbox .close a{
	position:absolute;
	bottom:-35px;
	left:-35px;
	cursor:pointer;
	display:inline-block;
	width:57px;
	height:57px;
	background-image:url(../images/btn_modal_close.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#superbox .nextprev{
	width:100%;
	height:1px;
	margin:0;
	position:relative;
}

#superbox .nextprev a.prev,
#superbox .nextprev a.next{
	cursor:pointer;
	position:absolute;
	/*top:-285px;*/
	display:block;
	width:66px;
	/*height:39px;*/
	height:108px;
	background-image:url(../images/btn_modal_left.png);
	background-repeat:no-repeat;
	background-position:center center;
}

#superbox .nextprev a.prev{
	left:-60px;
}

#superbox .nextprev a.next{
	right:-60px;
	background-image:url(../images/btn_modal_right.png);
}

#superbox .nextprev a.disabled{
	cursor:default;
	background-image:none;
}

ul.gt_sum{margin:25px auto 0 auto;padding:0;width:658px;}
ul.gt_sum li{float:left;list-style-type:none;margin:0;padding:0;}
ul.gt_sum li:nth-child(2),
ul.gt_sum li:nth-child(4),
ul.gt_sum li:nth-child(6),
ul.gt_sum li:nth-child(8){margin-left:5px;margin-right:6px;}
ul.gt_sum li.btn{display:none;}

#superbox p{
	font-size:14px;
	line-height:1.4;
	margin:0 0 15px 0;
}



#superbox ul{
	margin:0;
	padding:0 0 5px 0;
	/zoom:1;
}

#superbox ul li{
	margin:0 0 5px 0;
	list-style-type:none;
	display:table;
	/display:block;
	/zoom:1;
}

#superbox ul li span{
	width:100%;
	display:table-cell;
	vertical-align:top;
	line-height:1.5;
	padding:0;
	/width:auto;
	/display:inline;
	/float:left;
}

#superbox ul li span:first-child{
	padding:0 5px 0 0;
	white-space:nowrap;
	width:auto;
}

#superbox ul li a{
	display:inline-block;
}

/*
#superbox ul{
	margin:0 0 5px 0;
}

#superbox ul li{
	margin:0 0 5px 0;
}

#superbox ul li span{
	display:table-cell;
	padding:0;
}

#superbox ul li span:first-child {
	padding: 0 5px 0 0;
	white-space: nowrap;
	width: auto;
}
*/

#superbox p.p_left{
	margin:0 0 10px 0;
}

#superbox p.p_left a{
	color:#1579d7;
	background-image:url(../images/icon/icon_link_normal.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	font-size:14px;
	text-decoration:underline!important;
}

#superbox p.p_left a:hover{
	text-decoration:none!important;
}

#superbox p.p_left a span.popup{
	width:12px;
	height:12px;
	display:inline-block;
	background-image:url(../images/icon/icon_popup.png);
	background-repeat:no-repeat;
	background-position:center right;
	padding:0 0 0 10px;
}

#superbox-innerbox span.text_sup{
	padding:0;
	font-size:12px;
	display:inline-block;
	vertical-align:top;
}

div#contents div#main_area div.text div.modalw,
div.modalw,
div#column,
div#column02{
	display:none;
	height:auto;
	overflow-y:auto;
}

#superbox .close a:hover,
#superbox .nextprev a.next:hover,
#superbox .nextprev a.prev:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

body.modal_height{
	overflow:hidden;
}