
.page_tit p {
	font-size: 36px;
	line-height: 1;
	color: #222;
	padding-bottom:50px
}
.table-box {
	overflow: auto;
	width: 100%;
	max-width: 100%;
}

.table-box table {
	line-height: 1.2;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.info img{
	width:100%;
}
.table-box table tr,
.table-box table td,
.table-box table th {
	width: auto !important;
	height: auto !important;
	color: #333;
}

.table-box table tr:first-child {
	font-size: 16px;
	font-family: 'Roboto-Bold';
	text-align: center;
}

.table-box table tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.table-box table td,
.table-box table th {
	font-size: 15px;
	font-weight: normal;
	padding: 10px !important;
	vertical-align: middle;
	border: 1px solid #eee !important;
}

@media (max-width: 767px) {
	.table-box table td,
	.table-box table th {
		font-size: 14px;
	}
}

.table-box table tr p,
.table-box table tr span {
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	color: #000 !important;
}

.table-box table th {
	text-align: center;
}

.table-box .table-nav {
	overflow: hidden;
}

.table-box .table-content {
	overflow-x: auto;
	overflow-y: auto;
	max-height: 300px;
	max-height: 42vh;
}