@charset "UTF-8";

#index.report #content,
#detail.report #content {
	width: 100%;
	background: url(../img/bg_gridpaper.png) repeat top center #fff;
	padding: 50px 0;
}

.inner {
	width: 980px;
	margin: 40px auto;
}

#index .tablecontent li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	float: left;
	width: 470px;
	margin-right: 40px;
}
#index .tablecontent li:nth-child(even) {
	margin-right: 0;
}
#index .tablecontent li a {
	color: #333;
}

#index .tablecontent li a:hover { color: #ffba53; text-decoration: none;}

#detail .section-body p {
	margin-bottom: 1em;
}
#detail .section-body strong {
	color: #ffa51f;
}