@charset "utf-8";
/* =============================================================================
	faq.css
   =============================================================================
	2012-04-25 (Original)
   -------------------------------------------------------------------------- */

.faq-unit {
	margin-bottom: 15px;
	}
	.faq-unit h2 {
		border: none!important;
		border: 1px solid #d0cfcd!important;
		margin-bottom: 0!important;
		}
		.content-page #content .faq-unit h2 a {
			display: block;
			padding: 10px 10px 10px 20px;
			background: url(../images/bg-list-q.gif) no-repeat 0 1em;
			color: #3F4547;
			}
		.faq-unit h2.active {
			background-color: #00b24f;
			}
			.content-page #content .faq-unit h2.active a {
				color: #ffffff!important;
				background: url(../images/bg-list-q-active.gif) no-repeat 0 1em;
				}
	
	.faq-unit .answer {
		}
		.faq-unit .answer p {
			border: 1px dotted #d0cfcd;
			border-top: none;
			padding: 10px 10px 10px 30px;
			background: url(../images/bg-list-a.gif) no-repeat 10px 1em;
			}
