.game_data {
	border: 1px solid #6FA0D5;
	border-radius:8px;
	background-color: #FFF;
	padding: 15px;
	margin-top: 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 #leag_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;
}
.leag th , .score_board th{
	white-space: nowrap;
	background-color: #BBFFD1;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
.leag td , .score_board td{
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 18px;
}
.score_board .font_12 {
	font-size: 12px;
}
.leag a {
	display: block;
	text-decoration: none;
}
.leag a:hover {
	background-color: #FC3;
}
table {
	margin-top: 10px;
	background-color: #FFF;
}
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;
}

.input_ss {
	width: 30px;
	font-size: 16px;
}
.input_s {
	width: 50px;
	font-size: 16px;
}
.input_m {
	width: 200px;
	font-size: 16px;
}
.input_radio {
	width: 20px;
	height: 20px;
}
.input_check {
	width: 20px;
	height: 20px;
}
