.sponsorlist table {
	width: 98%;
	border-collapse: collapse;	
	margin: 10px 0 0 5px;
}

.sponsorlist table th {
	border-bottom: 1px solid #303030;
}

.sponsorlist table th:nth-child(1),
.sponsorlist table th:nth-child(2) {
	text-align: left;
}

.sponsorlist table th:nth-child(3),
.sponsorlist table th:nth-child(4),
.sponsorlist table th:nth-child(5),
.sponsorlist table th:nth-child(6) {
	text-align: center;
}

.sponsorlist table td:nth-child(3),
.sponsorlist table td:nth-child(4),
.sponsorlist table td:nth-child(5),
.sponsorlist table td:nth-child(6) {
	text-align: center;
}

.sponsorlist table tr:nth-child(2n) {
	background-color: #e4e4e4;
}

.sponsorlist table tr th img {
    width: 10px;
}

.sponsorlist table tr td img {
    vertical-align: sub;
}

.sponsorlist a {
	color: #e26729 !important;
	text-decoration: none;
}

.sponsorlist a:hover {
	text-decoration: none;
	color: #fff;
}

.sponsorlist .new_sp {
	margin: 5px 0 0 5px;
}