@charset "UTF-8";

@import "/lib/cmn_css/component.css";
@import "/faq/css/faq_comp.css";

#mainContents div.gradBlock {
 background:url(/faq/images/bg_grad_btm.gif) bottom left no-repeat;
	margin-bottom:30px;
	padding-bottom:1px;
 width:530px;
}

#mainContents div.gradBlock div.gradTop {
 background:url(/faq/images/bg_grad_top.gif) top left no-repeat;
	padding:30px 0 10px 0;
	width:530px;
}

#mainContents h3.pro {
 background:url(/faq/images/h_faq_pro.gif) top left no-repeat;
	margin-bottom:10px;
	height:21px;
}

#mainContents h3.mat {
 background:url(/faq/images/h_faq_mat.gif) top left no-repeat;
	margin-bottom:10px;
	height:21px;
}

#mainContents h3.bty {
 background:url(/faq/images/h_faq_bty.gif) top left no-repeat;
	margin-bottom:10px;
	height:21px;
}

#mainContents h3.etc {
 background:url(/faq/images/h_faq_etc.gif) top left no-repeat;
	margin-bottom:10px;
	height:21px;
}

#mainContents h3.pro span,
#mainContents h3.mat span,
#mainContents h3.bty span,
#mainContents h3.etc span {
 display:block;
	overflow:hidden;
	text-indent:-9999px;
}

#mainContents div.faqBox {
 margin-bottom:10px;
 width:510px;
}

#mainContents div.faqBox img {
 float:left;
	margin-right:10px;
}

#mainContents div.faqBox div.faqTxt {
 float:left;
	width:470px;
}

#mainContents div.faqBox div.faqTxt p {
 line-height:180%;
}