@charset "utf-8";
.tb_00 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.tb_00 th {
	width: 25%;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	color: #FFF;
	background-color: #2E8B57;
	border-left: 1px double #999;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tb_00 td {
	width: 75%;
	padding: 4px;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*FAQ関連*/
.faq_ul {
	padding: 0;
	margin: 0;
}
.faq_q {
	background: url(images/icon_faq_q.gif) no-repeat top left;
	padding: 4px 2px 4px 28px;
	margin: 0;
	font-weight: bold;
	color: #666666;
}
.faq_a {
	background: url(images/icon_faq_a_detail.gif) no-repeat top left;
	padding: 0px 0px 0px 19px;
	margin-left: 5px;
}
.faq_a_anser {
	background: url(images/icon_faq_a_detail.gif) no-repeat top left;
	padding: 0px 0px 0px 24px;
	margin-left: 10px;
}
.faq_tag {
	border-top: solid 1px #dae9ed;
	padding-top: 10px;
	margin-top: 10px;
}
.faq_tag p {
	background: #fff;
	border: #dae9ed 1px solid;
	padding: 5px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.faq_tag p:hover {
	background: #f6fafb;
}
.faq_q_list {
	background: url(images/icon_faq_q_list.gif) no-repeat top left;
	padding: 0px 0px 5px 24px;
	margin: 0;
}
.faq_q_detail {
	background: url(images/icon_faq_q_detail.gif) no-repeat top left;
	padding: 0px 0px 0px 19px;
	margin: 0 0 0 -5px;
}
.faq_q_detail02 {
	background: url(images/icon_faq_q_detail.gif) no-repeat top left;
	padding: 0px 0px 0px 19px;
	margin: 0 0 20px 5px;
}
.faq_q_answer_outer {
	padding: 20px 10px;
	background-color: #EAEADA;
	margin-bottom: 20px;
}
.faq_q_answer_inner {
	background: url(images/icon_faq_q_detail.gif) no-repeat top left;
	padding: 0px 0px 0px 24px;
}
/*FAQボックス*/
.faq_q {
	background: url(images/bg_faq_q.gif) no-repeat left top;
	padding: 15px 10px 12px 45px;
}
.faq_q p {
	color: #ffffff;
}
.faq_a_b {
	background: url(images/_bg_faq_a_b.gif) no-repeat left bottom;
	width: 100%;
	padding-bottom: 15px;
}
.faq_a_m {
	background: url(images/bg_faq_a_m.gif) repeat-y left top;
}
.faq_a_ico {
	background: url(images/bg_faq_a_ico.gif) no-repeat left top;
	padding: 15px 15px 0 45px;
}
.icon-lock {
	font-size: 16px;
}
