@charset "utf-8";

/* CSS Document */

.movieBlock {
	background: #ffffff;
	padding: 15px 0 15px 15px;
	clear: both;
}

.movieBlock div.playbtn {
	display: table-cell;
	padding: 0 10px;
	vertical-align: top;
}

div#cmcover_modal_bg {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	filter: alpha(opacity=75) !important;
	-moz-opacity: 0.75;
	opacity: 0.75;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
	cursor: pointer;
	display: none;
}

div#cmcover_modal_content {
	width: 960px;
	height: 540px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10000;
	margin-top: -260px;
	margin-left: -480px;
	display: none;
}

div#cmcover_modal_content #modalyoutube_close {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -37px;
	right: 0px;
}

div#cmcover_modal_content #modalyoutube_movie {
	width: 960px;
	height: 540px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

div.yt-autoplay {
	width: 400px;
	height: 225px;
	background-color: #FFF;
	overflow: hidden;
}
div.playbtn_wrap {
	padding-top: 30px;
	display: table;
	margin: 0 auto;
}
.movie-ttl {
	margin: 15px auto 0;
	text-align: center;
}
