@charset "utf-8";
/* movie.css */


.img-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px
}

.img-box li{
  margin-bottom: 20px;
  text-align: center;
  max-width: 300px;
}

.img-box li img{
  width: 100%;
  height: auto;
}

.ver-mid a{
  color: #0044cc
}

.list-cmn-link-01{
  margin-bottom: 20px
}

