@charset "utf-8";

/* CSS Document */

/*-------------------------------------------*/
/*  製品、技術の個別ページに対応する細かいスタイル
/*-------------------------------------------*/


.SuperFlex_th,
.heading_th_bkblue {
  background:#2666C5!important;
  color:#fff;
}
.SuperFlex_td {
  background: #E4ECF5!important;
}




/*-------------------------------------------*/
/* CSS+htmlのみで実現するモーダルウィンドウ用スタイル
/* 基礎設定
/*-------------------------------------------*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  /*width: 70%;*/
  /*max-width: 600px;*/
	max-width:740px;
	min-width:740px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
	/*width:100%;*/
  /*overflow-y: auto;*//*20221020*/
  overflow-x:hidden;/*20221020*/
  overflow-y:hidden;/*20221020*/
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}




/*-------------------------------------------
CatalogPage modal-windows
カタログページ用
-------------------------------------------*/
.mw-CTwrap {}
.mw-CTwrap .modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
	min-width: 600px;
	max-width: 600px;
  padding: 20px 5px 0px 10px;
}
/*.mw-CTwrap .modal-wrapper .modal-window .modal-content */
.mw-CTwrap .modal-wrapper .modal-content {
  margin:0 0 0px;
	padding:10px;
}
.mw-CTimage {
	float:left;
	width:230px;
	margin-bottom:15px;
	filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.5));
}
.mw-CTtext {
	float: right;	
	width:260px;
}
.mw-CTtitle {
	text-align: left;
	color: #005EB8;
	font-size: 22px;
	font-weight: 500;
	line-height: 120%;
}
.mw-CTsummary {
	font-size: 15px;
	text-align: left;
	line-height: 140%;
}
.mw-CTdownload ,
.mw-CTtopage {
	display:block;
	/*border:1px solid #999;*/
	border-radius: 2px;
	background:#005EB8;/*#cfd0d2;*/
	padding:5px 0 4px;
	margin:10px 0;
	text-decoration: none;
}
.mw-CTdownload ,
.mw-CTtopage {
	color:#fff;
}
.mw-CTdownload:hover ,
.mw-CTtopage:hover {
	color:#fff;
	opacity: 0.8;
	text-decoration: none;
}




/* techinfo index.html アコーディオンメニュー */
/*.panel{
  display: none;
}*/
ul.techinfo-nav {}
ul.techinfo-nav li.nav-item {
	margin:0 1rem;
	/*padding:10px 0;*/
  padding:5px 0;
}
.techinfo-nav-title {
	font-size:1.1rem;
	line-height: 1.8;
	padding:0;
  /*line-height: 1;
	padding:5px 0;*/
	border-bottom:1px solid #dadada;
}
ul.techinfo-nav li ul.lst-mil-ind li {
  padding-left:4rem;
  text-indent: -4rem;
}
i.ion-android-arrow-dropright-circle {
	display:inline-block;
	color:#0070c0;
	font-size:1.2rem;
	margin-right:.5rem;
	transition: transform .2s ease-out;
}
.techinfo-nav .ui-accordion-header-active.techinfo-nav-title i {
	transform: rotate(90deg);
}
/*ul.techinfo-nav li.nav-item ul.list-normal li:last-child {
	width:80%;
	border-bottom:1px solid #dadada;
}*/
.techinfo-nav2 {
}
.techinfo-nav2 li.nav-item {
	display: inline-block;
	float:left;
	width:50%;
	margin:1rem 0!important;
	padding:0!important;
	/*font-size:.5rem!important;*/
}


/* hd38999.html */
div.HD38999-Insert {
	padding:0 5px;
}
div.HD38999-Insert figure {
	float: left;
	text-align: center;
}
div.HD38999-Insert figcaption {
	text-align: center;
	margin-top:10px;
}
div.HD38999-Insert figcaption span{
	border:2px solid #DA622B;
	color:#DA622B;;
	padding:4px;
	font-weight: bold;
	font-size:14px;
	text-align: center;
}




/*---------------------------------
技術情報：産業用コネクタを性能で選ぶ
select_connectors.html
---------------------------------*/
.tbl-selCon .s-name a {
	color:#1D9AE4;
}
.tbl-selCon .s-name {
	font-weight:bold;
	font-size:0.9rem;
	padding:0.5rem 0.2rem;
	text-align:left;
}

