@charset "UTF-8";
html, body {
  background-color: #9c9fff;
  margin: 0px 30px 0px 30px;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

h1 {
  text-align: center;
  font-size: 4em;
  color: #fbffc9;
  margin: 30px 0px 0px 0px;
}

h2 {
  font-size: 3em;
  line-height: 1.5em;
  margin: 0px 0px 0px 30px;
  color: #505abf;
}

h2.F, h2.T, h2.ex {
  margin-left: 60px;
}

h2.T {
  color: white;
}

h2.T::before {
  content: "→ ";
}

h2.ex {
  color: #D4F2FF;
}

h2 div {
  display: inline;
  color: #b120e6;
}

p {
  color: #fbffc9;
  font-size: 2rem;
}

s {
  display: inline-block;
  color: #696dff;
  text-decoration: none;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#9c9fff), color-stop(47%, #9c9fff), color-stop(47%, #9c9fff), color-stop(53%, #9c9fff), color-stop(53%, #9c9fff), to(#9c9fff));
  background: -o-linear-gradient(#9c9fff 0%, #9c9fff 47%, #9c9fff 47%, #9c9fff 53%, #9c9fff 53%, #9c9fff 100%);
  background: linear-gradient(#9c9fff 0%, #9c9fff 47%, #9c9fff 47%, #9c9fff 53%, #9c9fff 53%, #9c9fff 100%);
}

u {
  border-bottom: 3px dotted #696dff;
  line-height: 1.1em;
}

u > em {
  background-color: #696dff;
  color: white;
}

u > em:after {
  border-color: transparent transparent #696dff transparent;
  border-width: 10px;
  margin-left: -10px;
}

.audioTimeLineModule {
  background-color: #8286ff;
}

.timeMark {
  background-color: white;
}

.audioBtnPaused, .audioBtnPlaying, audioBtn {
  background-color: #8286ff;
}