body {
	background-color: #3d3735;
	font-size: 100%;
	color: #333;
}

a {
	transition: color 0.1s;
}
A:link {
	color: #FFFFFF;
}
A:visited {
	color: #FFFFFF;
}
A:hover {
	color: #FFCEAA;
}

.navi {
	background: #333;
	padding: 0 5%;
	height: 32px;
}
	.navi .inner {
		width: 100%;
		height: 0px;
		margin: 0px auto;
	}

.headimage {
}

.logo {
	text-align: center;
}

.container {
	padding: 16px 0;
	width: 910px;
	margin: 0px auto;
}

.section {
	margin-bottom: 50px;
}
	.section h2 {
		font-family: "Shin Go Bold JIS2004";
		font-size: 2.5rem;
		color: #ffffff;
		border-left: 6px solid #333;
		border-bottom: 1px solid #333;
		padding-top: 4px;
		padding-right: 4px;
		padding-left: 8px;
		padding-bottom: 4px;
		margin-bottom: 0.4rem;
	}

	.section .news {
		padding-left: 23%;
		font-family: "FP-HiraginoUDSansStdN-W4";
		line-height: 250%;
	}
		.section .topics li {
		}

	.section .games {
		margin: 0px auto;
	}
		.section .games img {
			width: 300px;
			height: 300px;
			border-radius: 32px;
			transition: 0.3s;
		}
			.section .games a:hover img {
				transform: rotate(8deg);
				filter: brightness(100%);
				box-shadow: 0 0 32px rgba(0, 0, 0, 0.5);
				animation: flash 0.5s;
			}
				@keyframes flash {
					  0% { filter: brightness(150%); }
					100% { filter: brightness(100%); }
				}

	.section .topics {
		margin: 0px auto;
	}
		.section .topicsthumb {
			width: 908px;
			height: 100px;
			margin: 0 0;
		}

.footer {
	background: #333;
	padding: 12px 24px;
}
	.footer .inner {
		margin: 0px auto;
	}
		.footer .copyright {
			text-align: center;
			color: #FFF;
		}
