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

#faq_body *, #faq_body::after, #faq_body::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#faq_body h1,
#faq_body h2,
#faq_body h3,
#faq_body h4,
#faq_body h6,
#faq_body p,
#faq_body ul,
#faq_body ol,
#faq_body li,
#faq_body div,
#faq_body table,
#faq_body th,
#faq_body td,
#faq_body dl,
#faq_body dt,
#faq_body dd {
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}
#faq_body ul,
#faq_body ol {
	margin: 0;
}
.header &gt; .htop {
	min-width: 1200px;
}
em {
	font-style: normal;
}

.pc_none {
	display: none;
}
.bread {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0;
	color: #999;
	word-break: break-all;
}
.bread a,
.bread span {
	margin: 0 5px;
}
.bread a {
}
.bread span {
	color: #333;
	font-weight: bold;
}

.ft_bread {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #e6e6e6;
	color: #999;
	word-break: break-all;
}
.ft_bread a,
.ft_bread span {
	margin: 0 5px;
}
.ft_bread a {
}
.ft_bread span {
	color: #333;
	font-weight: bold;
}

#main {
	width: 930px;
	margin: 0 auto;
}

/* main title */
.h3ttl {
	width: 930px;
	height: 60px;
	margin: 20px 0;
	background: url(/images/main_title.gif) no-repeat;
}
.h3ttl h3 {
	text-indent: -9999px;
}


#faq_body {
	width: 900px;
	margin: 0 auto 10px;
}
.h4ttl {
/*	width: 868px;*/
	margin: 0 0 20px 0;
/*	background-color: #187fcc;*/
/*	-moz-border-radius: 0.3em;*/
/*	-webkit-border-radius: 0.3em;*/
/*	border-radius: 0.3em;*/
/*	padding: 9px 16px;*/
	border-bottom: 2px solid #187ecc;
}
#faq_body .h4ttl h4 {
	color: #187ecc;
	height: auto;
	font-size: 170%;
	font-weight: bold;
/*	border-left: 5px solid #fff;*/
	padding: 10px 0;
}
.faq_body_in {
	overflow: hidden;
	*zoom: 1;
}
.top_text {
	margin-bottom: 20px;
}
.top_text p {
	margin: 0;
}

/* search box */
/* ---------------------------------------------------------------------------- */
/* size605*/
#faq_search {
	float: left;
	width: 605px;
	padding-right: 35px;
}
#faq_search .h5ttl {
	width: 605px;
	margin: 0 0 5px;
	background: #fff url(../images/icon_search_black.png) no-repeat 8px 8px;
/*	-moz-border-radius: 0.3em;*/
/*	-webkit-border-radius: 0.3em;*/
/*	border-radius: 0.3em;*/
}
#faq_search .h5ttl h5 {
	color: #333;
	font-size: 133.33%;
	font-weight: bold;
	padding: 10px 0px 7px 37px;

}
#search_box {
	width: 583px;
	overflow: hidden;
	_zoom: 1;
	border: 1px solid #ccc;
	margin: 5px 10px 20px;
}
#search_box .inner {
	overflow: hidden;
	_zoom: 1;
	background-color: #f3f3f3;
	border: 1px solid #fff;
	padding: 10px 10px 5px 10px;
}
.kw_area {
	overflow: hidden;
	_zoom: 1;
}
#search_box_in {
	/*float: left;*/
	width: 480px;
}
#search_box p {
	margin: 5px 0 0 0;
}
#search_box .search-input {
	float: left;
	width: 400px;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 2px 3px;
	line-height: 30px;
	border: 1px solid #ccc;
}
#search_box .submit_button {
	float: left;
	display: block;
	width: 65px;
	height: 36px;
	background-color: #187fcc;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 2px;
}
#search_box .submit_button:hover {
	background-color: #2b92d4;
}
#select_area {
	/*float: right;*/
	/*margin-top: 13px;*/
	margin-top:10px;
	/*width: 240px;*/
	width:100%;
}
#select_area span.icon_opne_close {
	display: none;
}
#select_area em {
	/*padding: 3px 0;*/
	display:block;
	padding:0 0 3px 0;
	font-weight: bold;
}
#select_area &gt; ul{
	overflow:hidden;
	_zoom:1;
}
#select_area ul li {
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	/*padding-right: 10px;*/
	padding:0 18px 6px 0;
	width:50%;
	*width:46%;
	word-break: break-all;
	position:relative;
	display:block;
}
#select_area ul .nthOdd{
	float:left;
	clear:left;
}
#select_area ul .nthEven{
	float:right;
	clear:right;
}
#select_area ul li:nth-child(odd){
	float:left;
	clear:left;
}
#select_area ul li:nth-child(even){
	float:right;
	clear:right;
}
#select_area ul li input {
	/*margin: 0 4px 0 0;*/
	/*vertical-align: middle;*/
	display:block;
	position:absolute;
	top:3px;
	*top:0;
	left:0;
	margin:0;
}
#select_area ul li label {
	/*vertical-align: middle;*/
	display:block;
	padding:0 0 0 20px;
	line-height:20px;
}

