<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;
	}
}





.ico_img {
	width:72px;
}

.ico_area {
	margin-bottom:10px;
}

.ico_area p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

/*for IE6 */
* html .ico_area p {
	display: inline;
	zoom: 1;
}

/*for IE7 */
*:first-child+html .ico_area p {
	display: inline;
	zoom: 1;
}

.osusume {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
	border:1px solid #942911;
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	padding:0 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	margin-left:12px;
}


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;
	}
}



/* 2023/09/04霑ｽ險� */
ul.nav_device li.h_278 {
	height: 278px;
}

a.textLink {
    background: url(/support/software/videotvsideview/img/ico_link.png) no-repeat 0 6px;
    display: inline-block;
	padding-left: 1em;
}

img.icon_window {
    padding-left: 0.25em;
}

@media (max-width:640px){
	ul.nav_device li.h_278 {
		height: auto;
	}
}</pre></body></html>