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


.eve-list-box{
  padding: 30px;
  background: #faf0e1;
  border-radius: 5px;
}

.eve-list-box ol{
  display: flex;
  flex-wrap: wrap;
}

.eve-list-box ol li{
  width: 24%;
  margin-right: 1%;
  margin-top: 0;
}

.eve-list-box li:nth-child(4n){
  margin-right: 0;
}

.eve-list-box li:nth-child(n+5){
  margin-top: 2%;
}

table th,table td{
  padding: 4px 10px;
}

.event-time{
  font-size: 1.8rem;
  font-weight: bold;
  color: #1e3168;
}

.event-time.next{
  margin-left: 16.4em;
}

.event-time span{
  font-size: 2.4rem;
}

.red-line{
  background-image:url("../img/doubleLine_orange.png");
  background-repeat:repeat-x;
  background-position: center;
  text-decoration: none;
}

.important{
  padding: 25px;
  background: #f9e0e0;
}

.important .txt{
  color: #ce200e;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px
}

.important .btn{
  margin-right: auto;
  margin-left: auto;
}