@charset "utf-8";
.faq {
	list-style-type: none;
}
.faq li {
margin-bottom:0.2em;
}
.faq-q {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
}
.faq-a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000CC;
}


.faq .q {
	font-weight: bold;
}
.faq .a {
	margin-bottom: 1.4em;
}


	
