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

@media screen and (max-width: 960px) {

.contents,
.header &gt; .htop,
.nav-bar,
.nav-bar &gt; .title,
.container-wrap,
.footer .content,
.footer .credit {
	width: 100%;
	min-width: 100%;
}

.contents {
	margin: 0;
	padding: 0;
}

.nav-bar &gt; .title {
	margin-left: 0;
	padding-left: 10px;
}

a {
	color: #06c;
}
a:hover {
	color: #06c;
}

.sp_none {
	display: none;
}
.pc_none {
	display: inline;
}
.bread {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	color: #999;
}
.bread a,
.bread span {
	margin: 0 5px;
}
.bread span {
	color: #333;
}

.ft_bread {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #e6e6e6;
	color: #999;
}
.ft_bread a,
.ft_bread span {
	margin: 0 5px;
}
.ft_bread span {
	color: #333;
}

#wrap {
	width: 100%;
	padding: 0;
}
#main {
	width: 100%;
}
.h3ttl {
	width: 100%;
	height: auto;
	margin: 0 0 0px;
	background: -moz-linear-gradient(top, #dacda3, #cab87d);
	background: -webkit-gradient(linear, left top, left bottom, from(#dacda3), to(#cab87d));
}
.h3ttl h3 {
	padding: 10px;
	color: #fff;
	font-size: 133.33%;
	font-weight: bold;
	text-indent: 0;
}

#faq_body {
	margin-bottom: 40px;
}

#faq_body,
#faq_category {
	width: 100%;
}

.h4ttl {
	width: 100%;
	height: auto;
	margin: 0 0 5px;
/*	background: #187fcc;*/
/*	border-bottom: 1px solid #fff;*/
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.h4ttl h4 {
	padding: 10px 10px 5px 5px !important;
	color: #6c6262;
	font-size: 133.33%;
	font-weight: bold;
	text-indent: 0;
	border-left: none !important;
}
.top_text {
	margin: 0 5px 5px 5px;
}

/* search box */
/* ---------------------------------------------------------------------------- */
/* size605*/
#faq_search,
#faq_search_l {
	float: none;
	width: 100%;
	padding-bottom: 0;
}
#faq_search .h5ttl,
#faq_search_l .h5ttl {
	width: 100%;
	height: auto;
	margin: 0 0 0;
	background: #434343;
/*	border-bottom: 2px solid #ccc;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#faq_search .h5ttl h5,
#faq_search_l .h5ttl h5 {
	padding: 10px;
	background-image: none;
	color: #fff;
	font-size: 133.33%;
	font-weight: bold;
	text-indent: 0;
}

#search_box {
	width: 100%;
	overflow: visible;
	_zoom: 1;
	border: none;
	margin:0 0 0;
}
#search_box_in {
	float: none;
	width: 100%;
	padding-bottom: 10px;
}
#search_box .inner {
	overflow: hidden;
	_zoom: 1;
	background-color: #f3f3f3;
	border:1px solid #fff;
	padding:10px 10px 5px 10px;
}
.kw_area  {
	display: table;
	display:-o-box;
	display:-moz-box;
	/*display:-ms-box;*/
	display:-ms-flexbox;
	display:-webkit-box;
	display: flex;
	width:100%;
	border-collapse: separate;
	border-spacing: 10px 0;
}
#search_box p {
	margin: 0;
	padding:5px 10px 0;
}
#search_box input {
	display: block;
}
:root #search_box_in input {
	display: table-cell\0/;
}
#search_box .search-input  {
	float: none;
	width: 100%;
	display: block;
	-o-box-flex: 1;
	-moz-box-flex: 1;
	/*-ms-box-flex: 1;*/
	-ms-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	margin-right: 6px;
	padding:10px 8px;
	border:1px solid #ccc;
	-webkit-background-clip:padding-box;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #f9f9f9;
	font-size: 100%;
	line-height: 20px;
}
#search_box .submit_button  {
	float: none;
	display: block;
	width: 62px;
	height: auto;
	background: #187fcc;
	background: -moz-linear-gradient(top, #187fcc 0%, #187fcc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#187fcc), color-stop(100%,#187fcc));
	background: -webkit-linear-gradient(top, #187fcc 0%,#187fcc 100%);
	background: -o-linear-gradient(top, #187fcc 0%,#187fcc 100%);
	background: -ms-linear-gradient(top, #187fcc 0%,#187fcc 100%);
	background: linear-gradient(to bottom, #187fcc 0%,#187fcc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#187fcc', endColorstr='#187fcc',GradientType=0 );
/*	border:1px solid #ddd;*/
	-webkit-background-clip:padding-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:10px 13px;
	color: #fff;
	font-size: 100%;
/*	font-weight: bold;*/
	line-height: 1;
/*	text-indent: 0;*/
}
#select_area {
	float: none;
	width:100%;
}
#select_area span.icon_opne_close {
	display: none;
}
#select_area em {
	display: block;
	padding:3px 0;
	font-weight: bold;
}
#select_area ul li {
	overflow: hidden;
	padding-right: 10px;
}
#select_area ul li label {
	vertical-align: middle;
}

