/* CSS Document */

.faq {
	margin-bottom:10px;
	clear:both;
}

.faq .question{
	color:#366DBE;
	cursor:pointer;
	text-decoration:underline;
	margin:0 0 5px 0;
	font-weight:normal;
	font-size:1.3em;
	font-style:italic;
}

.faq .answer{
	border:solid 1px #49662E;
	margin-bottom:20px;
}

.faq .answer .v_slide {
	height:185px;
	border:none;
	border-left:solid 1px black;
}

.faq .answer .answer_content {
	height:185px;
	overflow:hidden;
	padding:0 5px;
}

.faq .date{
	position:absolute;
}