

.table {
	border: 2px solid #ccc;
}
.busTable td {
	/* display: table-cell; */
	display: contents;
	padding: 3px 0;
}
.busTable th {
	min-height: 50px;
	height: auto;
	width: 80px;
}

.busTable th::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	min-height: 47px;
}
.busTable tr {
    
	border-bottom: 1px solid #CCC;
}

.busTable > :not(caption) > * > * {
	padding: 0;
}





.box {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
	padding: 5px;
	margin: 2px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
/* .orange { background-color: #ff6600; }
.green { background-color: #008000; }
.black { background-color: #000000; }
.blue { background-color: #0000ff; } */
.info {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
}

/* .box { display: inline-block; padding: 2px; margin: 1px; } */
.orange { background-color: orange; }
.green {
	background-color: #579557;
}
.black {
	background-color: #403c3c;
	color: white;
}
.blue {
	background-color: #2679c1;
	color: white;
}
.purple {
	background-color: #914b91;
	color: white;
}
.brown { background-color: brown; color: white; }
.yellow { background-color: #e1e108; }
.pink { background-color: pink; }
.crimson { background-color: crimson; color: white; }
.grey { background-color: grey; }
/* .info { font-size: 0.8em; margin-left: 2px; } */


.table-container {
	width: 100%;
	overflow-x: auto; /* 横スクロールを可能にする */
	position: relative;
  }
  
  .table {
	border-collapse: collapse;
	/* width: max-content;  */
	/* min-width: 100%; */
  }
  
  th {
	background: white; /* 背景を白にして隠れないようにする */
	position: sticky;
	left: 0;
	z-index: 2; /* thを前面に固定 */
	border-right: 1px solid #ccc;
  }

  .accordion-button {
	background-color: #d7ebf5;
}

.accordion {
	--bs-accordion-active-bg: #2f5ca0;
}
.accordion-button:not(.collapsed) {
	color: white;
}

.bus_title {
	border-left: 6px solid;
	border-bottom: 1px solid;
	padding-left: 7px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
}

.index-page.scrolled .header {
	padding: 0;
}