@import url("common.css");
@import url("burgernavi.css");

/* トップページ専用 */
article {
	width: 700px;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
article h3 {
	font-size: 32px;
}
article#games ul {
	margin-top: 30px;
}
article#games li {
	list-style: none;
}
article#games ul li.pos-left {
	float: left;
	width: 350px;
	height: 200px;
	text-align: center;
}
article#games ul li.pos-right {
	float: right;
	width: 350px;
	height: 200px;
	text-align: center;
}
article#games ul li img {
	width: 260px;
	height: 176px;
}
article#manga ul {
	margin-top: 20px;
}
article#manga li {
	list-style: none;
}
article#manga ul li {
	float: left;
	width: 315px;
	margin: 0px 15px 8px 20px;
	background-color: #009236;
	font-size: 26px;
	font-weight: bold;
}
article#manga ul a {
	display: block;
	color: white;
	padding: 15px 10px;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
}
article#manga ul li span {
	color: yellow;
	font-size: 26px;
	font-weight: bold;
	float:right;
}
article#manga ul li div {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
article#games2 ul {
	margin-top: 30px;
}
article#games2 li {
	list-style: none;
	text-align: center;
	padding-bottom: 20px;
}
article#games2 ul li img {
	width: 594px;
	height: 228px;
}

/* ４コマ漫画ページ */
article#manga div.manga nav.manga {
	width: 750px;
}
article#manga div.manga nav.manga li.prev {
	float: left;
	width: 100px;
	text-align: left;
}
article#manga div.manga nav.manga li.next {
	float: right;
	width: 100px;
	text-align: right;
}
article#manga div.manga img {
	width: 700px;
}













