@charset "utf-8";
body {
	background: url(../images/common/bg_about.png) top center repeat;
}
h2 { background: #aeadff; }
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;
	}
}