.contents{
	width:1120px;
	padding:20px 0 40px;
}
.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){
.contents{
	width: 95%;
	margin: 5px auto 20px;
	height: auto;
	padding: 20px 1rem;
	min-height: 100px;
}
.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;
}
	
	
	
}










