<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.nav_outer {
	width:84%;
	padding:8px 18px;
	margin:0 auto 43px auto;
	background:#e1fcfe;
	border:2px solid #69C;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px 6px 6px 6px;
}

@media (max-width:640px) {
	.nav_outer {
		margin:0 0 53px 0;
		width:auto;
	}
}

.nav_outer h6 {
	margin:0 !important;
	font-size:1.4em !important;
}

.nav_outer p {
	line-height:1.5em;
	padding:0 9px;
}

.nav_item {
	font-size:1em;
	color:#fff;
	padding:0 0 0 63px;
	margin-bottom:10px;
	font-weight:bold;
	background:#69C;
	height:2.3em;
	line-height:2.3em;
	display:block;
}

.nav_item_fp {
	font-size:1em;
	color:#fff;
	padding:0 0 0 63px;
	margin-bottom:10px;
	font-weight:bold;
	background:#a8a6a6;
	height:2.3em;
	line-height:2.3em;
	display:block;
}

ul.nav_device li {
    float:left;
	width:47%;
	width:46%\9;
	height:170px;
	position:relative;
    margin:16px 0 0 0;
	margin:16px 0 0 15px\9;
    background: #ffffee;
	padding:0;
	border:3px solid #69C;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px 4px 4px 4px;
}

ul.nav_device li:nth-child(2n) {
    float:right;
    margin:16px 0 0 0;
}


@media (max-width:640px) {

	ul.nav_device li {
    	float:none;
		width:auto;
		height:auto;
	}
	ul.nav_device li:nth-child(2n) {
    	float:none;
		width:auto;
		height:auto;
	}
}

.ico {
	position:absolute;
	top:-9px;
	left:2px;
	z-index:1;
}


ul.nav_fp li {
    float:right;
	width:65%;
	height:145px;
	position:relative;
    margin:16px 0 0 0;
    background: #f7f6f6;
	padding:0;
	border:3px solid #a8a6a6;
	border-radius:4px;
}

@media (max-width:640px) {

	ul.nav_fp li {
    	float:none;
		width:auto;
		height:auto;
	}
}

/*===========================================
	toggle_btn
=============================================*/

.toggle_btn {
	background:url(/support/share/images/arrow_under.gif) no-repeat 9px 50% #f1f1f1;
	width:auto;
	margin:8px 0 0 0;
	height:2.2em;
	line-height:2.2em;
	padding:0 2em 0 2em;
	cursor:pointer;
}

.toggle_btn_on {
	background:url(/support/share/images/arrow_top.gif) no-repeat 9px 50% #f1f1f1;
	width:auto;
	margin:8px 0 0 0;
	height:2.2em;
	line-height:2.2em;
	padding:0 2em 0 2em;
	cursor:pointer;
}

div.toggle {
	background:#f1f1f1;
	padding:0.5em 0.2em;
}

.btn_wd {
	width:160px;
}

span.link_out {
    background: url('/share/images/icon_blank.gif') no-repeat scroll 0px 0px transparent;
    display: inline-block;
    height: 0px;
    margin-left: 3px;
    overflow: hidden;
    padding: 9px 0px 0px;
    vertical-align: baseline;
    width: 11px;
}

.content_left_45 {
	width:43%;
	float:left;
}

.content_left_45 img {
	width:100%;
}

.content_right_55 {
	width:54%;
	float:right;
}

@media (max-width:640px) {
	.content_left_45 {
		width:auto;
		float:none;
		text-align:center;
	}
	
	.content_left_45 img {
		width:100%;
		max-width:480px;
	}
	
	.content_right_55 {
		width:auto;
		float:none;
	}
}

.tvs_link_btn {
	width:50%;
}

@media (max-width:640px) {
	.tvs_link_btn {
		width:auto;
	}
}






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