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

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

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

h2 {
  font-size: 3em;
  line-height: 1.5em;
  margin: 20px 0px 0px 0px;
  color: #f5b586;
}

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

p {
  color: #f25c5c;
  font-size: 2em;
}

button {
  font-size: 2.5em;
  border: 2px solid #ed7b28;
  border-radius: 13px;
  padding: 4px 12px 6px 12px;
  margin: 8px 8px 8px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5B586), to(#F25C5C));
  background-image: -o-linear-gradient(#F5B586, #F25C5C);
  background-image: linear-gradient(#F5B586, #F25C5C);
}

button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F25C5C), to(#F5B586));
  background-image: -o-linear-gradient(#F25C5C, #F5B586);
  background-image: linear-gradient(#F25C5C, #F5B586);
}

button:active, button:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F25C5C), to(#F5B586));
  background-image: -o-linear-gradient(#F25C5C, #F5B586);
  background-image: linear-gradient(#F25C5C, #F5B586);
  padding: 2px 10px 4px 10px;
  border: 4px solid #fababa;
}

div.answer {
  margin: 40px 0px 40px 0px;
  height: 60px;
}

div.answer p {
  text-align: center;
  line-height: 60px;
  font-size: 3em;
  line-height: 0px;
}

div.answer p.Y {
  color: #f9d2b5;
}

div.answer p.Y::after {
  content: " → ถูกต้อง ! ! !";
  color: #f25c5c;
}

div.answer p.N {
  color: #a7678a;
}

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

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

u > em {
  background-color: #a7678a;
  color: #f5b586;
}

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

.audioTimeLineModule {
  background-color: #5a3449;
}

.timeMark {
  background-color: #9b5a7d;
}

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