/* -------------------------------
 * 
 * KyusyuStage
 * 2021.08.18
 * 
-------------------------------  */

strong.red{
  color: #f00;
}

.presen-tbl{
  border-right: solid 1px #696969;
  border-bottom: solid 1px #696969;
  table-layout: fixed;
  font-size: 1.4rem;
}

.presen-tbl td,
.presen-tbl th{
  padding: 0.75em;
}

.presen-tbl td{
  border-left: solid 1px #696969;
  border-top: solid 1px #696969;
}

.presen-tbl th{
  background: #f0f8ff;
  border-left: solid 1px #696969;
  border-top: solid 1px #696969;
}

.presen-tbl .thead th{
  background: #1e50a2;
  color: #fff;
}

.presen-tbl .thead th + th{
  border-left: solid 1px #fff;
}

.ind-d{
  position: relative;
  padding-left: 1.2em;
}

.ind-d::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '◆';
  display: block;
}

.btn-list{
  display: flex;
  justify-content: space-between;
}

.btn-list a{
  background: #1e50a2;
  border-radius: 10px;
  color: #fff;
  height: 100px;
  width: 16%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
}

strong.ul{
  text-decoration: underline;
}