.game_data {
	padding: 10px;
}
.game_data h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
}
.game_data h4 {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: 1px 1px 1px #FFF;
	cursor: pointer;
}
.game_data h4 img {
	vertical-align: middle;
	margin-right: 5px;
}
.game_data #tnm_btn {
	border-radius: 15px;
	border: 1px solid #CCC;
}
.game_data #list_wrap {
	border-radius: 15px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

.game_data h5 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.game_data h6 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #03C;
}

.game_data p {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 12px;
}
.tnm {
	margin-top: 15px;
}
.tnm .icon_td{
	width: 20px;
}
.tnm .name_td {

}
.tnm .link_td {
	text-align: right;
}
.tnm .score_link {

}
.tnm .win_td {
	font-size: 20px;
}
.tnm .line1 {
	margin-top: 15px;
	font-size: 28px;
	font-weight: bold;
	color: #F00;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 28px;
}
.tnm .line2 {
	margin-top: 15px;
	font-size: 28px;
	font-weight: bold;
	color: #666;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 28px;
}
table {
	margin-top: 10px;
}
table .cel_left {
	text-align: left;
}
table .cel_lef {
	text-align: left;
}
table .cel_center {
	text-align: center;
}
table .cel_gray {
	text-align: center;
	background-color: #CCC;
}
#list_box li a {
	border-top: 1px solid #CCC;
	text-decoration: none;
	padding-top: 5px;
	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;
}
#list_box li a:hover {
	background-color: #FFDC93;
}
#list_box li:last-child a {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
