@charset "utf-8";
#pg_css #group {
	margin-bottom: 10px;
}
/* -------------------- faq-list ------------------- */
#pg_css p.faqH2Text {
	margin-bottom: 20px;
}
#pg_css .faqListBox dl {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
#pg_css .faqListBox dl dt {
	position: relative;
	padding: 12px 30px 12px 0px;
	padding-left: 60px;
	color: #0099FF;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	background:url(../images/arrow2_gray_s.png) no-repeat right center;
}
#pg_css .faqListBox dl dt span.question{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 100%;
	background: url(../images/faq_q2.gif) no-repeat center center;
}
#pg_css .faqListBox dl dt.on {
	background:url(../images/arrow2_blue_s.png) no-repeat right center;
}
#pg_css .faqListBox dl dd {
	position: relative;
	color: #666;
	padding: 12px 5px 12px 0px;
	padding-left: 60px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	display: none;
	background: #FAFAFA;
}
#pg_css .faqListBox dl dd span.answer{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 100%;
	background: url(../images/faq_a2.gif) no-repeat center center;
}
#pg_css .faqListBox dl dd span.bubbleIcon{
	position: absolute;
	top: -1px;
	left: 60px;
	width: 18px;
	height: 10px;
	background: url(../images/reverse_tri_img.png) no-repeat 0 0;
}
#pg_css .faqListBox dl dd span.textareaContents{
	line-height: 1.5;
}
#pg_css .faqListBox dl dd span.textareaContents img{
	max-width: 100%;
	height: auto;
}
#pg_css .faqListBox dl dd.last{
	border-top: 1px dotted #ccc;
	border-bottom: none;
}