<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* common
===============================================================*/
 .app_btn .btn03 {
	position: absolute;
    top: 1px;
    left: -425px;
	display: block;
	}

 .app_btn .btn03 img {
	position: absolute;
    top: 24px;
    left: 25px;
}


/* Main
===============================================================*/
.main_img {
	background:url(/images/top/main.jpg) no-repeat center top;
	min-width:980px;
	height:664px;
	}
#Main .news{
	background:url(/images/top/news.gif) no-repeat 0 0;
	margin:40px 0;
	}
#Main .news dt{
	width:186px;
	height:36px;
	padding:6px 0 0 0;
	background-color:#09a0d4;
	float:left;
	}
#Main .news dd{
	width:792px;
	height:42px;
	font-weight:bold;
	background-color:#f6f6f6;
	float:right;
}
#Main .news dd span{
	padding:10px 20px;
	display:block;
	font-size:16px;
	}
#Main .tl_box{
	position:relative;
	margin-bottom:24px;
	}
#Main .tl_box .btn_more{
	position:absolute;
	top:1px;
	right:0;
}
#Main .tl01{
	background:url(/images/top/tl01.gif) no-repeat 0 0;
	width:256px;
	height:27px;
	text-indent:-9990px;
	}
#Main .tl02{
	background:url(/images/top/tl02.gif) no-repeat 0 0;
	width:256px;
	height:27px;
	text-indent:-9990px;
	}
#Main .box01{
	width:448px;
	float:left;
	}
#Main .box02{
	width:448px;
	float:right;
	}
#Main .box01 a:hover,
#Main .box02 a:hover{
	cursor:pointer;
	}	
#Main .box01 a:hover .ph,
#Main .box02 a:hover .ph{
    text-decoration:none;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}
#Main .box01 a:hover .txt,
#Main .box02 a:hover .txt{
	text-decoration:underline;
}
#Main .ph_box {
	border:solid 1px #e3e3e3;
	height:119px;
	margin-bottom:15px;
}

#Main .ph_box .ph{
	width:181px;
	float:left;
	}
#Main .ph_box .txt{
	width:264px;
	float:right;
	}
#Main .ph_box .txt .day{
/*	padding:20px 20px 5px;*/
	padding:20px 0 5px 20px;
	font-weight:bold;
	}
#Main .ph_box .txt .day strong {
	color:#05a3db;
	}
#Main .ph_box .txt .day strong.b {
	display:block;
	margin:0 0 5px 0;
	}
#Main .ph_box .txt .day span{
	font-weight:normal;
	font-size:13px;
	}
#Main .ph_box .txt .day span.newMark{
    margin-left: 0.5em;
    color: #FF0000;
    font-weight: bold;
	}

#Main .ph_box .txt dd{
	padding:0 20px ;
	}
#Main .btn_more a{
	padding-bottom:5px;
	border-bottom:solid 2px #484848;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
	}
#Main .btn_more a:hover{
	padding-bottom:2px;
	border-bottom:solid 2px #484848;
	}</pre></body></html>