@charset "utf-8";
:root {
}
.page a {
	color: var(--page-blue);
}
@media screen and (min-width:441px) {
	.page {
		width: 955px;
		margin: 0 auto;
		padding-bottom: 20px;
		text-align: left;
	}
	.page .header {
		align-items: center;
		background-image: url("/parts/contents/gamelist/header_bg.jpg");
		display: flex;
		flex-wrap: wrap;
		height: 210px;
		padding: 30px;
		margin: 0 0 30px 0;
		box-sizing: border-box;
	}
	.page .header h2 {
		color: #E6E6E6;
		font-size: 2.7em;
		border-bottom: solid 1px #2CE328;
		margin: 0;
		padding: 0 0 10px 0;
		width: 640px;
	}
	.page .header h2 + p {
		color: #E6E6E6;
		width: 640px;
		font-size: 1.3em;
		line-height: 150%;
		padding-top: 10px;
	}
	.page ul.word {
		display: flex;
		flex-wrap: wrap;
		padding: 0 0 15px 30px;
		margin: 0 0 15px 0;
		border-bottom: solid 1px #676767;
	}
	.page ul.word li {
		list-style-type: disc;
		list-style-position: outside;
		padding-right: 40px;
	}
	.page div#games table {
		width: 100%;
		font-size: 0.9em;
		border-top: solid 1px #676767;
		border-right: solid 1px #676767;
		margin-bottom: 20px;
	}
	.page div#games th {
		text-align: center;
		line-height: 130%;
		padding: 20px 0 15px 0;
		border-left: solid 1px #676767;
		border-bottom: double 3px #676767;
	}
	.page div#games td {
		border-left: solid 1px #676767;
		border-bottom: solid 1px #676767;
		line-height: 150%;
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.page div#games td.genre,
	.page div#games td.spec,
	.page div#games td.memory,
	.page div#games td.strage,
	.page div#games td.graphic {
		text-align: center;
	}
	.page div#games td.title,
	.page div#games td.cpu {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page div#games td.genre {
		width: 95px;
		background-color: #BDC5D6;
	}
	.page div#games td.title {
		width: 190px;
		background-color: #E8EDF7;
	}
	.page div#games td.spec {
		width: 100px;
	}
	.page div#games td.cpu {
		width: 160px;
	}
	.page div#games td.memory {
		width: 80px;
	}
	.page div#games th.th_genre {
		background-color: #BDC5D6;
		width: 95px;
	}
	.page div#games th.th_title {
		background-color: #E8EDF7;
		width: 190px;
	}
	.page div#games .sort:hover,
	.page div#games .th_genre:hover,
	.page div#games .th_title:hover {
		background-color: #1b8aba;
		color: #FFF;
	}
	.page div#games .sort:after {
		content:"\A\025bc";
		white-space: pre;
	}
	.page div#games .sort.desc:after {
		content:"\A\025bc";
		white-space: pre;
	}
	.page div#games .sort.asc:after {
		content:"\A\025b2";
		white-space: pre;
	}
	.page div#games td.title span,
	.page div#games td.spec span {
		display: none;
	}
	.page div#games td.spec p {
		text-align: center;
	}
	.page div#games td.spec p.entry {
		color: #007AFF;
	}
	.page div#games td.spec p.middle {
		padding: 0;
		margin: 0;
		color: #00A100;
	}
	.page div#games td.spec p.high {
		color: #FF0085;
	}
	.page div#games td.spec p.link {
		margin: 0;
		font-size: 0.9em;
	}
	.page div#games td.spec p.link a {
		display: inline-block;
		padding: 2px 8px 0px 8px;
		background-color: #0F4280;
		color: #FFF;
		text-decoration: none;
	}
	.page div#games td.spec p.link a:hover {
		text-decoration: underline;
	}
	.page div#games td.spec p.link a:after {
		content: "\02192";
		padding-left: 2px;
	}
}