@charset "UTF-8";

.tbl_history01,
.tbl_past01 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.tbl_history01 {
	margin-bottom: 1em;
}

.tbl_past01 {
	font-size: 1.3rem;
}
.tbl_history01 th,
.tbl_past01 th {
  text-align: center;
	padding: 5px;
	background: #DBEAF2;
	border: solid 1px #FFF;
	white-space: nowrap;
}

.tbl_past01 th {
	white-space: normal;
}
.tbl_past01 th,
.tbl_past01 td {
	padding: 7px 5px;
}

.tbl_history01 td {
	padding: 5px;
	border: solid 1px #CCC;
	background: #FBFFDC;
}
.tbl_history01 tr.tr01 td,
.tbl_history01 tr td.td01 {
	background: #90D6FF;
}
.tbl_history01 tr.tr02 td,
.tbl_history01 tr td.td02 {
	background: #FFF;
}
.tbl_history01 td:first-of-type {
	width: 150px;
}

.tbl_past01 tr {
	border: solid 1px #FFF;
}

.tbl_past01 td:first-of-type,
.tbl_past01 td:nth-of-type(2) {
	text-align: center;
	white-space: nowrap;
	width: 5%;
	background: #F2F2F2;
}
.tbl_past01 th:nth-of-type(3),
.tbl_past01 th:nth-of-type(4) {
	width: 20%;
}
.tbl_past01 td:nth-last-of-type(3),
.tbl_past01 td:nth-last-of-type(2) {
	white-space: nowrap;
}

.tbl_past01 th:nth-last-of-type(1) {
	width: 20%;
}

.tbl_mem01 {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
}
.tbl_mem01 th {
  text-align: center;
	padding: 10px 20px;
	background: #DBEAF2;
	border: solid 1px #FFF;
}
.tbl_mem01 td {
  text-align: center;
	padding: 10px;
	border: solid 1px #FFF;
	white-space: nowrap;
	background: #F2F2F2;
}
.tbl_mem01 td:first-of-type {
	background: #EBF3F7;
}

#containar_scrollbar {
	width: 100%;
	padding: 0;
}
.scrollbar {
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}
.scrollbar .inner {
	width: 1185px;
	height: 1px;
}
.scrollbox {
	width: 100%;
	margin-top: 5px;
	overflow-x: scroll;
	overflow-y: hidden;
}
.scrollbox .inner {
	width: 1185px;
	margin-bottom: 5px;
}
.scrollbox .txt {
	margin: 0;
}