/********************************************************
					Faq style
********************************************************/
#faq {
}
#faq h1 {
	margin: 0 0 16px;
	font-size: 1.6em;
	color: #26639e;
}
#faq h2 {
	margin: 20px 0 5px;
	font-size: 1.4em;
	font-weight: 400;
	color: #15a29c;
}
#faq .anwser {
	display: block;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	font-size: 1.1em;
	margin-bottom: 2em;
}
#faq .anwser p, #faq .anwser ul li  {
	margin:10px 0;
	padding:0 10px;
	line-height: 1.4;
}
#faq .anwser ul li {
	padding-left:10px;
	list-style:inside;
	list-style-position:inside;
}
	#faq .anwser ul li b,
	#faq .anwser ul li strong {
		font-size: 1.1em;
		color: #15a29c;
	}
#faq .question {
	display:block;
	margin: 0 0 1px 0;
}
#faq .question h3 {
	line-height: 1.6em;
	font-size: 1.2em;
	border-bottom: 1px solid #ebebeb;
}
#faq .question span {
	display: none;
	position: relative; top: -2px;
	margin: 0 10px 0 0;
	width: 9px; height: 6px;
	background: transparent url(/i/ic/sprite.png) -24px -32px no-repeat;
}
#faq .question p{
	line-height: 18px;
	font-size: 13px;
	padding: 0 20px 15px;
	text-align: justify;
}
.help_img {
	width:100%;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

*:target .anwser {
	display: block !important;
}