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

#main .over_box {
}

/*  alpha Btn
-----------------------------------*/
#main a img,
.alpha a img,
a.alpha img{
	-webkit-transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	transition: opacity .1s ease;
}
#main a img:hover,
.alpha a:hover img,
a.alpha:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}


/*  Structure Frames
-----------------------------------*/
#aside .nav .local li {
	zoom: 1;
}
#aside .nav .local li ul {
	display: block;
}
#aside .nav .local ul li.current a:link,
#aside .nav .local ul li.current a:visited{
	color:#e95800 !important;
}

/*  clearfix
-----------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}

/*  float
-----------------------------------*/
.fl_left {
    float: left;
}
.fl_right {
    float: right;
}

/* position
-----------------------------------*/
.p_relative {
	position: relative;
}
.p_absolute {
	position: absolute;
}

/* table
-----------------------------------*/
.default .ta-c {
	padding-left:5px !important;
	padding-right:5px !important;
}

/* font
-----------------------------------*/
#main .f_color_red {
	color:#E50012;
}</pre></body></html>