/* -------------------------------
 * 
 * KyusyuStage
 * 2021.08.18
 * 
-------------------------------  */
.prog .time{
  margin-left: -20px;
}

.prog .time span{
  display: inline-block;
  width: 4em;
  background: #444;
  color: #fff;
  margin-bottom: 20px;
  font-size: 12px;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  margin-right: 10px;
}

.prog dl{
  display: flex;
  margin-top: 5px;
}

.prog dl dt{
  width: 4em;
  text-align:justify;
  text-align-last:justify;
}

.prog dl dd{
  position: relative;
  padding-left: 1em;
}

.prog dl dd::before{
  position: absolute;
  content: '：';
  top: 0;
  left: 0;
  display: block;
}

.theme{
  font-weight: bold;
}