<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 */

/*  Original elements
-----------------------------------*/
#main .over_box {
	margin:0px -10px;
}

#main .fl_left {
	float:left;
}
#main .fl_right {
	float:right;
}
#main .fl_clear {
	clear:both
}
#main .feature_txt {
	font-size: 14px;
	line-height: 1.7em;
}
#main hr.mk_dot {
	border:none;
	border-top:dashed 1px #CCC;
	height:1px;
	color:#FFFFFF;
	margin: 15px 0px;
}
.new_color {
	color: #F00;
	font-weight: bold;
}
#main .mk_feature_03 {
	background: url(../images/mk_feature_03bg.jpg) no-repeat;
}
#main .mk_feature_04 {
	background: url(../images/mk_feature_04bg.jpg) no-repeat;
}

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

</pre></body></html>