@charset "utf-8";

/**
 * 	動画ページ  共通
 */

#movie_wrap{
	text-align: left;
	width: 100%;
}


.movieListWrap{
	margin: 0 0 20px 0;
	border: 1px solid #AAAAAA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background: #eeeeee;
	position: relative;
}

.movieTitle{
	margin-top: 10px;
	/*line-height: 50px;*/
	background: url(../../images/common/dot-line_bg.png) repeat;

	border-bottom: 1px solid #333;
}

.movieListWrap .video_tag{
	float: left;
	display: block;
	font-size: 0.9em;
	background: #003d60;
	padding: 8px 10px;
	letter-spacing: 0.1em;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 1em;
	/*margin-top: -14px;*/
	color:white;
}

.movieListWrap h4{
	/*height: 50px;*/
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-weight: bold;

	line-height: 1em;
	letter-spacing: 0.05em;
	width: 100%;
	border:none;
}

.movieListWrap .youtube_screen{
	background: #aaaaaa;
	margin: 20px auto 10px;
	border: 2px solid #999999;
}


.youtube_link{
	margin: 0 auto 10px;
}

.youtube_link a{
	display: inline-block;
}

.youtube_link span{
	display: inline-block;
	position: relative;
	bottom: 10px;
}