.tbl-select_connectors {
  margin-top:1rem;
  width:100%;
  border:1px solid #ddd;
  border-spacing:0;
  border-collapse:collapse;
}
.tbl-select_connectors caption {
  padding:0.8rem 0;
}
.tbl-select_connectors td.s-name {
	background-clip: padding-box;
	position: relative;
	font-weight:normal;
	font-size:0.9rem;
	padding:2px 4px;
	text-align:center;
  vertical-align:middle;
	height:130px;
}	
.tbl-select_connectors .s-name span {
	position: absolute;
	bottom:0px;
	left:4px;
	display:block;
	text-align: left;
}
.tbl-select_connectors th {
	color:#fff;
  padding:0.5rem 1px;
  border:1px solid #cfd0d2;
  background:#005eb8;
  text-align:center;
  vertical-align:middle;
}

.tbl-select_connectors td {
  padding:0px 0px;
  border:1px solid #cfd0d2;
  text-align:center;
  vertical-align:middle;
}

.tbl-select_connectors tr:nth-child(odd) td {
    background-color: #EAEAEA;   /* 奇数行の背景色 */
}
.tbl-select_connectors tr:nth-child(even) td {
    background-color: #fff;   /* 偶数行の背景色 */
}
.tbl-select_connectors img {
  margin:0;
  padding:0;
  max-width:none;
  border:0;
}




/*-------------------------------------------*/
/* H4series.html
/*-------------------------------------------*/
/*下の３つは20200401削除 */
.h4-ch-l {
	float:left;
	border:1px solid #0069CD;
	padding:0.5rem;
	color:#333;
	background:#E8FFFF;
	font-weight:bold;
	display:block;
	width:250px;
  border-radius:6px;
  vertical-align:middle;
}

.h4-ch-r {
	float:left;
  font-size:0.9rem;
  line-height:1.3rem;
	border:1px solid #0069CD;
	padding:0.5rem;
	color:#333;
	background:#fff;
	display:block;
	width:380px;
  border-radius:6px;
  vertical-align:middle;
  margin-bottom:20px;
}

.h4-ch-al {
	float:left;
	margin:10px;
  vertical-align:middle;
}

.H4_tools {
	margin-top:40px;
}
.H4_tools figure {
	float:left;
	margin:0 55px;
	
}
.H4_tools figcaption {
	background:#D9D9D9;
	padding:4px;
	margin-bottom:15px;
	text-align: center;
}

/*
  PressureSensor.html
	TemperatureSensor.html
*/

.Img_Sensors {
	float:left;
	width:220px;
	text-align:center;
	margin:10px 13px;
}
.Img_Sensors p.Img_Sensors_img {
	border:1px solid #ddd;
	margin:0;
	padding:1px;
	height:160px;
}
.Img_Sensors p.Img_Sensors_title {
	border:none;
	margin:0;
	padding:0;
}
.PressureSensor_attenWrap {
	background:#fff;
}
.PressureSensor_attenBox {
	float:left;
	width:220px;
}
.PressureSensor_atten {
	font-size:.7rem;
	line-height: 1.3;	
	padding:5px 60px 5px 0px;
}
.PressureSensor_atten span.title {
	display: block;
	font-size:.75rem;
	font-weight: bold;
	border-bottom:1px solid #666;
	margin-bottom:5px;
}







/**************************************************/
/* VentilatorSolution.html スタイル */
/**************************************************/

