@charset "utf-8";
/*-------------------------------------------
modalwindow
-------------------------------------------*/
html{
	overflow:auto;
}
.tbox{
	position:absolute;
	display:none;
	border:#999 1px solid;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.5);
	z-index:900;
}
.tinner{
	padding:20px 10px;
	background:#fff url(/common/images/tiny_preload.gif) no-repeat 50% 50%;
}

#movieBlock .tinner {width:900px !important;}
#movieBlock iframe {width:900px !important;}

.tmask{
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:#fff;
	z-index:800;
}
.tclose{
	position:absolute;
	top:20px;
	right:60px;
	width:85px;
	height:22px;
	cursor:pointer;
	background:url(/common/images/tiny_close.gif) 0 0 no-repeat;
}

/*====================================
Modal Contents
====================================*/
body.popBody{
	background-color:#fff;
	border:none;
}
.popBody #tinyWrap{
	position:relative;
	width:800px;
	overflow:hidden;
	margin:0 auto;
	padding-top:30px;
	text-align:left;
	font-size:93%;
	line-height:1.5;
}

.popBody #tinyWrap.movieBox { width:875px;}

.popBody #tinyWrap #popContents{padding:0 30px 30px;}
.popBody #tinyWrap .popLogo{padding-bottom:20px; display:none;}
.popBody #tinyWrap .popCopy{margin-top:20px; padding:10px; background-color:#f3f3f3; color:#777; font-weight:bold; display:none;}
.popBody #tinyWrap .printBtn{
	position:fixed;
	top:0;
	left:595px;
	width:85px;
	height:22px;
	cursor:pointer;
}
*html .popBody #tinyWrap .printBtn{position:absolute;}


/* footerNav
----------------------------*/
.popHeading01{
	margin-bottom:25px;
	padding:5px;
	background-color:#e5f6fd;
}
.popHeading01 h1{
	padding:2px 0 0 9px;
	font-size:200%;
	font-weight:bold;
	border-left:4px solid #0072ba;
	line-height:1.3;
}

.popHeading01 h1 span{
	display:block;
	margin-top:5px;
	font-size:65%;
	font-weight:normal;
	line-height:1.5;
}

/* popTable01
----------------------------*/
.popTable01{margin:10px 0;}
.popTable01 table{background:url(/common/images/cmn_line_001.gif) 0 0 repeat-x;}
.popTable01 table td,
.popTable01 table th{padding:14px 10px; background:url(/common/images/cmn_line_001.gif) 0 100% repeat-x;}
.popTable01 table th{color:#054872; font-size:117%; vertical-align:top;}
.tinner{
background-image:url("/common/images/tiny_preload.gif");
}.tclose{
background-image:url("/common/images/tiny_close.gif");
}.popTable01 table,.popTable01 table th{
background-image:url("/common/images/tiny_line_001.gif");
}