#contents .game_list   {
	padding: 0Px;
	margin-top: 5px;
	margin-bottom:5px
}
.game_list li a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 50px;
	background-image: url(../img/icon/icon_next.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	display: block;
	background-size: 18px 18px;
}
.game_list li a:hover {
	background-color: #FFDC93;
}
.game_list li:first-child a {
	border-top-style: none;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.game_list li:last-child a {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.game_list li h3 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1em;
}
.none_game_name {
	padding-top: 5px;
	padding-bottom: 5px;
}

.game_list li span {
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 80%;
}
#contents .recode_list {
	padding-bottom: 0px;
}
.recode_list ul {
	margin-top: 5px;
}
.recode_list li a {
	border-top: 1px solid #CCC;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 50px;
	background-image: url(../img/icon/icon_next.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	display: block;
	min-height: 30px;
	background-size: 18px 18px;
}
.recode_list li a:hover {
	background-color: #FFDC93;
}
.recode_list li .li_count {
	float: right;
}
.recode_list li:last-child a {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
