#content>section>.inner {
  padding-top: 10px;
}

#upper {
  margin: 0 10px 10px;
  border: solid 1px #999;
}

#upper h1 {
  padding: 5px 10px;
  background: #666;
  border-bottom: solid 1px #999;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

#upper .inner {
  padding: 5px;
  background: #efefef;
}

#player {
  float: left;
  width: 590px;
}

#player video {
  width: 590px;
  height: 339px;
}

#txtData {
  font-size: 16px;
  padding-left: 600px;
}

#txtData .profile {
  background: #666;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  text-align: left;
}

#txtData .profile h2 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

#txtData .profile h2 a {
  color: #fff;
}

#txtData .comment {
  line-height: 1.5;
  overflow: auto;
  text-align: left;
}

#movieList {
  margin: 0 10px;
  border: none;
}

#movieList img {
  max-width: 100%;
}

#movieList ul {
  margin-top: 10px;
}

#movieList li {
  float: left;
  width: 310px;
  height: 195px;
  margin: 0 11px 11px 0;
  padding: 10px;
  border: 1px solid #ccc;
}

#movieList li:nth-of-type(3n) {
  margin-right: 0;
}

#movieList figure {
  width: 300px;
  height: 170px;
  display: block;
  overflow: hidden;
  margin: 0 auto 10px;
}

#movieList figure img {
  max-width: 100%;
  max-height: 100%;
}
