@charset "utf-8";



/* ---------------------------------------------
	FAQ Index
		/company/faq/
--------------------------------------------- */
.faqTit {
	position: relative;
	width: 580px;
}
.faqTitLink {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.7em;
}
.faqTitLink a {
	text-decoration: none;
	padding-left: 12px;
	background-position: left 0.4em;
}


.faqIndex {
	padding: 0 1px 15px;
	background: url(/company/common/img/bg_mainbox_01.gif) repeat left bottom;
}
.faqSection {
	padding: 10px 9px 0;
	border-bottom: 1px solid #e6e6e6;
}
.faqBtnSection {
	padding: 15px 9px 0;
}
.faqSection .imgBoxL {
	padding-bottom: 10px;
}
.faqSection .fltImg {
	position: relative;
	margin-top: 4px;
}

.faqBtnSection .ft p {
	padding: 7px 0;
}


.dl_faqIndex {
	display: block;
	min-height: 1%;
}
.dl_faqIndex:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .dl_faqIndex {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.dl_faqIndex dl.fltL {
	overflow: hidden;
	width: 48%;
	line-height: 1.6;
}
.dl_faqIndex dl.fltR {
	overflow: hidden;
	width: 49.8%;
	line-height: 1.6;
}


.dt_faqIndex {
	float: left;
	display: inline;
	clear:both;
	width: 2.7em;
	/*text-align: right;*/
	font-weight: bold;
	color: #660000;
}
.dd_faqIndex {
	padding-left: 3.2em;
	padding-bottom: 10px;
}
* html .dd_faqIndex div {
	height: 1%;
}



/* ---------------------------------------------
	FAQ DETAIL
		/company/faq/website/
		/company/faq/ir/
		/company/faq/recruit/
--------------------------------------------- */
.faqSectionB {
	padding-bottom: 5px;
	background: url(/company/common/img/bg_mainbox_01.gif) repeat left bottom;
}
.faqSectionBIn {
	padding: 10px 9px 0;
	background: url(/company/common/img/bg_mainbox_01.gif) repeat left top;
}


.faqSectionC {
	padding-bottom: 20px;
	background: #fcf9f7 url(/company/common/img/bg_mainbox_01.gif) repeat left bottom;
}
.faqSectionCIn {
	padding: 20px 19px 0 9px;
	background: url(/company/common/img/bg_mainbox_01.gif) repeat left top;
}
.faqSectionC .ft {
	padding: 7px 0 0;
}


.dt_faqQA,
.dd_faqQA
{
	display: block;
	min-height: 1%;
}
.dt_faqQA:after,
.dd_faqQA:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .dt_faqQA,
* html .dd_faqQA
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.dl_faqQA {
	padding-bottom: 10px;
	line-height: 1.6;
}
.dt_faqQA {
	position: relative;
	width: 580px;
	font-weight: bold;
	color: #660000;
	/* font-size: 14px; MOVE - FONTSIZE.css */
}
.dt_faqQANo {
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	text-align: right;
}
.dt_faqQATit {
	display: block;
	padding-left: 45px;
}

.dd_faqQA {
	position: relative;
	width: 580px;
	padding: 0 0 10px;
	margin: 10px 0 10px;
	border-bottom: 1px solid #e6e6e6;
}
.dd_faqQANo {
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	text-align: right;
	/* font-size: 14px; MOVE - FONTSIZE.css */
	font-weight: bold;
}

.dd_faqQA .sectionTxt {
	padding: 0 15px 0 45px;
}




/* ---------------------------------------------
	dir	/company/faq/
--------------------------------------------- */

.dl_faq {}
.dl_faq dt {
clear: both;
float: left;
width: 2em;
}
.dl_faq dd {
margin-left: 3em;
}

