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

/* --------------------------------
	faq-main
-------------------------------- */
.faq-main{
	width:670px;
	float:left;
}
.faq-tx-ttl-main{
	margin-bottom:10px;
}
.faq-tx-desc-main{
	padding:0 10px;
	margin-bottom:10px;
}

/* --------------------------------
	faq-box-cont
-------------------------------- */
.faq-box-cont{
	margin-bottom:20px;
}
.fcont-tx-ttl{
	margin-bottom:10px;
}
.faq-box-cont-inner{
	padding:10px;
}
/**/
.faq-unit{
	margin-bottom:20px;
}
.funit-tx-q{
	background:url(../../img2/faq/faq_bg_ttl_q.gif) left top no-repeat;
	padding:7px 0 7px 40px;
	margin-bottom:10px;
	font-weight:bold;
}
.funit-box-a{
	position:relative;
	background:url(../../img2/faq/faq_ic_ttl_a.gif) left top no-repeat;
	padding:7px 0 0 40px;
}
.funit-tx-a{
	line-height:1.5;
}
.faq-unit-001-003 .funit-tx-a{
	background:url(../../img2/faq/faq_il_qr.png) right top no-repeat;
	padding:0 116px 0 0;
	line-height:1.5;
	
}

.funit-qr {
	position:absolute;
	right: 20px;
    bottom: 0;
}

/* --------------------------------
	faq-side
-------------------------------- */
.faq-side{
	width:200px;
	float:right;
	border-bottom: 1px solid #ccc;
}

/**/
.faq-tx-ttl-side{
}
.faq-box-side-cont{
	font-size:93%;
}
.faq-box-side-cont-inner{
}
.fsc-list{
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
}
.fsc-tx-ttl{
}
.fsc-tx-list{
	padding:0 8px;
}
.fsc-tx-list a{
	padding:8px 0 8px 7px;
	background:url(../../img2/common/ic_arrow_002.gif) left center no-repeat;
	display:block;
	border-bottom:1px dotted #FF7600;
	line-height:1.3;
}
.fsc-tx-list:last-child a{
	border-bottom:none;
}


/* --------------------------------
 clearfix
-------------------------------- */
.main:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .main{
	zoom: 1;/* IE6 */
}
*:first-child+html .main{
	zoom: 1;/* IE7 */
}</pre></body></html>