
.container{
	width: 1200px;
	margin: 0 auto;
}
.tabselect{
	width: 140px;
	height: 40px;
	border: 1px solid #dcdcdc;
	outline: 0;
	margin: 30px 0;
}
.schedule_table {
	width: 100%;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 60px;
}

.schedule_table tr {
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #dcdcdc;
}

.schedule_table td,
.schedule_table th {
	border-right: 1px solid #dcdcdc;
}

.schedule_table th {
	font-size: 18px;
	font-weight: bold;
	text-align: center
}

.schedule_table th:last-of-type,
.schedule_table tr th:last-of-type{
border-right: 0;	
}

