/* 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: #ddd;
	font-weight: 600;
}
.content_wrap > ul li table td, .content_wrap > ul li table th {
	font-size: 1.8rem;
	border: 1px solid #bbb;
	padding: 1rem;
	line-height: 1.4;
}