body#popup #headerArea {
	margin-bottom: 0;
}
body#popup #footerArea  {
    margin-top: 0;
}
#footerArea #footerSpLogo {
	margin-top: 0;
	border-top: 0;
}
a:hover {
	text-decoration: none;
}


#select_area {
	padding:0 0 10px ;
}
#select_area em {
	padding:8px 5px 6px 8px;
	-webkit-background-clip:padding-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d9d9d9), color-stop(0.12, #fff));
	background: -webkit-linear-gradient(top, #fff 12%, #d9d9d9 100%);
	background: -moz-linear-gradient(top, #fff 12%, #d9d9d9 100%);
	background: -o-linear-gradient(top, #fff 12%, #d9d9d9 100%);
	background: -ms-linear-gradient(top, #fff 12%, #d9d9d9 100%);
	background: linear-gradient(top, #fff 12%, #d9d9d9 100%);
	border:1px solid #bbb;
	font-size: 105%;
}
#select_area span.icon_opne_close  {
	display: block;
	float: left;
	background:url(../images/icon_plus.png) no-repeat 0 3px;
	background-size:15px 15px;
	-webkit-background-size:15px 15px;
	-moz-background-size:15px 15px;
	-o-background-size:15px 15px;
	-ms-background-size:15px 15px;
	width: 15px;
	height: 19px;
	text-indent:-9999em;
	margin-right: 5px;
}
#select_area .active span.icon_opne_close  {
	background:url(../images/icon_minus.png) no-repeat 0 3px;
	background-size:15px 15px;
	-webkit-background-size:15px 15px;
	-moz-background-size:15px 15px;
	-o-background-size:15px 15px;
	-ms-background-size:15px 15px;
}
#select_area ul {
	display: none;
	overflow: hidden;
	_zoom: 1;
	padding:10px 8px 0 9px;
}
#select_area ul li {
	float:none;
	font-size: 120%;
	overflow: hidden;
	_zoom: 1;
	padding: 0 0 5px 0;
	display: block;
	height: auto;
	width:100%;
}

#select_area ul li input {
	padding: 0;
	display: inline;
	vertical-align: 5px;
	top:6px;
}
#select_area ul li label {
	font-size: 120%;
	line-height: 1.4;
	margin: 0;
	vertical-align: 3px;
}


/* faq keyword rank */
/* ---------------------------------------------------------------------------- */
#faq_keyword_rank {
	float: none;
	width: 100%;
	padding-bottom: 0;
}
#faq_keyword_rank .h5ttl {
	width: 100%;
	height: auto;
	margin: 0 0 0;
	background: #434343;
