@charset "utf-8";

/* movie_pickup
---------------------------------------- */
.movie_pickup{
	max-width: 560px;
	margin: 0 auto 70px;
}
.movie_pickup iframe{
	width: 100%;
}
.movie_pickup .caption{
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
	margin: .5em 15px;
}

.embed-responsive{
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	padding-top: 56%;
	margin-bottom: 1em;
}
.embed-responsive iframe,
.embed-responsive img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media screen and (max-width:599px){

  .movie_pickup .caption br{
    display: none;
  }  
}

@media screen and (max-width:480px){

  .movie_pickup{
    margin: 0 auto 50px;
  }
  .movie_pickup .caption{
    margin: .25em 15px 0;
    font-size: 14px;
    text-align: left;
  }
}
