@charset "UTF-8";

.table-wrap table {
 width: 100%;
 text-align: center;
}
.table-title {
 background: #c2a45c;
 font-size: 2rem;
}
.table-wrap table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.table-wrap td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
.table-wrap th {
	background: #f0e6cc;
}
.table-wrap .even {
	background: #fbf8f0;
}
.table-wrap .odd {
	background: #fefcf9;
}
.table-wrap　.sp {
 display: none;
}

@media (max-width: 756px) {
    .table-wrap　.sp {
 display: block;
}
}