/* credit_sub.php */
.content_wrap > ul li.table_list {
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow-x: scroll;
	margin-bottom: 7.5rem;
}
.content_wrap > ul li table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.content_wrap > ul li table thead th {
	background: #2989a2;
	color: #fff;
	font-weight: 600;
}
.content_wrap > ul li table th {
	border-right: 1px solid #ccc;
}
.content_wrap > ul li table td, .content_wrap > ul li table th {
	font-size: 1.8rem;

	padding: 1rem;
	line-height: 1.4;
}
.content_wrap > ul li table tbody tr:nth-child(2n) {
	background: #e0f8ff;
}