.tab_btn > div {
  width: 50% !important;
}

.table_wrap.num06 table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table_wrap.num06 table tr {
  border-bottom: 1px solid #ccc;
}
.table_wrap.num06 table tr th {
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #ccc;
  padding: 5px 3px;
  white-space: nowrap;
}
.table_wrap.num06 table tr:first-child th{
  background: #106ab4;
  color: white;
}
.table_wrap.num06 table tr th:first-child {
  background: #106ab4;
  color: white;
}
.table_wrap.num06 table.holiday tr:first-child th{
  background: #cc0000;
  color: white;
}
.table_wrap.num06 table.holiday tr th:first-child {
  background: #cc0000;
  color: white;
}

.table_wrap.num06 table tr td {
  padding: 5px 10px;
}

.ft_red{color: #cc0000;}



@media print {
	body {zoom: 70%;}
}