/* faq keyword rank */
/* ---------------------------------------------------------------------------- */
#faq_keyword_rank {
	float: left;
	width: 260px;
	padding-bottom: 30px;
}
#faq_keyword_rank .h5ttl {
	width: 260px;
	margin: 0 0 5px;
/*	background-color: #e6e6e6;*/
/*	-moz-border-radius: 0.3em;*/
/*	-webkit-border-radius: 0.3em;*/
/*	border-radius: 0.3em;*/
}
#faq_keyword_rank .h5ttl h5 {
	color: #333;
	font-size: 133.33%;
	font-weight: bold;
	padding: 10px 0px 7px 5px;
}
#faq_keyword_rank .key_list {
	padding: 0 10px;
}
#faq_keyword_rank .key_list li {
	background: url(../images/bg_dot.gif) repeat-x 0 100%;
}
#faq_keyword_rank .key_list a {
	padding: 10px 2px 11px;
	display: block;
	line-height: 1.4em;
}
#faq_keyword_rank .key_list span.key_label {
	display: inline-block;
	font-weight: bold;
	font-size: 110%;
	color: #187ecc;
	width: 30px;
	vertical-align: top;
	padding-right: 5px;
}
#faq_keyword_rank .key_list span.key {
	display: inline-block;
	word-wrap: break-word;
	width: 195px;
}
#faq_keyword_rank .key_list a:hover span.key {
	text-decoration: underline;
}

/* faq_popular_qa */
/* ---------------------------------------------------------------------------- */
#faq_p_qa {
	float: left;
	width: 900px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#faq_p_qa .h5ttl {
	width: 900px;
	margin: 0 0 5px;
/*	background-color: #e6e6e6;*/
/*	-moz-border-radius: 0.3em;*/
/*	-webkit-border-radius: 0.3em;*/
/*	border-radius: 0.3em;*/
}
#faq_p_qa .h5ttl h5 {
	color: #333;
	font-size: 133.33%;
	font-weight: bold;
	padding: 10px 0px 7px 5px;
}
#faq_p_qa .qa_list {
	padding: 0 10px;
}
#faq_p_qa .qa_list li {
	background: url(../images/bg_dot.gif) repeat-x 0 100%;
}
#faq_p_qa .qa_list li a.qa_link {
	padding: 10px 2px 11px;
	display: block;
	line-height: 1.4em;
}
#faq_p_qa .qa_list li span.q {
	display: inline-block;
	padding: 0 5px;
	width: 20px;
	font-weight: bold;
	color: #187ecc;
	font-size: 120%;
	vertical-align: top;
}
#faq_p_qa .qa_list li span.faq {
	display: inline-block;
	width: 840px;
	word-wrap: break-word;
}
#faq_p_qa .qa_list li a:hover span.faq {
	text-decoration: underline;
}


/* faq_result_list */
/* ---------------------------------------------------------------------------- */
#faq_result_list {
	float: left;
	width: 900px;
	padding-bottom: 30px;
}
#faq_result_list .h5ttl {
	width: 900px;
	margin: 0 0 5px;