/* VentilatorSolution.html  用サムネイル */
ul.pd-list-VL {
  margin:0px 0 0 25px;
	font-size:0;/*display:inline-blockで要素を並べると余計な隙間ができてしまう対策・・・inline-blockを使った要素の親要素にfont-size:0;を指定する */
}
ul.pd-list-VL li {
  display:  inline-block;
	position: relative;
	/*margin:0 20px 55px 0;*/
	/*margin:0 30px 30px 0;*/ /* filter_ProductCategory設置しない場合はこちら */
  margin:0 28px 30px 0; /* filter_ProductCategory設置の為 */
  vertical-align:top;
		/*border: 1px solid #000;/* 2018 pdlist li 外枠 不要だけど*/
}
ul.pd-list-VL li p.thumbnail_title {
	background:#5B9BD5;
	color:#fff;
	border:1px solid #5B9BD5;
	line-height: 100%;
	font-size: .9rem;
	text-align: center;
  width:206px;/* golden ratio */
	padding:5px 1px;
	margin:0;
}
ul.pd-list-VL li p.thumbnailImg {
  width:208px;/* golden ratio */
  height:128px;/* golden ratio */
  border:1px solid #ccc;
	line-height:200%;
	font-size:0.95rem;
  padding:0;
	margin:0;
	/*position:relative;*/
	text-align: center;
}
ul.pd-list-VL li a:hover {
	text-decoration: none;
}
ul.pd-list-VL li:hover  {
	opacity: 0.8;
}
/*サムネイル指定位置に配置*/
ul.pd-list-VL li.VL-L1 {
	position: absolute;
	z-index: 1;
	top:5px;
	left:0px;
}
ul.pd-list-VL li.VL-L2 {
	position: absolute;
	z-index: 1;
	top:180px;
	left:0px;
}
ul.pd-list-VL li.VL-L3 {
	position: absolute;
	z-index: 1;
	top:355px;
	left:0px;
}
ul.pd-list-VL li.VL-L4 {
	position: absolute;
	z-index: 1;
	top:530px;
	left:0px;
}
ul.pd-list-VL li.VL-L5 {
	position: absolute;
	z-index: 1;
	top:705px;
	left:0px;
}
ul.pd-list-VL li.VL-R1 {
	position: absolute;
	z-index: 1;
	top:5px;
	right:0px;
}
ul.pd-list-VL li.VL-R2 {
	position: absolute;
	z-index: 1;
	top:180px;
	right:0px;
}
ul.pd-list-VL li.VL-R3 {
	position: absolute;
	z-index: 1;
	top:355px;
	right:0px;
}
ul.pd-list-VL li.VL-R4 {
	position: absolute;
	z-index: 1;
	top:530px;
	right:0px;
}
ul.pd-list-VL li.VL-R5 {
	position: absolute;
	z-index: 1;
	top:705px;
	right:0px;
}
/* VentilatorSolution.html  用モーダルウィンドウ */
.mw-OftenUsed-Ventilator {}
.mw-OftenUsed-Ventilator .modal-wrapper {
	/* モーダルウィンドウ 縦開始位置 */
  /*padding: 300px 10px;*/
}
.mw-OftenUsed-Ventilator .modal-wrapper .modal-window {
	background: #5B9BD5;
	color:#fff;
	border:10px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 500px;/*700*/
	padding: 10px 5px 10px 10px;
}
.modal-overlay-OU-VL {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0,.5);
}
.mw-OftenUsed-Ventilator a.modal-close  {
	color:#fff!important;
}
.mw-OftenUsed-Ventilator ul.list-normal {
	text-align: left;
}
.mw-OftenUsed-Ventilator p.title {
	text-align: left;
	margin:0 30px 20px 10px;
	padding:0;
	font-size:20px;
	border-bottom:2px solid #fff;
}
.mw-OftenUsed-Ventilator p.link {
	text-align: right;
	padding:10px 30px;
}
.mw-OftenUsed-Ventilator p a {
	padding:5px 20px;
	background:#2F5597;
	color:#fff;
}

.Ventilator_movie_wrap {
	width:500px;
	margin:0 auto;
	
	text-align: center;
}
.Ventilator_movie {
	display: block;
	padding:30px 0 0 0;
	background:#E7E7E7;
}
.Ventilator_movie:hover {
	opacity: 0.8;	
	text-decoration: none;
}
.Ventilator_movie img {
	width:440px;
}
.Ventilator_movie p {
	color:#005CB9;
	font-size:1.2rem;
	line-height: 1.4;
}
.VL_movie_title {
	text-align: center;
	background:#fff;
	border-left:6px solid #0070C0;
	margin:10px 0;
	padding:2px 4px;
	font-weight: bold;
	font-size:1rem;
}