/*	border-bottom: 2px solid #ccc;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#faq_keyword_rank .h5ttl h5 {
	padding: 10px 10px;
	background-image: none;
	color: #fff;
	font-size: 133.33%;
	font-weight: bold;
	text-indent: 0;
}
#faq_keyword_rank .key_list {
	padding: 0;
}
#faq_keyword_rank .key_list li {
	background: url(../images/bg_dot.gif) repeat-x 0 100%;
}
#faq_keyword_rank .key_list span.key_label {
	font-weight: bold;
	vertical-align: top;
	width: 9%;
}
#faq_keyword_rank .key_list li span.key {
	display: inline-block;
	word-wrap:break-word;
	width: 89%;
}
#faq_keyword_rank .key_list li a:hover span.key {
	text-decoration: none;
}

/* faq_popular_qa */
/* ---------------------------------------------------------------------------- */
#faq_p_qa {
	float: none;
	width: 100%;
	padding-top: 0;
}

#faq_p_qa .h5ttl {
	width: 100%;
	height: auto;
	margin: 0 0 0;
	background: #434343;
/*	border-bottom: 2px solid #ccc;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#faq_p_qa .h5ttl h5 {
	padding: 10px 10px;
	background-image: none;
	color: #fff;
	font-size: 133.33%;
	font-weight: bold;
	text-indent: 0;
}
#faq_p_qa .qa_list {
	padding: 0;
}
#faq_p_qa .qa_list li {
	background: url(../images/bg_dot.gif) repeat-x 0 100%;
}
#faq_p_qa .qa_list li span.q {
    width: 5%;
}
#faq_p_qa .qa_list li span.faq {
	display: inline-block;
	word-wrap:break-word;
	width: 91%;
}
#faq_p_qa .qa_list li a:hover span.faq {
	text-decoration: none;
}


/* faq_category */
/* ---------------------------------------------------------------------------- */
#faq_category {
	float: none;
	width: 100%;
	padding-bottom: 0;
}
#faq_category .h5ttl {
	width: 100%;
	height: auto;
	margin: 0 0 0;
	background: #434343;
/*	border-bottom: 2px solid #ccba81;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#faq_category .h5ttl h5 {
	padding: 10px 10px;
	background-image: none;
	color: #fff;
	font-size: 133.33%;
	font-weight: bold;
	text-indent: 0;
}

/* category box */
/* ---------------------------------------------------------------------------- */
.category-box {
	border-bottom: 0;
}
.category-box .category-tree  {
	float: none;
	width: 100%;
	padding: 0 !important;
	border-bottom: 1px solid #e6e6e6;
}
.category-box .category-tree .brief  {
	padding: 5px 10px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	color: #333;
}
.category-box .category-tree ul li {
	overflow: hidden;
}
.category-box .category-tree ul li a {
	display: block;
	color: #333;
}
.category-box .category-tree ul.cate_01 li {
	overflow: hidden;
	zoom: 1;
	display: block;
	padding: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #197fcc;
}
.category-box .category-tree ul.cate_01 li a {
	padding:10px 10px 10px 10px;
	background: #197fcc;
}
.category-box .category-tree ul.cate_01 li span.cate_01_in {
	display: block;
	padding:10px 10px 10px 10px;
	background: #197fcc;
}

/*
.category-box .category-tree ul.cate_02 li a:before {
	  background: #197fcc;
}
.category-box .category-tree ul.cate_02 li a:after {
	  background: #fff;
}
*/
.category-box .category-tree ul.cate_02 li a {
	background: #fff;
}
.category-box .category-tree ul.cate_01 li a:hover {
	color: #fff;
	text-decoration: none;
	background: #197fcc;
}

