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

   å„ã‚«ãƒ†ã‚´ãƒªã€€è£½å“èª¬æ˜Ž

-----------------------------------------*/

.box_outside .category_note {
	border-top: 1px solid #eee;
	margin: 30px 0;
	padding: 30px 0 10px;
	line-height: 160%;
	overflow:hidden;
}
.box_outside .category_note p {
	padding: 0 20px 10px 20px;
}
.box_outside .category_note img {
	float: right;
	padding: 0 20px 0 20px;
    width: 400px;
    height: auto;
}
.box_outside .category_note a{
    color:#06C !important;
}
.box_outside .category_note a:hover{
	color:#333 !important;
}

.category_note p.interface_link {
	margin: 15px 0 0 0;
}
.category_note p.interface_link a {
	font-size: 14px;
	font-weight: bold;
	color: #DA1C24;
}
.category_note p.interface_link a:hover {
	color: #333 !important;
}

/*----------------------------------------

    åŸºæœ¬

-----------------------------------------*/

.default_inside {
	width: 1040px;
	margin: 0 auto;
}

.nosort_inside {
	width: 1010px;
	margin: 30px auto 0;
}


.default_inside h3 ,
.nosort_inside h3.top {
    width: 995px;
	padding: 20px 0 20px 15px;
	margin: 10px 0 15px 0;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1pt;
	background: #fbfbfb;
	border-bottom: 2px solid #ccc;	
}

.nosort_inside h3.sub {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 10px 0 0 0;
	color: #1B6DC0;
}
.nosort_inside h3.sub:after {
	border-top: 0.5px solid #aeaeae;
	content: "";
	flex-grow: 1;
}
.nosort_inside h3.sub:after {
	margin-left: 1rem;
}


/* ***************************************

	ãã®ä»–ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ã‚¤ã‚¹ è£…é£¾

 *************************************** */

.iflist {
	width: 990px;
	background-color: #f9f8f8;
	padding: 20px 0 20px 15px;
	margin: 0 0 30px 0;
}

.iflist img {
  width: 64px; /* è¨ˆç®—å¼ï¼ˆ840px / IFå€‹æ•°ï¼‰*/
  height: auto;
	vertical-align: middle;
	margin: 15px 4px 0;
}
.iflist img.select {
	background-color: #FFF;
}

.iflist span {
	font-size: 14px;
	color: #b9b9b9;
}

.iflist img:hover {
	background-color: #FFF;
	color: #C00 !important;
}

.iflist a:hover img {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


/* ***************************************

	ä¸€è¦§ç”¨

 *************************************** */

#itemList{
	padding: 30px 0 0 0;
}

#itemList ,
#itemList2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.nosort_inside a .camera_box {
	margin: 5px 25px 40px 0;
}

.nosort_inside a:nth-child(3n) .camera_box {
	margin: 5px 0 40px 0;
}

.nosort_inside .camera_box {
	width: 320px;
    height: 260px;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #c6c6c6;
}

.default_inside .camera_box {
	width: 320px;
    height: 240px;
	margin: 5px 25px 40px 0;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #c6c6c6;
	background-color: #fff;
}

.default_inside .camera_box.uvs {
	width: 320px;
    height: 240px;
	margin: 5px 25px 40px 0;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #E7E7E7;;
	background-color: #fff;
}

.camera_box .product_img {
    position:absolute;
    width:110px;
    height:145px;
    top:35px;
    right:0;
    text-align: center;
}

.camera_box .product_img img {
    width: 100%;
    height: auto;
}

.camera_box .product_img img.icon {
    width: 48%;
    height: auto;
}

.camera_box .logo {
    width:120px;
    position:absolute;
    bottom:10px;
    right:5px;
    text-align: right;
}
.camera_box .logo img {
    width: 120px;
	height: 30px;
}

.camera_box h6 {
	border-left:5px solid #c6c6c6;
	background-color: #f2f2f2;
	font-size:13px;
	padding: 7px 1px 7px 8px;
	font-weight: bold;
}

.camera_box.uvs h6 {
	border-left:5px solid #EBEBEB;
	background-color: #F9F9F9;
}

.camera_box h6 span {
	background-color: #EC0000;
	color: #fff;
	font-size: 13px;
	padding: 0 5px 1px 5px;
	font-weight: bold;
	border-radius: 3px;
}

.camera_box h5 {
	font-size: 15px;
	padding: 10px;
	line-height: 140%;
}
.camera_box h4 {
	border-left:5px solid #c6c6c6;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0 2px 8px;
	margin: 15px 0 25px 0;
	line-height: 130%;
}
.camera_box.uvs h4 {
    border-left:5px solid #EBEBEB;
}

