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

.h2_b53 {
	border-radius: 20px;
	color: #FFF;
	display: block;
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: center;
}
.h2_b531 {
	background-color: #6bc7f1;
}
.h2_b532 {
	background-color: #a9ce45;
}
.h2_b533 {
	background-color: #f3a366;
}

hr.qiz {
	border-top-color: #6bc7f1;
	margin-top: 0px;
}

table.qizTable {
	margin-top: 30px;
	margin-bottom: 0px;
	width: 670px;
}
table.qizTable td {
	vertical-align: top;
}

table.qizTable td.qNo {
	width: 84px;
}
table.qizTable td.qz {
	width: 348px;
	padding-bottom: 10px;
	height: auto;
}
table.qizTable td.ans {
	line-height: 30px;
	font-weight: bold;
}
table.qizTable td.ans img {
	margin-right: 80px;	
}


table.qizTable td.ans p {
	color: #005294;
	cursor:pointer;
	text-indent: -20px;
	margin-left: 20px;
	line-height: 22px;
	margin-bottom: 8px;
}
table.qizTable td.ans dd p {
	color: #111;
	text-indent: 0px;
}
div#glayLayer {
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#7BAEB5;
	filter:alpha(opacity=75);
	opacity: 0.75;
}
#overLayer {
	display:none;
	width:380px;
	background:white;
	background-image: url(../img/i5030/kotae.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 4px solid #a9ce45;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 60px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-250px;
}
#overLayer h4 {
	font-size: 24px;
	margin-bottom: 20px;
	text-indent: -33px;
	margin-left: 33px;
}
#overLayer p {
	line-height: 26px;
}
</pre></body></html>