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


/* ----- address book ----- */
#faqSearch {
	border: 1px solid #b2d9ed;
	border-radius: 5px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	padding: 15px;
	background-image: url(../images/report-search-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width:100%;
	float:left;
	margin-bottom:20px;
}
#faqTitle #faqTL {
	float: left;
	background-image: url(../images/com-icon-13.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 24px;
	margin: 20px 0px 10px 0px;
}
#faqTitle #faqTL h4 {
	font-size: 1.6em;
	color: #f60;
	font-weight: bold;
}
#faqTitle #faqTR {
	float: right;
	margin: 20px 5px 10px 0px;
}
.faqTabBox {
    width: 100%;
    float: left;
    background-color: #b2d9ed;
    padding: 2px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
}
@media screen and (max-width: 600px){
	.faqTabBox {
		background-color: #ffffff;
		padding: 0px;
	}
}
.faqTab {
	clear: both;
	border-radius: 5px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	border-collapse:separate;
	width:100%;
}
.faqTab tr th:nth-of-type(1){ width:15%;}
.faqTab th {
	font-size: 1.3em;
	color: #333;
	font-weight:bold;
	background-image: url(../images/report-tabBar-bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	border-bottom: 1px solid #b2d9ed;
	border-left: 1px solid #b2d9ed;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
.faqTab td {
	font-size: 1.3em;
	color: #333;
	line-height: 20px;
	background-color: #FFF;
	padding: 10px;
	border-bottom: 1px solid #b2d9ed;
	border-left: 1px solid #b2d9ed;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
.faqTab td strong {
	color: #888;
	font-weight:bold;
}
.faqTab td a {
	color: #0082b4;
	text-decoration: none;
}
.faqTab td a:hover {
	text-decoration: none;
	position:relative;
	left: 1px;
	top: 1px;
}
.faqTab .bar {
	background-color: #e8f4fa;
}
.faqTabBox ul.tabletolist{
	border-bottom:2px solid #b2d9ed;
	font-size:14px;
	margin:0 0 20px;
	font-size:1.5em;
	color: #333;
	line-height:150%;
	background-color:#fff;
}
.faqTabBox ul.tabletolist img{max-width:100%}
.faqTabBox ul.tabletolist.nrh{border-bottom:none;}
.faqTabBox ul.tabletolist.nrh&gt;li{
	border:2px solid #b2d9ed;
	box-sizing: border-box;
	margin-bottom:20px;
	border-radius: 5px;
}
.faqTabBox ul.tabletolist.nrh&gt;li:last-child{margin-bottom:0px;}
.faqTabBox ul.tabletolist,.faqTabBox ul.tabletolist&gt;li&gt;ul{padding:0!important;list-style:none!important}
.faqTabBox ul.tabletolist&gt;li&gt;ul{margin:0!important}
.faqTabBox ul.tabletolist&gt;li .titles{background-color:#bbb;display:block;color:#fff;padding:10px;font-weight:800}
.faqTabBox ul.tabletolist&gt;li&gt;ul&gt;li{font-weight:200;border-bottom:1px solid #b2d9ed;padding:10px}
.faqTabBox ul.tabletolist&gt;li&gt;ul&gt;li:hover{background-color:#e7f1f9;}
.faqTabBox ul.tabletolist&gt;li&gt;ul&gt;li:last-child{border-bottom:none}
.faqTabBox ul.tabletolist ul&gt;li .row_headers{
	font-size:1em;
	font-weight:800;
	max-width:100%;
	float:left;
	margin:0;
	color:#65b2e9;
	background-image: url(../images/blue-icon.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:22px;
	width:100%;
	border-bottom:1px dotted #65b2e9;
	padding-bottom:6px;
	margin-bottom:6px;
} 

.faqTabBox ul.tabletolist ul&gt;li .row_data{
	float:right;
	font-weight:800;
	width:100%;
	max-width:100%;
}
.faqTabBox ul.tabletolist ul&gt;li .row_data.html &gt; ul{ list-style-type:none; padding:0 !important;}
.faqTabBox ul.tabletolist ul&gt;li .row_data.html &gt; ul &gt; li{margin-left: 2em; text-indent: -2em;}
.faqTabBox ul.tabletolist&gt;li&gt;ul&gt;li{*zoom:1}
.faqTabBox ul.tabletolist&gt;li&gt;ul&gt;li:before{content:" ";display:table}
.faqTabBox ul.tabletolist&gt;li&gt;ul&gt;li:after{content:" ";display:table;clear:both}
.faqTabBox ul.tabletolist ul&gt;li .row_data.html{font-weight:400; text-align:left;}</pre></body></html>