.camera_box .point {
	font-size: 13px;
	padding:0 10px 10px 10px;
	line-height: 150%;
}

.camera_box .point_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.camera_box .point_flex p.input {
	display: block;
	width: 45px;
	height: 20px;
	background-color: #867878;
	color: #FFF;
	padding: 5px 5px 0;
	margin: 5px 10px 0 10px;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
}
.camera_box .point_flex p.type {
	display: block;
	font-size: 13px;
	padding: 5px 0 5px 0;
	line-height: 160%;
}

.camera_box .point_flex p.input.if{
	background-color: #868478;
}


.box_outside .bnspace-3 {
	text-align: center;
}
.box_outside .bnspace-3 img {
	width: 320px;
	height: auto;
	margin: 6px 5px;
}


.box_outside .category_note .catalog_pdf {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding:0 0 15px 0;
}
.box_outside .category_note .catalog_pdf div {
	margin: 10px 10px 10px 20px;
}

.box_outside .category_note .catalog_pdf div.pdf {
	background: url("../../../common/img/pdf.png") no-repeat bottom 8px right 5px #AE272D ;
    font-size: 15px;
    font-weight: bold;
	line-height: 230%;
	padding: 7px 45px 7px 10px;
	height: 38px;
	border: 2px solid #eee;
	position: relative;
}

.box_outside .category_note .catalog_pdf a {
	color: #fff !important;
}
.box_outside .category_note .catalog_pdf a:hover {
	color: #ff0;
}



/* ***************************************

	å…¥åŠ›ä¿¡å·ã§çµžã‚Šè¾¼ã‚€ã€€è£…é£¾

 *************************************** */

.inputlist strong {
	font-weight: bold;
}

.inputlist {
	width: 94%;
	padding: 10px;
	background-color: #fcfcfc;
	margin: 30px 7px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.inputlist ul li {
	/* liã‚’æ¨ªä¸¦ã³ï¼†ãƒ–ãƒ¬ãƒƒãƒˆã‚’æ¶ˆã™ */
	display: inline;
	list-style-type: none;
	font-size: 15px;
	line-height: 180%;
	padding-top: 5px;
}
.inputlist ul li:before {
	/* liã®å‰ã«è¨˜å·è¿½åŠ&nbsp; */
	margin: 5px;
	content: "";
}
.inputlist ul li:first-child:before {
	/* æœ€åˆã®liã&nbsp;ã‘contentã‚’æ¶ˆã™ */
	content: "";
}
.inputlist a {
	padding: 2px 5px;
}
.inputlist a:hover {
	background-color: #FFF;
	color: #C00 !important;
}


/* ***************************************

	ãƒšãƒ¼ã‚¸å†…ãƒªãƒ³ã‚¯

 *************************************** */

.nosort_inside ul.searcharea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 0 30px 0;
	font-size: 15px;
	background-color: #F2F2F2;
}
.nosort_inside ul.searcharea li {
	float: left;
	line-height:200%;
	background: url(../../../common/img/menu_listbg.png) no-repeat;
	background-position: left 0 center;
	padding: 10px 0 10px 12px;
	margin: 0 40px;
}
.nosort_inside ul.searcharea li a {
	font-weight: bold;
	display: block;
}


/* ***************************************

	é«˜è§£åƒåº¦ã‚«ãƒ¡ãƒ©ï¼åˆ†å…‰ã‚«ãƒ¡ãƒ© è¡¨ è£…é£¾

 *************************************** */

table.HiRC {
    width: 980px;
	border: none;
	margin: 15px auto 0;
}
table.HiRC.w1010 {
    width: 1010px !important;
    margin-left: 0 !important;
}

