@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.cont_inner {
	max-width: 960px;
}

.date {
	font-size: 110%;
	font-weight: bold;
}


.table_wrap table {
	width: 100%;
}
.table_wrap table th,
.table_wrap table td {
	padding: 8px;
	border: 1px solid #ccc;
}
.table_wrap table th {
	background: #f4f4f4;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {

.table_wrap {
	overflow: scroll;
    padding-bottom: 20px;
}
.table_wrap table {
	width: 550px;
}
.date {
	font-size: 100%;
}
}


