@charset "utf-8";
/* CSS Document */

.pad h1.head{
	color:#000;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
}

.pad h2.head{
	padding-left:45%;
	padding-right:15%;
	color:#555;
	text-align:left;
	font-weight:normal;
	font-size:18px;
}

.pad h3.head{
	padding-left:10%;
	padding-right:5%;
	color:#222;
}

.pad h3.head span{
	float:right;
	font-size:14px;
	color:#036;
	font-weight:normal;
}

.pad hr{
	width:90%;
	height:1px;
	border:none;
	border-top:1px dashed #0066CC;
}

.pad .ln{
	float:left;
}

.pad .up{
	overflow:hidden;
	margin-bottom:30px;
	background:url(../img/bk_line.png);
	background-repeat:repeat-y;
	background-position:800px;
}

.pad .down{
	height:230px;
	overflow:hidden;
}

.pad .notify{
	/*background-color:#030;*/
	width:68%;
	margin:0px;
	padding:0px;
	padding-right:2%;
	padding-bottom:20px;
	min-height:480px;
	position:relative;
}

.pad .notify h1.const{
	/*background-color:#F06;*/
	padding:0px;
	margin:0px;
	font-size:30px;
	font-weight:normal;
	letter-spacing:5px;
	background:url(../img/d_line.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:55px;
}

.pad .notify h2.const{
	position:absolute;
	bottom:0px;
	/*background-color:#0C0;*/
	padding:0px;
	margin:0px;
	overflow:hidden;
	width:100%;
	font-size:16px;
	font-weight:normal;
}

.notify span.be{
	float:left;
}

.notify span.la{
	float:right;
}

.notify span:hover{
	color:#ef292a;
}

.pad .side{
	/*background-color:#93F;*/
	width:27%;
	padding-left:3%;
}

.side .rom{
	height:auto;
	width:100%;
	margin-bottom:30px;
}

.rom .box{
	height:240px;
}

.rom .mag{
	background:url(../img/l_box.png);
	background-position:center;
	background-repeat:no-repeat;
	padding:20px 30px;
	/*text-indent: 30px;*/
	line-height: 25px;
	overflow:hidden;
}

.pad .blank{
	height:20px;
	width:auto;
	clear:both;
}

.pad ul{
	margin:0px;
	padding:0px;
}

.pad ul li{
	margin:4px 0px;
}

.pad ul.cgy{
	list-style-type:none;
	font-size:17px;
	font-weight:bold;
	padding-left:20px;	
}

ul.cgy li{
	margin:15px 0px;
}

.pad li a:hover{
	color:#ef292a;
}

.pad ul.ops{
	list-style-type:disc;
	list-style-position:inside;
}

.pad ul.wt{
	font-weight:bold;
}

ul.ops .sub{
	color:#ef292a;
	margin-right:5px;
}

.pad ul.none{
	list-style-type:none;
}
.pad .cent{
	text-align:center;
}
.pad ul.cent{
	list-style-type:none;
}

.none li{
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.pad .title{
	font-size:24px;
	margin-bottom:15px;
}

.list{
	height:100%;
}

.ti.list{
	/*background:#600;*/
	width:40%;
}

.im.list{
	padding-top:20px;
	/*background:#900;*/
	width:60%;
}

.pad ul.two li{
	float:left;
	width:50%;
	color:#0b3d00;
	font-weight:bold;
}

.pad ul.movie li{
	height:180px;
}

.pad .pagebar{
	color:#333;
	/*letter-spacing:5px;*/
}

.pad .pagebar .info{
	float:right;
	letter-spacing:0px;
}

.pad .pagebar .current{
	color:#339933;
}

.pad .pagebar a{
    margin:0px 3px; 
}
.pad .pagebar span{
    margin:0px 3px; 
}

.pad .pagebar a:hover{
	color:#ef292a;
}

.pad li img{
	margin:0px auto 5px;
	width:90%;
	height:180px;
	display:block;
}

.pad li span.time{
	float:right;
}

.pad .bad
{
	color:#999;
}