@charset "utf-8";

#topimg{
	background-image: url(/faq/img/topimg.jpg);
}
.question{
	margin: 3em 5em 0 0;
	padding: 1.5em 1.5em 0.5em 80px;
	background: #FFEED0 url(/faq/img/q.png) 15px center no-repeat;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.answer{
	margin: 1em 0 0 5em;
	padding: 1.5em 1.5em 0.5em 80px;
	background: #D9F3E3 url(/faq/img/a.png) 15px center no-repeat;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
@media(max-width: 767.98px){
.question{
	margin: 3em 2em 0 0;
}
.answer{
	margin: 1em 0 0 2em;
}
}