.category-box .category-tree ul.cate_01 .cate_title {
	display: block;
	background:url(../images/icon_arrow_wht.png) no-repeat right center;
	color: #fff;
	padding-right: 10px;
}
.category-box .category-tree ul.cate_02 li a {
	padding: 0;
	padding-right: 10px;
	background: -moz-linear-gradient(top, #fff, #f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
	background: -webkit-linear-gradient(top,  #fff,#f5f5f5);
	background: -o-linear-gradient(top,  #fff,#f5f5f5);
	background: -ms-linear-gradient(top,  #fff ,#f5f5f5);
	background: linear-gradient(to bottom,  #fff,#f5f5f5);
	border-bottom:1px solid #ccc;
	border-top:solid 1px #fff;
}
.category-box .category-tree ul.cate_02 li a:hover {
	background: #eee;
	color: #000;
}
.category-box .category-tree ul.cate_02 a {
	display: block;
	background: url(../images/icon_arrow_blue.png) no-repeat 100% 50%;
}
.category-box .category-tree ul.cate_02 li a .cate_title {
	display: block;
	padding:10px 20px 10px 10px;
	font-size:100%;
	font-weight: normal;
	line-height:120%;
	color: #000000;
	background: url(../images/icon_arrow_blue.png) right center no-repeat;
	text-decoration: none;
}
.category-box .category-tree ul.cate_02 .cate_li {
	display: inline;
	padding: 0;
	color: #000;
	background-image: none;
}
.category-box .category-tree ul.cate_03 li a {
	font-size: 105%;
	padding:12px 10px 10px 10px;
	font-weight: normal;
	border-bottom:1px solid #eee;
}
.category-box .category-tree ul.cate_03 {
	display: none;
}
.category-box .category-tree ul li a span.count,
.category-box .category-tree ul li span.cate_01_in span.count {
	font-weight: normal;
	padding:0 0 0 3px;
	color: #fff;
}
.category-box .category-tree ul.cate_02 li a span.count {
	color: #333;
}
.category-box .category-tree ul li a:hover span.cate_li {
	text-decoration: none;
}
.category-box .category-tree ul.cate_03 li span.cate_03_btn {
	float: left;
	display: block;
	background: none;
	padding:12px 10px 10px 10px;
	width: 7px;
	height: 19px;
}


/* faq_result_list */
/* ---------------------------------------------------------------------------- */
#faq_result_list {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
#faq_result_list .h5ttl {
	width: 100%;
	height: auto;
	margin: 0 0 0;
	padding-top: 0;
	background: #434343;
/*	border-bottom: 2px solid #ccba81;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#faq_result_list .h5ttl h5 {
	padding: 10px 10px 5px 10px;
	color: #fff;
	font-size: 133.33%;
	font-weight: bold;
	text-indent: 0;
}
#faq_result_list .page_cnt {
	margin: 10px 0 0;
	padding: 0 5px 5px;
	border-bottom: 1px solid #e6e6e6;;
}
#faq_result_list .page_cnt em {
	padding-right: 10px;
	font-size:133.33%;
	font-weight: bold;
}
#faq_result_list .qa_list {
	padding: 0 0;
}
#faq_result_list .qa_list li {
	background: url(../images/bg_dot.gif) repeat-x 0 100%;
}
#faq_result_list .qa_list li span.q {
	width: 5%;
}
#faq_result_list .qa_list li span.faq {
	display: inline-block;
	word-wrap:break-word;
	width: 91%;
}
#faq_result_list .qa_list li a:hover span.faq {
	text-decoration: none;
}

/* paging */
#faq_result_list .paging {
	margin: 10px 0 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_result_list .paging a.num {
	display: none;;
}
#faq_result_list .paging a:hover {
	text-decoration: underline;
}
#faq_result_list .qa_list li span.a,
#faq_result_list .qa_list li span.content,
#faq_result_list .qa_list li span.category {
	display: none;
}

/* paging */
#faq_result_list .paging {
	text-align: center;
	padding: 10px 2px 0 5px;
}
#faq_result_list .paging em {
	padding: 4px 7px;
	margin: 0 5px;
	display:inline-block;
	white-space: nowrap;
}
#faq_result_list .paging a {
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd));
	background: -webkit-linear-gradient(top,  #fff 0%,#ddd 100%);
	background: -o-linear-gradient(top,  #fff 0%,#ddd 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#ddd 100%);
	background: linear-gradient(to bottom,  #fff 0%,#ddd 100%);
	border: 1px solid #ddd;
	-webkit-background-clip:padding-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 10px;
	display:inline-block;
	margin: 3px;
}

/* faq_detail */
/* ---------------------------------------------------------------------------- */
#faq_detail {
	width: 100%;
	padding-bottom: 0;
}
#faq_detail .h5ttl {
	width: 100%;
	height: auto;
	margin: 0 0 0;
	padding-top: 0;
	background: #434343;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#faq_detail .h5ttl h5 {
	padding: 10px 10px;
	background-image: none;
	color: #fff;
	font-size: 133.33%;
	font-weight: bold;
	text-indent: 0;
}
#faq_detail .faq_detail_in {
	width: 100%;
	margin: 0 auto;
}
#question {
	margin-top: 0;
}
#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:100%;
	background-color: #197fcc;
	border-top: 0;
	border-left: 0;
}
#question .q_ico,
#answer .a_ico,
#category .c_ico,
#related_faq .rf_ico,
#up_file .uf_ico,
#up_url .uu_ico {
	padding: 10px 5px 10px 10px;
	background-color: #197fcc;
	font-size: 105%;
	color: #fff;
}
#question .q_ico,
#answer .a_ico,
#category .c_ico,
#related_faq .rf_ico,
#up_file .uf_ico,
#up_url .uu_ico {
}
#question .q_contents,
#answer .a_contents,
#up_file .uf_contents,
#up_url .uu_contents {
	margin-bottom: 0;
	padding: 10px;
	font-size: 105%;
	line-height: 1.4;
}
#question .q_ico,
#answer .a_ico,
#category .c_ico,
#related_faq .rf_ico,
#up_file .uf_ico,
#up_url .uu_ico {
	float: none;
	width:100%;
	padding: 5px 10px ;
}
#question .q_contents,
#answer .a_contents,
#category ul,
#related_faq ul,
#up_file .uf_contents,
#up_url .uu_contents {
	float: none;
	width: auto;
	margin-bottom: 0;
	padding:10px ;
	background-color: #fff;
	border-right: 0;
	border-left: 0;
}
#answer .a_contents img {
  max-width: 98%;
}
#up_file .uf_contents p,
#up_url .uu_contents p {
	margin-bottom: 5px;
}
#category ul,
#related_faq ul {
	padding: 0;
}
#category li ,
#related_faq li  {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #e6e6e6;
}
#faq_enq {
	margin: 0;
	padding: 10px;
	background-color: #f5f5f5;
	border-top: 0;
	border-bottom: 1px solid #d9d5c2;
}
#faq_enq .hearing {
	background-color: #fff;
}
#faq_enq .hearing h5 {
	padding-bottom: 0;
	color: #333;
	font-weight: normal;
	text-align: center;
}
#faq_enq .hearing ul {
	overflow: hidden;
	*zoom: 1;
	width: 280px;
	margin: 15px auto 0;
	padding-bottom: 15px;
}
#faq_enq .hearing li {
	float: left;
	padding: 0 5px;
}
#faq_enq .hearing li.yes a,
#faq_enq .hearing li.no a {
	border:1px solid #bbb;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #f5f5f5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e6e6e6));
	background: -webkit-linear-gradient(top, #f5f5f5, #e6e6e6);
	background: linear-gradient(to bottom, #f5f5f5, #e6e6e6);
	color: #333;
	display: block;
	font-weight: bold;
	height: 26px;
	width: 125px;
	text-decoration: none;
	text-indent: 0;
	text-align: center;
	padding: 12px 0 10px 0;
	font-size: 133.33%;
}
#faq_enq .hearing li.yes a:hover,
#faq_enq .hearing li.no a:hover {
	background: #ffffb4;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffb4));
	background: -webkit-linear-gradient(top, #ffffff, #ffffb4);
	background: linear-gradient(to bottom, #ffffff, #ffffb4);
}
#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;
}

#faq_enq .hearing {
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#faq_enq .hearing h5 {
	padding: 5px 10px;
	background-color: #eee;
	font-size: 105%;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
}
#faq_enq ul {
	width: 170px;
	margin: 0 auto 10px;
}
#faq_enq li {
	padding: 5px 0;
	font-size: 105%;
}
.category_child  {
	padding: 0px !important;
}
#other_link  {
	margin: 0 0 25px 0;
}
#other_link img {
	display: block;
	margin: 0 auto;
}
#other_link .h5ttl {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	background: #434343;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#other_link .h5ttl h5 {
	padding: 10px 10px;
	background-image: none;
	color: #fff;
	font-size: 133.33%;
	font-weight: bold;
	text-indent: 0;
}
}
</pre></body></html>