@charset "utf-8";
/* CSS Document */
.smBody {
	background-color: #dcdcdc;
	color: #333;
	font-size: 12px;
	margin: 10px auto;
	padding: 5px 20px 20px 20px;
	max-width: 960px;
}
@media (max-width: 991px) {
  .smBody {
		text-align: center;
	}
}
.smBody a {
	text-decoration: underline;
	color: #666;
}
.smBody a:hover {
	text-decoration: none;
}
.smTitle {
	color: #006;
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
}
.smRed {
	color: #600;
	font-size: 1.2em;
	font-weight: 700;
}