@charset "utf-8";

.qa h3::before{
	content: url("img/qa_q.jpg");
	display: inline-block;
	vertical-align: text-top;
}

.qa h3{
	margin-bottom: 0.5em;
}

.qa p{
	margin-bottom: 2em;
}

@media only screen and (min-width: 1200px), print{
	.home .top_header .site-logo{
		width: 220px;		
	}
	
	.site-logo{
	margin: 0 0 0 -65px;
	}

	
}

