@charset "utf-8";
@import "common/base.css";
/*===========================================================
  - movie.css
============================================================*/
body {
	background: #000000;
	color: #FFFFFF;
}
#containerWrap {
}
div#movieWrap {
	width: 900px;
	height: 540px;
	margin: 100px auto 0;
	position: relative;
	text-align: center;
	clear: both;
}
div#vimeoWrap {
	width: 900px;
	height: 540px;
	position: relative;
	padding-bottom: 30px;
	border-bottom: #CCCCCC 1px solid;
	margin-bottom: 50px;
	
}
div#movieTitleWrap {
	width: 440px;
	float: left;
	text-align: left;
}
div#textWrap {
	width: 440px;
	float: right;
	text-align: left;
}
div.movieText {
	margin: 0px auto 40px;
	line-height: 26px;
}
div.movieText h3 {
	font-size: 16px;
	font-weight: bold;
}
div.movieText p {
	font-size: 14px;
	padding-left: 5px;
}
div.movieText span.textRight {
	text-align: right;
	display: block;
	font-size: 16px;
}