/*	background-color: #ddd9c3;*/
/*	-moz-border-radius: 0.3em;*/
/*	-webkit-border-radius: 0.3em;*/
/*	border-radius: 0.3em;*/
	word-break: break-all;
}
#faq_result_list .h5ttl h5 {
	padding: 10px 0 7px 15px;
	font-size: 133.33%;
	color: #333;
	font-weight: bold;
	word-break: break-all;
	height: auto;
}
#faq_result_list .page_cnt {
	margin: 15px 30px 0;
	padding: 0 5px 10px;
	border-bottom: 1px solid #e6e6e6;
}
#faq_result_list .page_cnt em {
	padding-right: 3px;
	font-size: 133.33%;
	font-weight: bold;
}
#faq_result_list .no_data {
	border-bottom: none;
}
#faq_result_list .qa_list {
	padding: 0 30px;
}
#faq_result_list .qa_list li {
	background: url(../images/bg_dot.gif) repeat-x 0 100%;
	word-break: break-all;
}
#faq_result_list .qa_list li a.qa_link {
	display: block;
	padding: 10px 2px 11px;
	line-height: 1.4em;
}
#faq_result_list .qa_list li span.q,
#faq_result_list .qa_list li span.q_a {
	display: inline-block;
	padding: 0 5px;
	width: 20px;
	font-weight: bold;
	color: #187ecc;
	font-size: 120%;
	vertical-align: top;
}
#faq_result_list .qa_list li span.q_a {
	font-weight: normal;
	font-size: 100%;
}
#faq_result_list .qa_list li span.a {
	display: inline-block;
	padding: 0 0 0 7px;
	width: 25px;
	font-weight: bold;
	color: #f03;
	font-size: 120%;
	vertical-align: top;
}
#faq_result_list .qa_list li span.faq,
#faq_result_list .qa_list li span.content {
	display: inline-block;
	width: 790px;
	word-wrap: break-word;
}
#faq_result_list .qa_list li a:hover span.faq {
	text-decoration: underline;
}
#faq_result_list .qa_list li span.category {
	display: block;
	padding-left: 32px;
	word-wrap: break-word;
}

/* paging */
#faq_result_list .paging {
	margin: 10px 30px 0;
	padding: 0 5px 8px;
	text-align: right;
}
#faq_result_list .paging em,
#faq_result_list .paging a {
	margin: 0 5px;
}
#faq_result_list .paging em {
	font-weight: bold;
}

/* faq_detail */
/* ---------------------------------------------------------------------------- */
#faq_detail {
	width: 900px;
	padding-bottom: 30px;
}
#faq_detail .h5ttl {
	width: 900px;
	margin: 0 0 20px;
/*	padding-top: 3px;*/
/*	background-color: #ddd9c3;*/
/*	-moz-border-radius: 0.3em;*/
/*	-webkit-border-radius: 0.3em;*/
/*	border-radius: 0.3em;*/
}
#faq_detail .h5ttl h5 {
	padding: 10px 0px 7px 5px;
	font-size: 133.33%;
	color: #333;
	font-weight: bold;
}
#faq_detail .faq_detail_in {
	width: 750px;
	margin: 0 auto;
}

#question {
	margin-top: 15px;
}
#answer,
#category,
#related_faq,
#up_file,
#up_url {
	margin-top: -1px;
}
#question,
#answer,
#category,
#related_faq,
#up_file,
#up_url {
	overflow: hidden;
	_zoom: 1;
	width: 749px;
	background-color: #eee;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	word-break: break-all;
}
#question .q_ico,
#answer .a_ico,
#category .c_ico,
#related_faq .rf_ico,
#up_file .uf_ico,
#up_url .uu_ico {
	float: left;
	width: 100px;
	padding: 15px 10px;
}
#question .q_contents,
#answer .a_contents,
#category ul,
#related_faq ul,
#up_file .uf_contents,
#up_url .uu_contents {
	float: right;
	width: 607px;
	margin-bottom: 0;
	padding: 15px 10px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#question .q_contents {
	line-height: 20px;
}
#answer .a_contents img {
  max-width: 98%;
}
#up_file .uf_contents p,
#up_url .uu_contents p {
	margin-bottom: 5px;
}
#faq_enq {
	margin: 15px 0;
	padding: 10px;
	background-color: #fff;
