@charset "utf-8";

/*******************************
  user-site-faq
********************************/
#faq_content {
	text-align: left;
}

#faq_subtitle_list_box {
	margin-bottom: 10px;
}
#faq_subtitle_list_box a {
	font-size: 13px;
	font-weight: bold;
}
.faq-sub-title-box {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#faq_subtitle_list_box li {
	padding-right: 0;
}
#faq_subtitle_list_box li a {
	padding: 5px;
}
.faq-sub-title-box h4 {
	font-weight: bold;
}
#faq_detail_box .panel-heading {
	padding-top: 5px;
	padding-bottom: 5px;
}
#faq_detail_box .custom-panel-title-faq-detail {
	font-size: 14px;
}
#faq_detail_box .custom-panel-title-faq-detail a {
	text-decoration: none;
}
#faq_detail_box .faq-quesstions {
	margin-bottom: 0;
}

/*** Icon when the collapsible content is show ***/
#faq_detail_box .panel-heading a:after {
/*
	font-family: "Glyphicons Halflings";
	content: "\e259";
	float: right;
	margin-left: 15px;
*/
}
/*** Icon when the collapsible content is hidden ***/
#faq_detail_box .panel-heading a.collapsed:after {
/*
	content: "\e260";
*/
}
