@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Sawarabi Gothic', sans-serif;
}
.ttl_img {
  padding-bottom: 10px;
  border-bottom: 1px solid #999999;
}
.ttl_img img {
  filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.25));
}
a {
  display: block;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: none;
}
ul {
  display: flex;
  align-items: center;
  padding: 10px;
  /*
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 10px;
  */
  /*border-top: 1px solid;*/
  border-bottom: 1px solid #999999;
}
li.thumbnail {
  width: 20%;
}
li.program {
  width: 70%;
  padding-left: 10px;
  padding-right: 10px;
}
li.program .upper {
  font-size: 16px;
  margin-bottom: 5px;
  color: #666666;
}
li.program .lower {
  font-size: 18px;
  color: #000000;
  line-height: 1.5em;
}
li.arrow {
  width: 10%;
}
footer {
  font-size: 10px;
  background: #0052a5;
  color: #fff;
  padding: 25px 15px;
  text-align: center;
}
