@charset "UTF-8";
body {
  background-color: #efeee9;
  padding: 30px;
}

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

h1 {
  text-align: center;
  font-size: 4em;
  color: #2d737c;
}

h2 {
  font-size: 3em;
  color: #0a3d5c;
  line-height: 1.7em;
  margin: 18px 0px 0px 12px;
  padding-bottom: 8px;
}

h2.f {
  color: #0d4c73;
  margin: 0px 0px 0px 86px;
}

h2.t {
  color: #1789cf;
  margin: 0px 0px 0px 86px;
}

h2.t::after {
  content: " ←";
}

h2.ex {
  color: #ffa122;
  margin: 0px 0px 0px 86px;
}

h2 div {
  color: #ff0000;
  display: inline-block;
}

p {
  font-size: 3em;
  line-height: 1.7em;
  color: #434030;
}

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

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

u > em {
  background-color: #afaa90;
  color: white !important;
}

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

.audioTimeLineModule {
  background-color: #c4c1ae;
}

.timeMark {
  background-color: #7e795b;
}

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