table.HiRC th {
	font-weight: bold;
	padding: 10px 5px;
	background-color: #F0F0F0;
	line-height: 150%;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table.HiRC th.sensor_title{
	padding: 20px 5px;
	border-right: none;
	background-color: #FDFDFD;
}

table.HiRC td {
	padding: 5px;
	border-bottom: #DDD solid 1px;
	background-color: #FFF;
	line-height: 150%;
	vertical-align: middle;
	border-right: 1px solid #ddd;
}

table.HiRC td.cm {
    font-size: 13px;
    font-weight: bold;
}

table.HiRC th:last-child ,
table.HiRC td:last-child {
	border-right: none;
}

table.HiRC td span {
	color: #0077C7;
}
table.HiRC td img {
	zoom:.5;
}


table.HiRC th.makerlink {
	padding: 15px 5px;
	background-color: #E1EDFF;
}

table.HiRC th.fix {
  /* ç¸¦ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«æ™‚ã«å›ºå®šã™ã‚‹ */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* tbodyå†…ã®ã‚»ãƒ«ã‚ˆã‚Šæ‰‹å‰ã«è¡¨ç¤ºã™ã‚‹ */
  z-index: 1;
}
table.HiRC th.fix2 {
  /* ç¸¦ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«æ™‚ã«å›ºå®šã™ã‚‹ */
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  /* tbodyå†…ã®ã‚»ãƒ«ã‚ˆã‚Šæ‰‹å‰ã«è¡¨ç¤ºã™ã‚‹ */
  z-index: 1;
}

table.HiRC tr.clickable:hover td {
	background: #FFF9F0;
	cursor: pointer;
}

table th.model{
	background-color:#E1EDFF;
}

.catch_box {
	width: 1000px;
	padding: 0 0 30px 10px;
	font-weight:bold;
	font-size:16px;
	line-height: 160%;
	margin-top: 20px;
}

.catch_box_big {
	width: 940px;
	padding: 0 0 30px 10px;
	font-weight:bold;
	font-size:16px;
	line-height: 160%;
	margin-top: 20px;
}

a.usb3 {color: #06C !important;}
a.usb2 {color: #00B1B1 !important;}
a.gige {color: #650EA3 !important;}
a.tgige {color: #5708C7 !important;}
a.t25gige {color: #0039F0 !important;}
a.t50gige {color: #0095E8 !important;}
a.cl {color: #C03 !important;}
a.hdmi {color: #2E8814 !important;}
a.sdi {color: #ABA70C !important;}
a.smart {color: #C97000 !important;}
a.mipi {color: #3FB537 !important;}




/* ç”»é¢ã‚µã‚¤ã‚ºã®æ¨ªå¹…ãŒ 480px ã‚ˆã‚Šå°ã•ã„å&nbsp;´åˆã«é©ç”¨ */
@media screen and (max-width: 480px) {
/*----------------------------------------

   å„ã‚«ãƒ†ã‚´ãƒªã€€è£½å“èª¬æ˜Ž

-----------------------------------------*/

.box_outside .category_note {
	border-top: 1px solid #eee;
	margin: 30px 0;
	padding: 30px 0 0;
	line-height: 160%;
	overflow:hidden;
}
.box_outside .category_note p {
	padding: 0 20px 10px 20px;
}
.box_outside .category_note img {
	float: none;
	width: 90%;
	padding: 0 20px 10px 20px;
}

.category_note p.interface_link {
	margin: 15px 0 0 0;
}
.category_note p.interface_link a {
	font-size: 14px;
	font-weight: bold;
	color: #DA1C24;
}
.category_note p.interface_link a:hover {
	color: #333 !important;
}

/*----------------------------------------

    åŸºæœ¬

-----------------------------------------*/

.default_inside ,
.nosort_inside {
	width: 100%;
	padding: 0;
	margin: 20px 0 15px 0;
}

.default_inside h3 ,
.nosort_inside h3.top {
    width: 96%;
	padding: 20px 0 20px 15px;
	margin: 10px 0 15px 0;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1pt;
	background: #fbfbfb;
	border-bottom: 2px solid #ccc;	
}

.nosort_inside h3.sub {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 25px 0 30px 10px;
	color: #1B6DC0;
    background-color: #fff;
    border: none;
}

.nosort_inside h3.sub:after {
	border-top: 0.5px solid #aeaeae;
	content: "";
	flex-grow: 1;
}

.nosort_inside h3.sub:after {
	margin-left: 1rem;
}

/* ***************************************

	ãã®ä»–ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ã‚¤ã‚¹ è£…é£¾

 *************************************** */

.iflist {
	width: 95%;
	height: auto;
	background-color: #f9f8f8;
	padding: 20px 0 20px 20px;
	margin: 0 0 30px 0;
}
.iflist img {
  width: 60px;
  height: auto;
	vertical-align: middle;
	margin: 0 5px 0 15px;
}
.iflist img.select {
	background-color: #FFF;
}

.iflist span {
	font-size: 14px;
	color: #b9b9b9;
}

.iflist img:hover {
	background-color: #FFF;
	color: #C00 !important;
}

.iflist a:hover img {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


/* ***************************************

	ä¸€è¦§ç”¨

 *************************************** */

#itemList{
	padding: 0;
}

#itemList ,
#itemList2 {
	justify-content: center;
}

#itemList.lm25 {
    margin: 0 0 0 25px !important;
}

.nosort_inside a .camera_box ,
.nosort_inside a:nth-child(3n) .camera_box ,
.default_inside a .camera_box ,
.default_inside a:nth-child(3n) .camera_box {
	margin: 5px auto 40px;
}

.nosort_inside .camera_box {
    height: 230px !important;
}
.nosort_inside .camera_box.long {
    height: 260px !important;
}

.default_inside .camera_box {
    height: 240px !important;
}

.camera_box {
	position: relative;
}

.camera_box span.red {
	color:#C00;
	font-weight:bold;
}

.camera_box a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.camera_box a:hover{
	background-color: #FFF;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

.camera_box h6 {
	font-size:11px;
}
.camera_box h5 {
	font-size: 13px;
	padding: 10px 0 10px 8px;
}
.camera_box h4 {
	font-size: 17px;
	font-weight: bold;
	padding: 7px 0 7px 8px;
}
.camera_box p.point {
	font-size: 12px;
	padding: 0 0 0 8px;
	line-height: 160%;
}


/* ***************************************

	ãã®ä»–

 *************************************** */

h3 {
	margin: 20px 5px 5px 5px;
	padding: 15px 0 10px 10px;
	border-bottom: 1px #333333 dotted;
	font-size: 18px;
	font-weight: bold;
	background-color: #FAFAFA;
}


/* ***************************************

	ãƒšãƒ¼ã‚¸å†…ãƒªãƒ³ã‚¯

 *************************************** */

.nosort_inside ul.searcharea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 14px;
	background-color: #fbfbfb;
}

.nosort_inside ul.searcharea li {
	float: left;
	line-height:120%;
	background: url(../../../common/img/menu_listbg.png) no-repeat;
	background-position: left 0 center;
	padding: 10px 0 10px 11px;
	margin: 0 30px;
}

.nosort_inside ul.searcharea li a {
	font-weight: bold;
	display: block;
}



/* ***************************************

	é«˜è§£åƒåº¦ã‚«ãƒ¡ãƒ©ï¼åˆ†å…‰ã‚«ãƒ¡ãƒ© è¡¨ è£…é£¾

 *************************************** */

table.HiRC {
	border: none;
	width: 98%;
	margin-top: 15px;
	margin: 0 auto;
}
th {
	font-weight: bold;
	padding: 10px 5px 8px 5px;
	background-color: #F0F0F0;
	font-size: 9px;
}
td {
	border: none;
	padding: 8px 5px 6px 5px;
	border-bottom: #DDD solid 1px;
	background-color: #FFF;
	line-height: 150%;
	font-size: 9px;
}
tbody tr.clickable:hover td {
	background: #FFF9F0;
	cursor: pointer;
}
table th.model{
	background-color:#E1EDFF;
}

.catch_box {
	float: none;
	width: 94%;
	padding: 0 0 30px 10px;
	font-weight:bold;
	font-size:14px;
	line-height: 150%;
}
.catch_box p{
	width: 95%;
	font-size:16px;
	color: crimson;
	line-height: 150%;
	padding-top: 20px; 
}

.catch_box_big {
	float: left;
	width: 95%;
	padding: 0 0 15px 10px;
	font-weight:bold;
	font-size:16px;
	line-height: 160%;
}

/* ***************************************

	ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ã‚¤ã‚¹åˆ¥ã§è¡¨ç¤ºã€€è£…é£¾

 *************************************** */

.inputlist {
	padding: 15px 10px 15px 10px;
	background-color: #fcfcfc;
	margin: 10px 10px 20px 10px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
.inputlist p {
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 15px;
}
.inputlist ul li {
	/* liã‚’æ¨ªä¸¦ã³ï¼†ãƒ–ãƒ¬ãƒƒãƒˆã‚’æ¶ˆã™ */
	display: inline;
	list-style-type: none;
	font-size: 16px;
	line-height: 180%;
	padding-top: 5px;
}
.inputlist ul li:before {
	margin: 5px 2px 5px 2px;
}
.inputlist a {
	padding: 2px 5px;
}
.inputlist a:hover {
	background-color: #FFF;
	color: #C00 !important;
}

}


/* ç”»é¢ã‚µã‚¤ã‚ºã®æ¨ªå¹…ãŒ 369px ã‚ˆã‚Šå°ã•ã„å&nbsp;´åˆã«é©ç”¨ */
@media screen and (max-width: 369px) {

.camera_box {
	width: 238px;
	height: 298px;
	margin: 10px 40px;
}

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