section {
  margin: 20px 0;
}
section dl {
  margin-bottom: 30px;
}
section dl dt {
  display: table;
  background: #CCE9F4;
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  position: relative;
}
section dl dt > span,
section dl dt p {
  display: table-cell;
  padding: 15px;
  font-size: 18px;
}
section dl dt > span {
  width: 80px;
  text-align: center;
  background: #0066cc;
  padding: 15px;
  color: #FFFFFF;
}
section dl dt span.red {
  display: inline-block;
  color: #cc0000;
  padding-left: 20px;
  font-size: 14px;
}
section dl dt p {
  padding: 15px 20px;
}
section dl dd {
  background: #e0f2f7;
  padding: 22px 20px;
}
section dl dd .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section dl dd h5 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #0066cc;
  font-weight: normal;
}
section dl dd table.info {
  width: 440px;
  border-top: 1px solid #bacc99;
  border-left: 1px solid #bacc99;
  border-right: 1px solid #bacc99;
}
section dl dd table.info.full {
  width: 100%;
}
section dl dd table.info th,
section dl dd table.info td {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #bacc99;
  vertical-align: middle;
  text-align: center;
}
section dl dd table.info th {
  background: #CCE9F4;
  white-space: nowrap;
  width: 80px;
}
section dl dd table.info td {
  background: #FFF;
  text-align: left;
  line-height: 1.4;
}
section dl dd table.info td ul.indent li {
  font-size: 13px;
  text-align: left;
}
section dl dd table.info td ul.indent li.red {
  color: #cc0000;
}
section dl dd table.info td a {
  color: #0066cc;
}
section dl dd table.info td a:hover {
  text-decoration: underline;
}
section dl dd img {
  width: 440px;
  height: auto;
}

body.dance section dl dt {
  background: #ffd3dc;
}
body.dance section dl dt > span {
  background: #ff859f;
}
body.dance section dl dd {
  background: #fff1f4;
}
body.dance section dl dd h5 {
  color: #f75d7d;
}
body.dance section dl dd table.info {
  border-top: 1px solid #e8b0b2;
  border-left: 1px solid #e8b0b2;
  border-right: 1px solid #e8b0b2;
}
body.dance section dl dd table.info th,
body.dance section dl dd table.info td {
  border-bottom: 1px solid #e8b0b2;
}
body.dance section dl dd table.info th {
  background: #ffd3dc;
}
/*# sourceMappingURL=sister.css.map */