#contents {
  width: 960px;
}

#contents h2 {
  margin: 0 0 35px;
  font-size: 40px;
  font-weight: normal;
}

#contents .photoList li {
  width: 290px;
}

#movie-index {
  width: 960px;
  margin: 0 0 15px;
  overflow: hidden;
}

#movie-index a {
  display: block;
  float: left;
  width: 225px;
  margin: 0 20px 20px 0;
  background: #fff;
  line-height: 1.5;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#movie-index a:hover {
  opacity: .6;
}

#movie-index a:nth-child(4n) {
  margin-right: 0;
}

#movie-index figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

#movie-index figure figcaption {
  background: url(/common/images/icon04.gif) no-repeat right center;
  color: #000;
  display: block;
  margin: 0 15px 0 0;
  padding: 11px 30px 10px 11px;
  font-size: 100%;
  font-weight: 700;
}

#video-contents {
  margin: 40px 0;
}