.catWaterProofExt_header {
	background: url("../../images/products/cat_top/cat_WaterProofExt_header.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	height: 264px;
  margin-bottom:10px;
}
.catWaterProofExt_header h1.catWaterProofExt_headding {
  border:none;
  color:#444;
  font-size: 2.5rem;
  padding:1.5rem 1.5rem 0;
	margin:0;
	color:#595757;
	font-weight: bold;
}
.catWaterProofExt_header h1.catWaterProofExt_headding span {
	font-size: 1.7rem;
}
.catWaterProofExt_header p {
	margin:0 2rem;
	line-height: 1.4;
}
.catWaterProofExt_bg {
	padding:80px 0;
	margin:0;
	background: url("../../images/products/cat_top/cat_WaterProofExt_bg.jpg");
	background-position: center -195px;
	background-repeat: no-repeat;
	background-size: cover;
	
}

/**************************************************/
/* CSSだけで実装するタブの切替
/* tab-tmplは、使い回し可能
/* ページ独自スタイルは、子スタイルを適用すること
/**************************************************/
.tab-tmpl-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.tab-tmpl-wrap:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #fff;
	display: block;
	order: -1;
}
.tab-tmpl-label {
	color: #fff;
	background: #989898;
	border:1px solid #E7E7E7;
	border-bottom:none;
	font-weight: normal;
	font-size:.9rem;
	/*text-shadow: 0 -1px 0 rgba(0,0,0,.2);*/
	white-space: nowrap;
	text-align: center;
	padding: 5px .5rem;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	flex: 1;
}
.tab-tmpl-label:not(:last-of-type) {
	margin-right: 5px;
}
.tab-tmpl-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/* アクティブなタブ */
.tab-tmpl-switch:checked+.tab-tmpl-label {
	background: #0057BE;
}
.tab-tmpl-switch:checked+.tab-tmpl-label+.tab-tmpl-content {
	height: auto;
	overflow: auto;
	padding: 15px;
	opacity: 1;
	transition: .5s opacity;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-tmpl-switch {
	display: none
}

/* MediaConversionFamily.html */
.MediCon_SeriesName {
	text-align: left!important;
	font-size: 0.9rem!important;
}

.tab-tmpl-switch:checked+.tab-arrow { 
background:#fff; 
border-bottom: 0px solid #e8554e; 
border-bottom-color: #e8554e; 
color: #fff; background:#0057BE; 
} 
.tab-tmpl-switch:checked+.tab-arrow > a{ 
color: #ffffff; 
background: #0057BE; 
cursor: default; 
} 
.tab-tmpl-switch:checked+.tab-arrow:before{ 
background: #fff; 
content: ""; 
border-left: 6px dashed transparent; 
border-right: 6px solid transparent; 
border-top: 6px solid #0057BE; 
position: absolute; 
left: 50%; 
margin-left: -6px; 
bottom: -6px; 
}

/**************************************************/
/* table cell 固定してスクロールするため、特定ページの
body id を判別して、ヘッダー固定を解除する
/**************************************************/

body#tacle_sticky header {
/* 下記でposition:fixed した分コンテンツが食い込んでくるので、header-fixed と nav.navBreadCrumb と body.home .sidemenu , #wrapper_shop に padding-top: xx px; して上部を空ける */
  position:static;
  width:100%;
	min-width: 980px;
	height:94px;
  margin:0;
  padding:0;
  background:#005eb8;
  border-bottom:1px solid #eee;
}


/* cat_MediaConberter.html title*/
.cat_h1_linkbtn {
	position:relative;
}
.cat_h1_linkbtn .linkbtn {
	position:absolute;
	top:12px;
	/*right:30px;*/
  right:-2px;
	border:2px solid #0062B1;
	background:#231815;
	color:#fff;
	padding:0.2rem 1rem;
	line-height: 1;
	}
.cat_h1_linkbtn .linkbtn i {
	color:#fff;
	font-size:1.7rem;
	margin-left:1rem;
	vertical-align: middle;
}
.cat_h1_linkbtn .linkbtn:hover {
	background: #0062B1;
}


/*hHowtoDecideSpecifications_FilterConnector.html*/
.amphenol-filtercon {
	width:400px;
	list-style-type:disc;
	margin:1rem 0;
	overflow:hidden;
}
.amphenol-filtercon li {
	float: left;
	display: list-item;
	width:140px;
	margin-left:2rem;
}

ul.list-howtofilter {
  margin:1rem;
  list-style-type:none;
  line-height:170%;
}
ul.list-howtofilter li {
	color:	#0070C0;
	font-weight: bold;
	margin:0.4rem 0;
}
ul.list-howtofilter li span {
	font-weight: normal;
}



/* BatteryCable125A.html */
.BatteryCable125A_ImgWrap {
	float:left;
	width:370px;
	text-align: center;
}
.BatteryCable125A_ImgTitle {
	font-weight: bold;
	font-size:1.2rem;
	line-height: 1.2;
}
.BatteryCable125A_ImgText {
	font-size:.9rem;
	line-height: 1.2;
	padding:0 3.2rem;
	text-align: left;
}