/*	border: 1px solid #ccc;*/
}
#faq_enq .hearing h5 {
	color: #f03;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
}
#faq_enq .hearing ul {
	overflow: hidden;
	*zoom: 1;
	width: 360px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 15px;
}
#faq_enq .hearing li {
	float: left;
	padding: 0 15px;
}
#faq_enq .hearing li a {
	display: block;
	height: 40px;
	text-indent: -9999px;
	width: 150px;
}
#faq_enq .hearing li.yes a {
	background: url(../images/btn_yes.gif) no-repeat;
	background-size: 150px 40px;
}
#faq_enq .hearing li.yes a:hover {
	background: url(../images/btn_yes_on.gif) no-repeat;
	background-size: 150px 40px;
}
#faq_enq .hearing li.no a {
	background: url(../images/btn_no.gif) no-repeat;
	background-size: 150px 40px;
}
#faq_enq .hearing li.no a:hover {
	background: url(../images/btn_no_on.gif) no-repeat;
	background-size: 150px 40px;	
}
#faq_enq .hearing input {
	vertical-align: top;
	*vertical-align: middle;
}
#faq_enq .hearing label {
	vertical-align: middle;
}
#faq_enq .hearing .btn_submit {
	text-align: center;
}
#faq_enq .hearing .btn_submit input {
	padding: 2px 0;
}
#faq_vote .thanks {
	display: block;
	text-align: center;
}
#faq_vote .thanks p {
	margin-bottom: 10px;
}
#faq_vote .thanks input {
	padding: 2px 0;
}

#no_data {
	text-align: center;
	padding: 15px 0;
}


/* faq_category */
/* ---------------------------------------------------------------------------- */
#faq_category {
	float: left;
	width: 900px;
	padding-bottom: 30px;
}
#faq_category .h5ttl {
	width: 900px;
	height: 40px;
	margin: 0 0 5px;
/*	background: #e6e6e6 url(../images/icon_search_black.png) no-repeat 8px 8px;*/
/*	-moz-border-radius: 0.3em;*/
/*	-webkit-border-radius: 0.3em;*/
/*	border-radius: 0.3em;*/
}
#faq_category .h5ttl h5 {
	color: #333;
	font-size: 133.33%;
	font-weight: bold;
/*	padding: 10px 0px 3px 37px;*/
	padding: 10px 0px 3px 5px;
}
.category-box {
	overflow: hidden;
	_zoom: 1;
}
.category-box .category-tree {
	width: 45%;
	padding: 0 20px 20px;
}
.category-box .category-tree ul.cate_01 li {
	background: url(../images/icon_arrow_blue.gif) no-repeat 0 14px;
	padding: 7px 0 2px 16px;
	font-weight: bold;
	word-break: break-all;
}
.category-box .category-tree ul.cate_02 li {
	background: url(../images/icon_dot_gry.gif) no-repeat scroll 4px 14px transparent;
	padding: 5px 0 2px 13px;
	font-weight: bold;
}
.category-box .category-tree ul.cate_03 li {
	background: none;
	padding: 5px 0 2px 18px;
	font-weight: normal;
}
.category-box .category-tree ul li span.count {
	font-size: 80%;
	font-weight: normal;
	padding: 0 0 0 3px;
	color: #666;
	text-decoration: none;
}
.category-box .category-tree ul li a:hover, 
.category-box .category-tree ul li a:visited {
	text-decoration: none;
}
.category-box .category-tree ul li a:hover span.cate_li {
	text-decoration: underline;
}
.category-box .category-tree ul li a:hover span.count {
	text-decoration: none;
}

.ask_mark {
	padding: 0 3px;
	text-align: right;
	height: 17px;
}
.ask_mark img {
	vertical-align: top;
}
.totop {
	margin: 0 5px 5px 0;
}

.no_faq_data {
	padding: 13px 0;
	text-align: center;
	display: block;
}

.no_faq_data em {
	font-size: 133.33%;
	font-weight: bold;
	padding-right: 3px;
}

.change_word_search_again {
	text-align: center;
	display: block;
}

.float_left {
	clear: both;
	float: left;
}

.float_right {
	float: right;
}

.category_child {
	padding: 0 20px 0px !important;
}
#other_link {
	margin: 25px 0;
}
#other_link .h5ttl {
	width: 900px;
	margin: 0 0 5px;
}
#other_link .h5ttl h5 {
	color: #333;
	font-size: 133.33%;
	font-weight: bold;
	padding: 10px 0px 7px 5px;

}

.choiceBlock_btns .choiceInner p.subTitle font{
color:#000000 !important;
}

.top_link_area{
padding-left:15px;
padding-right:15px;
}


.footer .credit&gt;ul{ /*** UC����(���) ***/
	padding-top: 0px;
}</pre></body></html>