@charset "utf-8";
/*
CSS Information
 File name:      special_movie_detail.css
 Author:         Administrator
 Style Info:     /special_movie_detail.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/
#content > section > .inner {
	padding-top: 10px;
}

/* #upper
***********************************/
#upper {
	margin: 0 10px;
	border: solid 1px #999;
}
#upper h1 {
	padding: 5px 10px;
	background: #666;
	border-bottom: solid 1px #999;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	text-align: left;
}
#upper .inner {
	padding: 5px;
	background: #efefef;
}
#player {
	float: left;
	width: 590px;
}
#txtData {
	float: right;
	width: 290px;
}
#txtData .profile {
	margin: 0 0 5px;
	padding: 10px;
	background: #666;
	color: #fff;
	text-align: left;
}
#txtData .profile a {
	color: #ffffff;
}
#txtData .profile a:hover {
	text-decoration: none;
}
#txtData .profile em {
	display: block;
	font-size: 116%;
	font-weight: bold;
}
#txtData .profile small {
	display: block;
	font-size: 100%;
}
#txtData .comment {
	height: 270px;
	font-size: 85%;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.4;
	overflow: auto;
}
/* #reviewList
***********************************/
#reviewList {
	float: left;
	margin: 10px 0 0 10px;
	width: 538px;
}
#reviewList li {
	position: relative;
	margin: 0 0 10px;
}
#reviewList li .title {
	padding: 2px 5px;
	background: #efefef;
	font-weight: bold;
	text-align: left;
}
#reviewList li .userName,
#reviewList li .date {
	position: absolute;
	top: 20px;
	font-size: 85%;
}
#reviewList li .userName {
	left: 0;
}
#reviewList li .date {
	right: 0;
}
#reviewList li .body {
	margin: 15px 0 0;
	font-size: 93%;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.5;
}

/* #side
***********************************/
#side {
	float: right;
	margin: 10px 10px 0 0;
	width: 350px;
}
#side > section,
#side > aside {
	margin: 0 0 10px;
	border: solid 1px #999;
}

#side > section h1,
#side > aside h1 {
	padding: 5px 10px;
	background: #666;
	border-bottom: solid 1px #999;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	text-align: left;
}
#side > aside .formData {
	padding: 10px;
	text-align: left;
}
#side > aside .formData label {
	display: block;
	font-weight: bold;
}
#side > aside .formData label:before {
	content: "▼";
}
#side > aside .formData input[type=text],
#side > aside .formData input[type=password],
#side > aside .formData textarea {
	display: block;
	margin: 0 0 10px;
	padding: 2px;
	width: 60%;
	border: solid 1px #999;
}
#side > aside .formData textarea {
	width: 90%;
	height: 10em;
}
#side > aside .formData input[type=submit] {
	display: block;
	margin: 10px auto 0;
	padding: 5px;
	width: 200px;
	background: #efefef;
	border: solid 1px #999;
	cursor: pointer;
}
#side > aside .errMsg {
	margin: 10px 0;
	padding: 5px;
	border: solid 1px #f00;
	color: #f00;
	text-align: left;
}
#side > aside .errMsg p:before {
	content: "！";
}
#side > aside .compMsg {
	margin: 10px 0;
	padding: 5px;
	background: #c1eeed;
	color: #00605f;
	text-align: left;
}

/* movieList movieList movieList */
#movieList h1 {
	margin: 10px 10px 0;
	padding: 5px 10px;
	background: #666;
	border-bottom: solid 1px #999;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	text-align: left;
}

ul.movieList {
	padding: 10px;
}

#movieList li {
	width: 270px;
	height: 281px;
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #9a9a9a;
	float: left;
}
#movieList li:nth-child(3n) {
	margin: 0 0 10px 0 !important;
}

#movieList span.thumb {
	width: 270px;
	height: 202px;
	display: block;
	overflow: hidden;
	margin: 0 auto 10px;
}
#movieList span.thumb img {
	max-width: 270px;
	max-height: 202px;
}

#movieList .inner h3.ladyName {
	margin: 0 auto;
	padding: 5px 0;
	background: none !important;
	text-align: center !important;
}

#movieList .txtData .playBtn {
	position: relative;
	display: block;
	width: 197px;
	margin: 5px auto 0;
	border: solid 1px #999;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	behavior: url(/js/web/lib/PIE.htc);
	color: #000;
	font-size: 108%;
	line-height: 2;
	text-align: center;
	text-decoration: none;
}

#movieList .moreLink {
	padding: 5px;
	text-align: right;
}

#movie {
	overflow: hidden;
	max-height: 400px !important;
}
.vjs-poster {
	/*width: auto !important;
	height: 100%;
	max-width:100%;*/
	position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video-js .vjs-tech {
	cursor: pointer;
}