@charset "utf-8";
body {
	background: url(../images/common/bg_faq.png) top center repeat;
}
h2 { background: #44de92; }
h3 { color: #3db473; }
a, a:link, a:visited, a:hover, a:active { color: #3db473; }

#pageBox { background-color: rgba( 255, 255, 255, 0.8 ); }

div.fujii {
	text-align: right;
	margin-top: -60px;
}

@media all and (min-width: 0px) and (max-width: 736px) {
	div.fujii {
		text-align: center;
		margin-top: 0;
	}
}