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

/* ******************Cont******************** */

#cont .circuit {
	margin: 10px 0px 15px 0px;
	width: 680px;
}

#cont .circuit .image_area img {
	width: 100%;
	height: auto;
}

#cont .circuit p {
	margin: 10px 10px 0 10px;
	line-height: 1.6;
	color: #333;
}

#cont .circuit p.description {
	font-size: 14px;
}

#cont .circuit a {
	color: #000;
	text-decoration: underline;
}

#cont .circuit a:hover {
	color: #EE0000;
	text-decoration: none;
}

#cont .circuit ul {
	margin: 0 10px;
	list-style: inside disc;
}

#cont .circuit ul li {
	margin: 3px 0px;
	font-size: 12px;
	line-height: 1.4;
}

#cont .circuit h3.section_title {
	margin: 20px 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8;
	color: #009966;
	border-bottom: 1px solid #009966;
}

#cont .circuit table {
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	border-collapse: collapse;
	border-spacing: 0;
}
#cont .circuit table tr {
	vertical-align: top;
	text-align: inherit;
}
#cont .circuit table th {
	color: #555;
	font-weight: bold;
	background: #F3FAFA;
	text-align: inherit;
	padding: 5px 10px 4px 10px;
	border: 1px solid #BBB;
	white-space: nowrap;
}
#cont .circuit table td {
	text-align: inherit;
	padding: 5px 10px 4px 10px;
	border: 1px solid #BBB;
}
#cont .circuit table td ul {
	padding-left: 5px;
}
#cont .circuit table td ul li {
	list-style: disc inside;
	margin: 3px 0;
}
#cont .circuit table .center { text-align: center; }
#cont .circuit table .left { text-align: left; }
#cont .circuit table .right { text-align: right; }
#cont .circuit .w160 { width: 160px; }
#cont .circuit .w330 { width: 330px; }
#cont .circuit .w660 { width: 660px; }

#cont .l_img {
	float: left;
	margin: 0px 10px 0px 0px;
}

#cont .l_img {
	float: left;
	margin: 0px 10px 0px 0px;
}
#cont .circuit .download_btn {
	text-align: center;
}
#cont .circuit .download_btn a:hover {
	text-align: center;
}
</pre></body></html>