div.thum {
	position: relative;
}
.thum_layer {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto auto;
}
.boxClm div.thum {
    text-align: center;
}
.boxClm div.thum-caption {
	color: #333;
	margin-top: 5px;
	text-align: center;
}

/* play-movie-box Type */
.play-movie-box {
  width: fit-content;
  margin: 0 auto;
}
.play-movie-box .thum {
  width: fit-content;
}
.play-movie-box .thum img {
  border: 1px solid #ccc;
}
.play-movie-box .thum:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/movie_thum_layer.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-movie-box .thum-caption {
  margin: 10px 0 0;
  text-align: center;
  color: #333;
  font-size: 115%;
}
.play-movie-box a:hover .thum-caption {
  color: #3399CC;
}
@media only screen and (max-width: 599px) {
  .play-movie-box .thum img {
    width: 100%;
  }
}
