@charset "utf-8";
/*
CSS Information
 File name:      lady_movie.css
 Author:         Administrator
 Style Info:     /lady_movie.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/
#content > section > .inner {
	padding-top: 10px;
}
#side {
	float: left;
	margin: 0 0 0 10px;
	width: 240px;
}
#side > section {
	position: relative;
	margin: 0 0 10px;
	border: solid 1px #999;
}
#side > section .secTtl {
	position: relative;
	padding: 5px 10px;
	font-size: 108%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	border-bottom: solid 1px #999;
	font-weight: bold;
	text-align: left;
	behavior: url(/js/web/lib/PIE.htc);
}
#side > section .inner {
	padding: 10px;
}
#main {
	float: right;
	margin: 0 10px 0 0;
	width: 648px;
}
#main > section {
	position: relative;
	margin: 0 0 10px;
}
#main > section .secTtl {
	margin: 0 auto 10px;
	padding: 5px 0;
	background: #666;
	border-bottom: solid 1px #999;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
}

/* #ladyData
***********************************/
#ladyData {
	margin: 0 0 10px;
}
#ladyData .thumb {
	display: block;
	width: 240px;
	height: 320px;
	overflow: hidden;
	text-align: left;
}
#ladyData .thumb img {
	width: auto;
	height: auto;
	max-width: 240px;
	max-height: 320px;
	vertical-align: top;
}
#ladyData .txtData {
	margin: 5px 0 0;
	padding: 10px;
	background: #999;
	color: #fff;
}
#ladyData .txtData em,
#ladyData .txtData span {
	display: block;
	text-align: left;
}
#ladyData .txtData .ladyName {
	font-size: 116%;
	font-weight: bold;
}
#ladyData .txtData .schedule {
	display: block;
	margin: 10px 0 0 0;
	border: solid 1px #666;
}
#ladyData .txtData .schedule dt {
	display: block;
	float: left;
	width: 40%;
	background: #666;
	font-size: 93%;
}
#ladyData .txtData .schedule dd {
	display: block;
	float: right;
	width: 60%;
	background: #fff;
	color: #666;
	font-size: 93%;
}

/* #main
***********************************/
/* movieList movieList movieList */
#movieList h1,
#movieList_special 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: 0;
	overflow: hidden;
	clear: both;
}

#movieList li,
#movieList_special li {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 9px 8px;
	width: 191px;
	border: solid 1px #999;
	border-top-color: rgb(153, 153, 153);
	border-right-color: rgb(153, 153, 153);
	border-bottom-color: rgb(153, 153, 153);
	border-left-color: rgb(153, 153, 153);
	overflow: hidden;
	max-height: 190px;
}
#movieList li:nth-child(3n),
#movieList_special li:nth-child(3n) {
	margin: 0 0 14px 0 !important;
}

#movieList span.thumb,
#movieList_special span.thumb {
	width: 185px;
	display: block;
	margin: 0 auto 10px;
	height: 113px;
}
#movieList span.thumb img,
#movieList_special span.thumb img {
	width: 100%;
	width: auto;
	height: auto;
	max-width: 190px;
	max-height: 104px;
	vertical-align: top;
}

#movieList .txtData .playBtn,
#movieList_special .txtData .playBtn {
	position: relative;
	display: block;
	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,
#movieList_special .moreLink {
	padding: 5px;
	text-align: right;
}
.ladymovie-tabs {
	margin-bottom: 10px;
	text-align: left;
	padding: 0;
	overflow: hidden;
}
.ladymovie-tabs .ladymovie-tabs-item {
	display: inline-block;
	margin: 0 5px 5px 0;
	border:0 !important;
	padding:0 !important;
}
.ladymovie-tabs .ladymovie-tabs-item a {
	padding: 5px 10px;
	border: 1px solid #999;
	border-radius: 5px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #666;
	background: #fff;
}
.ladymovie-tabs .ladymovie-tabs-item.current a {
	border: 1px solid #c80037;
	background: #c80037;
	color: #fff;
}