
.tbl_hands {
	width:100%;
}
	.tbl_hands th,
	.tbl_hands td {
		padding: 5px 7px;
		border: 1px solid #aaa;
		background: #fff;
		text-indent: 0;
	}
	.tbl_hands th {
		white-space: nowrap;
		text-align: center;
		background: #999;
		color: #fff;
		font-weight:600;
	}
	.tbl_hands td {
		text-align: left;
		vertical-align:middle;
	}
	.tbl_hands .td01 {
		background: #ddd;
		font-weight: bold;
	}
.ul_sponsors{
	display:flex;
}
.ul_sponsors li{
	width:380px;
}
@media screen and (max-width: 640px){

.tbl_hands {
	width:100%;
}
	.tbl_hands th,
	.tbl_hands td {
		padding: 5px;
		border: 1px solid #aaa;
		background: #fff;
		text-indent: 0;
	}
	.tbl_hands th {
		white-space: nowrap;
		text-align: center;
		background: #999;
		color: #fff;
		font-weight:600;
	}
	.tbl_hands td {
		text-align: left;
		vertical-align:middle;
	}
	.tbl_hands .td01 {
		background: #ddd;
		font-weight: bold;
	}
.ul_sponsors{
	display:block;
}
	
	
	
}










