.movie-section{
	position: relative;
	margin: 0 0px;
	overflow: hidden;

	border-radius: 0px 0px 5px 5px;
		-webkit-border-radius: 0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
}
.movie-article{
	padding: 0px 0px 10px;
}
.movie-head-h2{
	position: relative;
	color: #001100;
	line-height: 2em;
	text-indent: 5px;
	/*margin-bottom: 10px;*/
	border-top: 3px #0070d9 solid;
	border-bottom: 3px #0070d9 solid;
	background: #0070d9;
}

.movielist-article{
	/*margin: 10px 0;*/
	border-top: 1px #CCC solid;
}
.movie-dl{
	position:relative;
	border-top: 0px #FFF solid;
	border-bottom: 1px #CCC solid;
}
.movie-dt{
	position:relative;
	height: 100px;
	/*height: 73px;*/
}
.movie-span{
	display: block;
	position: absolute;
	color: #000;
}

.movie-stat{
	top: 2px;
	left: 3px;
	padding: 1px 0;
	text-align: center;
	font-size: 55%;
	color: #FFF;
	height:15px;
	width: 107px;
	line-height: 1.5em;
	/*width: 70px;
	line-height: 1.1em;*/
}
.movie-stat-pr{
	background-color: #009933;
}
.movie-stat-free{
	background-color: #00BFFF;
}
.movie-stat-digest{
	background-color: #FF1493;
}
.movie-nickname{
	top: 2px;
	left: 113px;
	color:#0070d9;
	font-size:105%;
}
.movie-image{
	bottom: 3px;
	left: 3px;
	overflow:hidden;
	width: 107px;
	height: 80px;
/*	width: 70px;
	height: 53px;*/

}
.movie-img{
	position: absolute;
	display: block;
	/*left: -8px;*/
	width:107px;
	height:80px;
}
.movie-title{
	top: 35px;
	left: 113px;
	font-size: 85%;
}
.movie-date{
	left: 113px;
	font-size: 70%;
	bottom:0px;
	/*top: 55px;*/
}

.movie-right-icon{
	width:15px;
	height:100px;
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	background-color:#DDD;
	background-image: url('../img/spn/icon.png');
	background-repeat: no-repeat;
	background-position: 3px -118px;
	/*background-position: 3px -130px;*/
}
.movie-right-icon2 {
	width: 15px;
	height: 73px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #66abec;
	background-image: url("../img/spn/icon.png");
	background-position: 3px -130px;
	background-repeat: no-repeat;
}


.movie-nav-li{
	width: 50%;
	font-size: 85%;
	background: #0070d9;
	background: linear-gradient(#2b96f9, #0070d9);
	background: -webkit-gradient(linear, left top, left 100%, from(#2b96f9), to(#0070d9));
	background: -moz-linear-gradient(top, #2b96f9, #0070d9);
	background: -opera-linear-gradient(top, #2b96f9, #0070d9);
}



.digest-li {width: 50%;}

.pr-li     {width: 50%;}

.movie-nav-span{
	height: 75px;
	padding: 5px 0px;
	display: block;
	border: 1px #aaa solid;
	text-align: center;
	color: #fff;
	font-weight:bold;
	position:relative;
}

.nav-digest-span{padding-top: 0.5em;}
.nav-pr-span    {line-height: 2.1em;padding-top:0.5em;}

.nav-free-span  {line-height: 3.0em;}
