<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*-------------------------------------*/
/*													*/
/* module.css									*/
/*													*/
/*-------------------------------------*/


#movie{
	width:480px;
	height:380px;
	margin:30px auto;
}


/*-------------------------------------*/
/*													*/
/* common_style								*/
/*													*/
/*-------------------------------------*/

a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}


body{

}


p{
	font-size:12px;
}
2


.title{
	float:left;
}
#news, #main{
	margin-top:30px;
}
#news{
	width:218px;
	height:280px;
	border:1px solid #ccc;
}
#news p{
	width:200px;
	background-color:#FFF;
	font-size:12px !important;
	padding:5px;
}
&lt;!--iframe{
	width:218px;
	height:250px;
	border:0px;
	overflow:hidden;
}
--&gt;
.box{
	width:162px;
	margin:0px 8px 20px 0px;
	float:left;
}
.box p{
	font-size:12px;
	margin:5px 0px;
}

.attention{
	width:650px;
	font-size:10px;
	background-color:#F3F2EE;
	color:#300;
	padding:14px;
	line-height:16px;
	margin-bottom:20px;
}

.back{
	position:absolute;
	top:-26px;
	right:0px;
}

#footer_left{
	color: #ccc;
	position:absolute;
	top:25px;
	left:0px;
}
.footer_title{
	font-size:13px;
	font-weight:bold;
	color: #fff;
}
.footer_text{
	font-size:12px;
	margin-top:5px;
}
.footer_text a{
	color: #CCC;
	text-decoration: none;
}

address{
	font-style: normal;
	color: #ccc;
	position:absolute;
	top:50px;
	right:0px;
	padding:0px 10px;
	font-size:12px;
}


/*-------------------------------------*/
/*													*/
/* category &amp; page_style					*/
/*													*/
/*-------------------------------------*/

#PanList h2{
	font-weight:normal;
	font-size:12px;
	display:inline;
	margin:0px;
}
#PanList a{
	color: #333;
	text-decoration: none;	
}

#movie_wrap h3{
	padding:0px 0px 0px 30px;
	font-weight:normal;
	font-size:20px;
}
.date{
	color:#630;
	font-size:14px !important;
	margin-right:20px;
}
.time{
	font-size:12px !important;
}
.movie_wrap_bar{
	margin-left:5px;
}

#movie_box .box{
	width:134px !important;
	margin:0px 2px 20px 0px !important;
	float:left;
}
#movie_box img{
	width:120px;
}


#pre{
	width:236px;
	height:45px;
	background-image:url(../img/common_image/pre.jpg);
	background-repeat:no-repeat;
	margin-bottom:15px;
	padding:13px 15px;
}
#pre a{
	font-size:12px;
	color: #FFF;
	text-decoration: none;
}


/*--------- ch2 ---------*/

#movie_text1{
	width:174px;
	float:left;
	margin-left:5px;
}
#movie_text2{
	width:450px;
	float:left;
}

#movie_text2 h3{
	margin:10px 10px 0px;
	padding:0px;
	font-size:16px;
}
#movie_text2 h4{
	margin:5px 10px;
	padding:0px;
	font-size:13px;
	line-height:20px;
}

#movie_text2 p{
	margin:5px 10px;
	padding:0px;
	font-size:13px;
	line-height:20px;
}

#movie_text2 span{
	font-size:10px;
}

#switch1,#switch2,#switch3{
	width:600px;
	background-color:#CCCCCC;
	text-align:center;
}
#switch1 a,#switch2 a,#switch3 a{
	color: #333;
	text-decoration: none;	
	margin:0px 5px;
}
#page1{
	display:block;
}
#page2,#page3,#switch2,#switch3{
	display:none;
}


/*--------- ch4 ---------*/


#kensei_box .box{
	margin:20px 2px;
}

#kensei_box .box{
	width:200px;
	margin-left:20px;
}
#kensei_box p{
	width:200px;
	text-align:center;
	font-size:16px;
	margin-top:10px;
}
.small{
	font-size:12px;
}


/*--------- ch5 ---------*/

#ch5_box{
	width:330px;
	float:left;
	margin:0px 0px 0px 10px;
}
.ch5_1{
	background-color: #F7ECF4;	
	margin:10px 0px 0px 40px;
	width:240px;
	padding:10px;
	font-size:14px;
	line-height:20px;
}
#ch5_box a{
	color: #000;
	text-decoration: none;
}
.ch5_2{
	margin:10px 10px 0px 45px;
	width:240px;
	height:40px;
	font-size:12px;
}



/*-------------------------------------*/
/*													*/
/* ClearFix										*/
/*													*/
/*-------------------------------------*/

.ClearFix {
	
}
.ClearFix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	content: ".";
}

/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
</pre></body></html>