@charset "utf-8";

.displyTtl {
	background-color: #fde9d9;
	margin-top: 10px !important;
	margin-bottom: 5px !important;
	padding:3px 8px !important;
}
ul.displayLst {
	margin: 0 0 0 .5em !important;
}
ul.displayLst li {
	list-style-type: disc !important;
	margin: 0 0 0 1em !important;
	font-size: 90%;
}
table.displayTbl {
	margin: .5em 5px 2em;
}
table.displayTbl .displayTdTtl {
	text-align: center;
}
.tableMulti th.dspCntr {
	text-align: center;
	vertical-align: middle;
	position: relative;
}
/*.tableMulti th.dspCntr span {
	display: inline-block;
	margin-top: 1em;
	padding: 5px;
	border: solid 1px #999;
}*/
.tableMulti th.dspCntr .dspctn {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	text-align: left;
	font-weight: normal;
	font-size: 95%;
}
.tableMulti td .dspTdTit {
	background-color: #ddd;
	padding: 5px;
	margin: -3px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 979px) {
	.tableMulti th.dspCntr .dspctn {
		position: static;
		padding: 15px 5px 5px;
	}
}
.dspGrid {
  display: grid;
  grid-template-columns: minmax(auto, max-content) minmax(auto, max-content);
}
.text-b {
  font-weight: bold;
}
html {
  scroll-padding-top: 80px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 49px;
  }
}
@media screen and (max-width: 480px) {
  html {
    scroll-padding-top: 45px;
  }
}