html,
body {
  background: #fff;
  margin: 0;
  font-family: "CI", sans-serif;
}
/*
pc
*/
header {
  padding: 15px 0 10px 15px;
}
header img {
  width: 160px;
}
h1 {
  margin: 0;
  padding: 0 15px;
  font-size: 1.4em;
  font-weight: normal;
}
h2 {
  color: #fff;
  margin: 5px 0;
  padding: 10px 0 10px 63px;
  background: #51a72c url(../img/btns_movie.png) no-repeat 14px;
  background-size: 40px;
  font-size: 1.1em;
}
ul {
  padding: 0 5px;
  margin: 0;
}
li {
  list-style: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px;
  background: #dfe0e0 url(../img/btns_btn.png) no-repeat 96%;
  background-size: 35px;
  display: flex;
  box-shadow: 0px 1px #878787;
  -moz-box-shadow: 0px 1px #878787;
  -webkit-box-shadow: 0px 1px #878787;
}
li:hover {
  background: #878787 url(../img/btns_btn.png) no-repeat 96%;
  background-size: 35px;
}
li:last-child {
  margin-bottom: 0;
}
li a {
  display: inline-block;
  width: 100%;
  color: #000;
  text-decoration: none;
  position: relative;
}
li a img{
  float: left;
  width: 100px;
  margin-right: 10px;
}
li a p {
  margin: 0;
  display: inline;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9em;
}
li a p.number {
  font-size: 0.7em;
}
li a p.title {
  left: 135px;
}
li a p span {
  font-size: 0.7em;
}
.copyright {
  margin: 10px 0 5px 5px;
  color: #878787;
  font-size: 0.7em;
}