@charset "utf-8";
/* CSS Document */
.yume_header{
  margin-bottom: 32px;
}
.yume_archivelist{
  padding-top: 40px;
  padding: 64px 0px 24px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 2%);
}
.yume_archivelist h1{
  position:static;
  text-align: center;
  padding-bottom:16px;
  font-size:1.5em;
  font-weight:bold;
  color: #0071bc;
  text-shadow: -2px -2px 0px #fff;
}
.yume_videobox{
  width:80%;
  margin:auto;
}

.yume_backlink{
  padding:1em 0;
  text-align: center;
}

.yume_backlink a{
  color: #0071bc;
  font-weight:bold;
}

@media screen and (max-width: 800px){
  .yume_archivelist h1{
    font-size:1em;
  }
  .yume_archivelist{
    padding-bottom: 80px;
  }
}