/* common.css */
@charset "UTF-8";

.table thead th, .table td {
	vertical-align: middle;
}

.sticky_table thead th {
	border-collapse: separate;
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
	white-space: nowrap;
}

.table-double-striped>tbody>tr:nth-of-type(4n+1)
, .table-double-striped>tbody>tr:nth-of-type(4n+2)
, .table-triple-striped>tbody>tr:nth-of-type(6n+1)
, .table-triple-striped>tbody>tr:nth-of-type(6n+2)
, .table-triple-striped>tbody>tr:nth-of-type(6n+3)
	{
	background-color: #f9f9f9;
}

.container1 {
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}

.sticky_table thead tr:nth-child(1) th {
	top: 7.5rem;
	z-index: 2;
}

.sticky_table thead tr:nth-child(2) th {
	top: 10.6rem;
	z-index: 3;
}

.sticky_table thead tr:nth-child(3) th{
  top: 13.5rem;
   z-index: 4;
}
