<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 

div.subWindow_over{
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	background-color:black;
	-moz-opacity:0.6;
	filter:Alpha(opacity=60);
	opacity:0.6;
}
div.subWindow_win{
	top:5%;
	left:5%;
	height:90%;
	width:90%;
	border:1px solid black;
}
div.subWindow_ti{
	position: absolute;
	background-color: #FFFFFF;
	top:0px;
	width:100%;
	right:0px;
	height:44px;
	color: #98004F;
	font-size:17px;
	font-weight: bold;
}
div.subWindow_ti span{
	position: absolute;
  padding: 10px;
}
div.subWindow_co{
	position: absolute;
	top:42px;
	left:0px;
	bottom: 0px;
	right: 0px;
	border-top:2px solid black;
}
a.subWindow_x{
	background: url(../img/txt/cross2.png) top left no-repeat;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 23px;
	float: right;
	margin-right: 3px;
	margin-top:2px;
}

a.subWindow_x:hover{
	-moz-opacity:0.6;
	filter:Alpha(opacity=60);
	opacity:0.6; 
}

a.subWindow_x span{
	visibility: hidden;
}
iframe.subWindow_fra{
	position: absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color: white;
}

</pre></body></html>