body#home .changes {
  height: 12em;
  overflow-y: scroll;
  border: 1px solid #aaa;
  margin: 1em 1em;
  padding: 0.5em; }

body#wordSearchPage #resultAinu .ainu {
  width: 40%; }

body#dic .copyright {
  font-size: 80%;
  color: #888; }

body#video {
  background-color: black; }
  body#video .video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px; }
    body#video .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  body#video #subtitle {
    color: white;
    font-size: 3vw;
    position: fixed;
    bottom: 2em;
    width: 100%;
    text-align: center;
    pointer-events: none;
    text-shadow: 2px 0px 0px #000, 0px 2px 0px #000, -2px 0px 0px #000, 0px -2px 0px #000; }
  body#video #hoverArea {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 100px; }
    body#video #hoverArea .palette {
      background-color: rgba(128, 128, 128, 0.7);
      color: white;
      visibility: hidden;
      text-align: center;
      padding: 10px; }
      body#video #hoverArea .palette a {
        color: white;
        margin: 10px; }
    body#video #hoverArea:hover .palette {
      visibility: visible; }

/*# sourceMappingURL=page.css.map */