/* 丸型・角型の見出しそば マーク */
ul.icon_SCtype { 
  float:right;
	margin-top:-4.6rem;/* h1のmargin-bottomの1.5remを打ち消す*/
	margin-bottom:1.5rem;/*上で上げた分、下マージン確保*/
	margin-right:4px;
}
ul.icon_SCtype.icon_SCtype_outside { 
	margin-top:-1rem;
	margin-bottom:1rem;/*上で上げた分、下マージン確保*/
}

ul.icon_SCtype li.icon_solder,
ul.icon_SCtype li.icon_crimp,    
ul.icon_SCtype li.icon_Screwed,
ul.icon_SCtype li.icon_PCB,
ul.icon_SCtype li.icon_Pressfit,
ul.icon_SCtype li.icon_Busbar {
	display:inline-block;
	text-align: center;
	font-size:.9rem;
	line-height: 1;
	font-weight: normal;
	color:#fff;
  padding:10px 24px;
	margin:0 4px 4px 4px;
	background:#2EBBAD;
}
ul.icon_SCtype li.icon_Catalog {
	display:inline-block;
  line-height: 1;
  vertical-align:middle;
}
ul.icon_SCtype li.icon_Catalog a {
  display:block;
  text-align: center;
	font-size:.9rem;
	font-weight: normal;
	color:#fff;
  padding:10px 32px;
	margin:0 4px 0 4px;
	background:#005cb9;
}

ul.icon_SCtype li.icon_logo {
	display:inline-block;
	margin:0 4px 0 4px;
	background:#fff;
}
ul.icon_SCtype li.icon_logo img.MicroCoax {
  height: 30px;
  width:auto;
  vertical-align: middle;
}
ul.icon_SCtype li.icon_logo img.TriStar {
  height: 50px;
  margin:0;
  padding:0;
  width:auto;
  vertical-align:middle;
}

/* Tracer.html */
.tracer-img {
  display: flex;
  flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-around; 
  padding:0 20px;
}
.tracer-img figure {
	text-align: center;
	margin:10px 0px;
}
.tracer-img figure img {
	border:1px solid #7f7f7f;
}
.tracer-img figure img.tracer-img-m {
	padding:10px 5px;
}
.tracer-img figure img.tracer-img-s {
	padding:15px 15px;
}

.tracer-img figcaption {
	font-size:15px;
	color:#0070C0;
}






/*CoolantLevelSensor.html*/
.CLSensor_img3 {
	position:absolute;
	left:320px;
	bottom:0;
	font-size:.9rem;
	line-height: 1.0;
	text-align: left;
	}
.CLSensor_img4 {
	font-size:.85rem;
	line-height: 1.2;
	color:#0070C0;
	text-align: center;
}
.CLSensor_img4a {
	position:absolute;
	left:100px;
	bottom:-45px;
}
.CLSensor_img4b {
	position:absolute;
	left:190px;
	bottom:-45px;
}
.CLSensor_img4c {
	position:absolute;
	left:325px;
	bottom:-45px;
}





/*SDD.html figure*/
.SDD_insert {
  display: flex;
  flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-around; 
  margin: 20px auto 20px;
}
.SDD_insert figure {
  margin:10px 0;
}
.SDD_insert figcaption {
  text-align:center;
  color:#277887;
}


/*CompactPower.html figure*/
.CompactPowerImg {
  /*display: flex;
  flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-around; 
  margin: 20px auto 20px;*/
}
.CompactPowerImg figure {}
.CompactPowerImg figcaption {
  color:#0070C0;
  margin:.5rem 0;
  text-align:center;  
}

.tblCompactPower {}
.tblCompactPower td {
  padding:0!important;
}
.tblCompactPower td a{
  display: block;
  font-weight: bold;
}
.tblCompactPower td img {
  margin: 10px auto;
  padding:0;
  display: block;
  width: 140px;
}




/*Positronic_PL.html*/
.tblPositronicPL {
  border:none!important;
  border-collapse:separate!important;
  border-spacing: 20px!important;
}

.tblPositronicPL td {
  padding:0px;
}
.tblPositronicPL td img {
  margin: 10px auto;
  padding:0;
  display: block;
  width: 140px;
}



.PositronicPL_Lineup {
  display: flex;
  flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around; 
}
.PositronicPL_Lineup_box {
  border:1px solid #7F7F7F;
  width:190px;
  text-align: center;
}
.PositronicPL_Lineup img {
  margin: 0px auto;
  padding:0;
  width: 130px;
}
.PositronicPL_Lineup_title {
  color:#0070C0;
  font-weight: bold;
  padding:0;
  margin:0;
}
.PositronicPL_Lineup_title span {
  font-size:.9rem;
  font-weight: normal;
}
.PositronicPL_Lineup_cores {
  background:#7F7F7F;
  color:#fff;
  font-size:.9rem;
  padding:.3rem 0;
  text-align: center;
}

