@charset "utf-8";
body {
	background: url(../images/common/bg_fc.png) top center repeat;
}
h2 {
	background: #000;
	letter-spacing: 0;
	text-align: left;
	padding-left: 1em;
}
#pageBox {
	margin: 40px auto 0;
	padding-top: 10px;
	padding-bottom: 30px;
	color: #fff;
	background-color: rgba( 0, 0, 0, 0.85 );
}
strong { color: #ff0; }
ul.fcLi { padding-left: 25px; }
div.fcLogo {
	text-align: center;
	padding-bottom: 10px;
}
div.fcChara {
	float: right;
	padding: 0 0 10px 10px;
}
div.fcBox {
	border: 1px solid #ff0;
	padding: 10px;
}
@media all and (min-width: 0px) and (max-width: 736px) {
	div.fcChara {
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}
}