/*StandardDensityhtml table*/
.tblStandardDensity {}
.tblStandardDensity td a{
  display: block;
  font-weight: bold;
}
.tblStandardDensity td img {
    margin: 5px auto 0;
    display: block;
    max-height: 70px;
    width: auto;
}

/*HighDensity.html table*/
.tblHighDensity {}
.tblHighDensity td {
  width:25%;
}
.tblHighDensity td a{
  display: block;
  font-weight: bold;
}
.tblHighDensity td img {
  margin: 5px auto 0;
  display: block;
  /*max-height: 110px;*/
  /*width: auto;*/
  width:160px;  
}
.tblHighDensity td.CompatibilityStandard {
  background:#000;
  color:#fff;
  font-size:.9rem;
  padding:.4rem;
}
.tblHighDensity td.CompatibilityStandard_products {
  background:#7f7f7f;
  color:#fff;
  font-size:.7rem;
  padding:.5rem;
  text-align: left;
}


/*EN4165_SIMforMPO.html figure*/
.EN4165_image {
  display: flex;
  flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-around; 
  margin: 0px auto 0px;
}
.EN4165_image figure {
  text-align: center;
}
.EN4165_image figcaption {
  text-align:center;
}

/*figure 横並び汎用class*/
.figureImage_flexRow {
  display: flex;
  flex-direction: row;
	flex-wrap:wrap;
  margin: 0px auto 0px;
}
.figureImage_flexRow figure {
  text-align: center;
}
.figureImage_flexRow figcaption {
  text-align:center;
}
.figureImage_flexRow_spacearound {
  justify-content:space-around; 
}
.figureImage_flexRow_spacebetween {
  justify-content:space-between; 
}
.figureImage_flexRow_flexstart {
  justify-content:flex-start; 
}
.figureImage_flexRow_center {
  justify-content:center; 
}

/*div内 横並び汎用class*/
.div_flexRow {
  display: flex;
  flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-around; 
  margin: 0px auto 0px;
}



/*figure table-cell 横並び汎用class*/
.figureImage_tblcell {
  display: table-cell;
  flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-around; 
  margin: 0px auto 0px;
}
.figureImage_tblcell figure {
  text-align: center;
}
.figureImage_tblcell figcaption {
  text-align:center;
}


/*table  横並び汎用class*/
.table_flexRow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0px auto 0px;
}
.table_flexRow table {
	text-align: center;
}
.table_flexRow_spacearound {
	justify-content: space-around;
}
.table_flexRow_spacebetween {
	justify-content: space-between;
}
.table_flexRow_flexstart {
	justify-content: flex-start;
}
.table_flexRow_center {
	justify-content: center;
}

/* HVSLseries.html  table横スクロール */
.HVSL_table_wrap {
  overflow-x: scroll;
}
.HVSL_table_wrap table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}



/* データシート、3DCAD に対する注釈 */
.annotation_datasheet_3dcad_coax{
  font-size:.72rem;
  line-height: 1.3;
  margin:1rem 0 0;
  padding:0 .6rem;
}
.annotation_Drawing {
  font-size:.8rem;
  line-height: 1.3;
  margin:1rem;
  padding:0 0;
}
.annotation_3DCAD {
  font-size:.75rem;
  line-height: 1.3;
  margin:0.2rem .6rem 1rem;
  padding:0 0;
}


/* why_not_use_a_filter_connector.html */
blockquote.whynotusefilter {}
blockquote.whynotusefilter  p {
  margin-bottom:.5rem;
  font-size:1.1rem;
}


/* 20230822_Notice.html */
.wrap_20230822_Notice {}
@media screen and (max-width:979px) {}
@media screen and (max-width:767px) {
  .wrap_20230822_Notice img {
    float:none;
    width:100%!important;
    height: auto;
    margin:0!important;
  }
  .wrap_20230822_Notice div {
    float:none;
    width:100%!important;
    margin:0;
  }
}


/* 製品ラインナップなど、見出しと本文 */
.ContentPattern_01 {
  padding:0 20px;
}
.ContentPattern_01 > p {
  padding:6px 20px; 
}
