@charset "utf-8";

/* CSS Document */

/*-------------------------------------------*/
/*  ＊＊でよく使われるインターコネクト製品
/*-------------------------------------------*/



/*-------------------------------------------*/
/*  誘導弾システム
CSS+htmlのみで実現するモーダルウィンドウ用スタイル
/*-------------------------------------------*/
.OftenUsed_Menu {}
.OftenUsed_Menu i {
	padding-right:8px;
}

.mw-MissleSystem .modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 750px;
  padding: 20px 5px 15px 20px;
  background:rgba(120,120,120,.5);
}

.mw-MissleSystem .modal-wrapper .modal-window .modal-content {
  margin:0 0 10px;
  max-height: 100vh;
}


.mw-MissleSystem p {
  font-weight: bold;
  margin:0;
  padding:0;
}
.mw-MissleSystem p.popupTitle {
  display: inline-block;
  font-weight: bold;
  margin:0;
  padding:0 1rem;
  color:#fff;
  border:1px solid #fff;
}
.mw-MissleSystem ul {
  clear:both;
  padding:0;
  margin:15px 0 0 0 ;
  list-style:  none;
  font-size:0;
}
.mw-MissleSystem ul li {
  display:inline-block;
  float:left;
  position: relative;
  border:1px solid #ccc;
  width:31%;
  height:150px;
  margin:5px;
  padding:10px 0 0 0;
  text-align: center;
  vertical-align: middle;
  background:#fff;
}
.mw-MissleSystem ul li div {
  position: absolute;
  bottom:0;
  width:100%;
  margin:0;
  padding:0;
}
.mw-MissleSystem ul li div p {
  margin:0;
  padding:0;
  text-align:center;
  font-size:.8rem;
  font-weight: normal;
  line-height: 1.1;
}
.mw-MissleSystem ul li img {
  text-align: center;
}

/* OftenUsed_ML_Missiles 背景画像とメニュー項目レイアウト */
.ISMS-Image-wrap {
  position: relative;
}
.ISMS-Image-wrap a {
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: normal;
}
.ISMS-Image-wrap a:hover {
  color:#fff;
  font-size:1.0rem;
}
.ISMS-Image {
  position:absolute;
  border-radius: 4px;
  padding:4px 10px;
  font-weight:bold;
  color:#fff;
}
.ISMS-Image-01 {
  top:90px;
  right:20px;
  background:#76B9DA;
}
.ISMS-Image-02 {
  top:65px;
  right:210px;
  background:#D7A705;
}
.ISMS-Image-03 {
  top:180px;
  right:600px;
  background:#76502F;
}
.ISMS-Image-04 {
  top:278px;
  right:290px;
  background:#78987D;
}
.ISMS-Image-05 {
  top:120px;
  right:515px;
  background:#126431;
}
.ISMS-Image-06 {
  top:420px;
  right:705px;
  background:#DDC51C;/*#ECD40B;*/
  /*color:#333;*/
}
.ISMS-Image-07 {
  top:23px;
  right:280px;
  background:#414449;
}
.ISMS-Image-08 {
  top:125px;
  right:725px;
  background:#878583;
}
.ISMS-Image-09 {
  top:335px;
  right:490px;
  background:#6D8405;
}
.ISMS-Image-10 {
  top:312px;
  left:7px;
  background:#F09400;
}
.ISMS-Image-11 {
  top:382px;
  left:7px;
  background:#211F1E;
}

/* 誘導弾2022 レイアウト */
.ISMS22-Image {
  position:absolute;
  border-radius: 4px;
  line-height: 1.0;
  padding:8px 15px 6px;
  font-size:0.83rem;
  color:#fff;
}
.ISMS22-Image-01 {
  top:45px;
  right:155px;
  /*background:#76B9DA;*/
  background:#555;
}
.ISMS22-Image-02 {
  top:97px;
  right:220px;
  /*background:#D7A705;*/
  background:#555;
}
.ISMS22-Image-03 {
  top:270px;
  left:310px;
  /*background:#76502F;*/
  background:#555;
}
.ISMS22-Image-04 {
  top:255px;
  right:20px;
  /*background:#78987D;*/
  background:#555;
}
.ISMS22-Image-05 {
  top:167px;
  right:310px;
  /*background:#126431;*/
  background:#555;
}
.ISMS22-Image-06 {
  top:495px;
  left:465px;
  /*background:#DDC51C;*//*#ECD40B;*/
  background:#555;
  /*color:#333;*/
}
.ISMS22-Image-07 {
  top:217px;
  right:390px;
  /*background:#414449;*/
  background:#555;
}
.ISMS22-Image-08 {
  top:360px;
  left:260px;
  /*background:#878583;*/
  background:#555;
}
.ISMS22-Image-09 {
  top:445px;
  right:305px;
  /*background:#6D8405;*/
  background:#555;
}
.ISMS22-Image-10 {
  top:490px;
  left:135px;
  /*background:#F09400;*/
  background:#555;
}
.ISMS22-Image-11 {
  top:590px;
  left:360px;
  /*background:#211F1E;*/
  background:#555;
}

.mw-MissleSystem ul li.li-tooltips {
  position:relative;
}
.mw-MissleSystem ul li.li-tooltips:hover {
}
p.p-tooltips {
  display: none;
  position: absolute;
  z-index: 1000;
	width:86%;
  left: 8px;
  top: -140px;
	line-height: 1.2!important;
  padding: .5rem!important;
  color: #FFFFFF;
  background: #5B9BD5;
  border-radius: 4px;
	text-align: left!important;
}
.mw-MissleSystem ul li.li-tooltips:hover p.p-tooltips {
  display: block;
}
p.p-tooltips a {
	color:#fff;
}




/*  OftenUsed_ConstructionMachinery modal-windows*/

.mw-ConstMachine .modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 750px;
  padding: 30px 5px 15px 20px;
}
.mw-ConstMachine .modal-wrapper .modal-window .modal-content {
  margin:0 0 10px;
}
.mw-ConstMachine p {
  font-weight: bold;
  margin:0;
  padding:0;
}
.mw-ConstMachine ul {
  clear:both;
  padding:0;
  margin:15px 0 0 0 ;
  list-style:  none;
  font-size:0;
}
.mw-ConstMachine ul li {
  display:inline-block;
  float:left;
  position: relative;
  border:1px solid #ccc;
  /*width:31%;*/
	width:225px;
  height:150px;
  margin:5px;
  padding:10px 0 0 0;
  text-align: center;
  vertical-align: middle;
}
.mw-ConstMachine ul li div {
  position: absolute;
  bottom:0;
  width:100%;
  margin:0;
  padding:0;
}
.mw-ConstMachine ul li div p {
  margin:0;
  padding:0;
  text-align:center;
  font-size:1rem;
  font-weight: normal;
  line-height: 1.1;
}
.mw-ConstMachine ul li img {
  text-align: center;
}

/*OftenUsed_ConstructionMachinery.html*/
.ConstMachine-Image-01 {
  top:2.4%;
  /*left:40.7%;*/
  left:47.5%;
  background:#fff;
	font-weight:bold;
}
.ConstMachine-Image-02 {
  top:10.2%;
  /*left:30.2%;*/
  left:37.0%;
  background:#fff;
	font-weight:bold;
}
.ConstMachine-Image-03 {
  top:17.9%;
  /*left:21.8%;*/
  left:28.6%;
  background:#fff;
	font-weight:bold;
}
.ConstMachine-Image-04 {
  top:25.5%;
  /*left:12%;*/
  left:18.8%;
  background:#fff;
	font-weight:bold;
}
.ConstMachine-Image-05 {
  /*top:33.3%;
  left:5.4%;*/
  top:32.3%;
  left:16.5%;
  background:#fff;
	font-weight:bold;
}
.ConstMachine-Image-06 {
  top:81.1%;
  /*left:17%;*/
  left:23.8%;
  background:#fff;
	font-weight:bold;
}
.ConstMachine-Image-07 {
  top:94%;
  /*left:67%;*/
  left:73.8%;
  background:#fff;
	font-weight:bold;
}
.ConstMachine-Image-08 {
  top:37.8%;
  left:3.2%;
  background:#fff;
	font-weight:bold;
}
.ConstMachine-Image-09 {
  top:42.8%;
  left:1.6%;
  background:#fff;
	font-weight:bold;
}


  /*  OftenUsed_VITA_Solution modal-windows*/
.mw-VitaSolution {}
.mw-VitaSolution .modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  min-width:750px;
  /*padding: 25px 5px 15px 5px;*/
}
.mw-VitaSolution .modal-wrapper .modal-window .modal-content {
  margin:0 0 10px;
}
.mw-VitaSolution p.modal-content-p {
  font-weight: bold;
  margin:0;
  padding:0;
}
.mw-VitaSolution ul {
  clear:both;
  padding:15px 10px;
  margin:0 0 0 0 ;
  list-style:  none;
  font-size:0;
}
.mw-VitaSolution .pd-list {}
/*.mw-VitaSolution ul li {
  display:inline-block;
  float:left;
  position: relative;
  border:1px solid #ccc;
	width:225px;
  height:150px;
  margin:5px;
  padding:10px 0 0 0;
  text-align: center;
  vertical-align: middle;
}
.mw-VitaSolution ul li div {
  position: absolute;
  bottom:0;
  width:100%;
  margin:0;
  padding:0;
}
.mw-VitaSolution ul li div p {
  margin:0;
  padding:0;
  text-align:center;
  font-size:1rem;
  font-weight: normal;
  line-height: 1.1;
}
.mw-VitaSolution ul li img {
  text-align: center;
}*/



/*-------------------------------------------*/
/* よく使われる～　誘導弾システム
*/
/*-------------------------------------------*/

/* よく使われる・・・・兵士装備品２階層目、防衛車両２階層目*/ 
.mw-OftenUsed-MLse,
.mw-OftenUsed-MLgv {}
.mw-OftenUsed-MLse .modal-wrapper .modal-window,
.mw-OftenUsed-MLgv .modal-wrapper .modal-window {
	border:4px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  min-width: 800px; /*890px*/;/*700*/
	height:536px; /*590px;*//*700*/
	/*margin-top:200px;*//* モーダルウィンドウ 縦開始位置 */
}

.mw-OftenUsed-MLse22,
.mw-OftenUsed-MLdcs22,
.mw-OftenUsed-MLgv22 {}
.mw-OftenUsed-MLse22 .modal-wrapper .modal-window,
.mw-OftenUsed-MLdcs22 .modal-wrapper .modal-window,
.mw-OftenUsed-MLgv22 .modal-wrapper .modal-window{
	border:4px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  min-width: 953px /* 縦536にした、、953px;*/ /*890px*/;/*700*/
	height:536px /*横953にした時 536px;*/ /*590px;*//*700*/
	/*margin-top:200px;*//* モーダルウィンドウ 縦開始位置 */
}


.modal-overlay-OU-ML {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: rgba(0, 0, 0,.5);*/
	background: rgba(180, 180, 180,.8);
}

/* モーダルウィンドウ背景 兵士装備品 */
.mw-OftenUsed-MLse #modal-01 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/SoldierEquipments_WearableEquipment.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLse #modal-02 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/SoldierEquipments_RuggedComputer.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLse #modal-03 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/SoldierEquipments_ThreatDetectionSystem.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLse #modal-04 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/SoldierEquipments_SatelliteReceptionUnit.jpg");
	background-size: 100%;
}

/* モーダルウィンドウ背景 兵士装備品 
   ML_SoldierEquipments 2022 */
.mw-OftenUsed-MLse22 #modal-01 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/scene-6-2_SoldierWearableEquipments.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLse22 #modal-02 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/scene-6-3_RuggedComputers&DigitalRadios.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLse22 #modal-04 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/scene-6-1_ThreatDetectionSystems.jpg");
	background-size: 100%;
}

/* モーダルウィンドウ背景 野外通信システム
   ML_Deployable Communication System 2022 */
.mw-OftenUsed-MLdcs22 #modal-01 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/scene-5-2_InterconnectionPanel.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLdcs22 #modal-02 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/scene-5-3_PowerPlatform.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLdcs22 #modal-03 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/scene-5-4_SatteliteReceptionUnit.jpg");
	background-size: 100%;
}

/*---------------*/
.mw-OftenUsed-MLgv #modal-01 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/GroundVehicles_VetronicsEmbeddedNetwork.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLgv #modal-02 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/GroundVehicles_PowerPropulsion.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLgv #modal-03 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/GroundVehicles_CountermeasuresJamming.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLgv #modal-04 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/GroundVehicles_WeaponsTurret.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLgv #modal-05 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/GroundVehicles_VisionImaging.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLgv #modal-06 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/GroundVehicles_CommunicationsSimulations.jpg");
	background-size: 100%;
}

/* OftenUsed_ML_GroundVehicles 2022.html */
.mw-OftenUsed-MLgv22 #modal-01 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/scene-7-6_Vetronics_EmbeddedNetwork.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLgv22 #modal-02 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/scene-7-4_Power_Propulsion.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLgv22 #modal-03 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/scene-7-5_Countermeasures_Jamming.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLgv22 #modal-04 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/scene-7-1_Weapons_Turret.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLgv22 #modal-05 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/scene-7-3_Optronics.jpg");
	background-size: 100%;
}
.mw-OftenUsed-MLgv22 #modal-06 .modal-window {
	background:url("../../images/techinfo/OftenUsed_Military/scene-7-2_Communications_Simulations.jpg");
	background-size: 100%;
}

/*-------------------------------------------*/
/*  よく使われる・・・兵装品
CSS+htmlのみで実現するモーダルウィンドウ用スタイル
/*-------------------------------------------*/

/* よく使われる・・・・兵装品home */
.OU-SEhome-title:hover,
.OU-DCShome-title:hover,
.OU-GVhome-title:hover,
.OU-NHhome-title:hover,
.OU-WeaponSystems-title:hover {
	color:#fff;
	background: #005EB8	;
	text-decoration: none;
}
.OU-SEhome-title,
.OU-DCShome-title,
.OU-GVhome-title,
.OU-NHhome-title,
.OU-WeaponSystems-title {
	position: absolute;
	color:#fff;
	background: #9A9A9A;
}
.OU-SEhome-title1 {
  top:210px;
  left:527px;
	padding:5px 10px;
}
.OU-SEhome-title2 {
  top:105px;
  left:680px;
	padding:5px 10px;
}
.OU-SEhome-title3 {
  top:210px;
  left:230px;
	padding:5px 10px;
}
.OU-SEhome-title4 {
  top:360px;
  left:545px;
	padding:5px 10px;
}

/* SE 2022 */
.OU22-SEhome-title1 {
  top:60px;
  left:350px;
	padding:5px 10px;
}
.OU22-SEhome-title2 {
  top:60px;
  left:660px;
	padding:5px 10px;
}
.OU22-SEhome-title4 {
  top:360px;
  left:545px;
	padding:5px 10px;
}
/* DCS 2022 */
.OU22-DCShome-title1 {
  top:170px;
  left:160px;
	padding:5px 10px;
}
.OU22-DCShome-title2 {
  top:75px;
  left:460px;
	padding:5px 10px;
}
.OU22-DCShome-title3 {
  top:430px;
  left:280px;
	padding:5px 10px;
}


.OU-GVhome-title1 {
  top:320px;
  left:220px;
	padding:5px 10px;
}
.OU-GVhome-title2 {
  top:490px;
  left:350px;
	padding:5px 10px;
}
.OU-GVhome-title3 {
  top:300px;
  left:530px;
	padding:5px 10px;
}
.OU-GVhome-title4 {
  top:180px;
  left:330px;
	padding:5px 10px;
}
.OU-GVhome-title5 {
  top:120px;
  left:470px;
	padding:5px 10px;
}
.OU-GVhome-title6 {
  top:170px;
  left:630px;
	padding:5px 10px;
}

/* GroundVehicles 2022 */
.OU22-GVhome-title1 {
  top:210px;
  left:645px;
	padding:5px 10px;
}
.OU22-GVhome-title2 {
  top:200px;
  left:90px;
	padding:5px 10px;
}
.OU22-GVhome-title3 {
  top:75px;
  left:270px;
	padding:5px 10px;
}
.OU22-GVhome-title4 {
  top:10px;
  left:315px;
	padding:5px 10px;
}
.OU22-GVhome-title5 {
  top:10px;
  left:620px;
	padding:5px 10px;
}
.OU22-GVhome-title6 {
  top:80px;
  left:680px;
	padding:5px 10px;
}

/* Navy and Heli*/
.OU-NHhome-title1 {
  top:212px;
  left:45px;
	padding:7px 10px;
	line-height: 1.3;
}
.OU-NHhome-title2 {
  top:455px;
  left:380px;
	padding:7px 10px;
	line-height: 1.3;
}
.OU-NHhome-title3 {
  /*top:360px;
  left:750px;
	padding:5px 10px;*/
	top:365px;
	left:740px;
	padding:16px 10px;
}
.OU-NHhome-title4 {
  top:75px;
  left:330px;
	padding:5px 10px;
}

/* Navy 2022 */
.OU22-NAVYhome-title3 {
	top:280px;
	left:630px;
/*	padding:16px 10px;*/
  	padding:5px 10px;
}
.OU22-NAVYhome-title4 {
  top:100px;
  left:250px;
	padding:5px 10px;
}
/* Heli 2022*/
.OU-HELIhome-title1 {
  top:100px;
  left:410px;
	padding:7px 10px;
	line-height: 1.3;
}
.OU-HELIhome-title2 {
  top:330px;
  left:350px;
	padding:7px 10px;
	line-height: 1.3;
}
.OU-HELIhome-title3 {
  top:190px;
  left:730px;
	padding:7px 10px;
	line-height: 1.3;
}
.OU-HELIhome-title4 {
  top:300px;
  left:680px;
	padding:7px 10px;
	line-height: 1.3;
}


/**/
.OU-MUhome-title1 {
  top:530px;
  left:330px;
	padding:17px 10px;
	line-height: 1.3;
}
.OU-MUhome-title2 {
	top:70px;
	left:680px;
	padding:18px 25px 18px 10px;
}
.OU-MUhome-title3 {
  top:70px;
  left:165px;
	padding:11px 40px 11px 10px;
	line-height: 1.3;
}
.OU-MUhome-title4 {
	top:180px;
	left:480px;
	padding:12px 20px 12px 10px;
}

/* MillilesUavs 2022 */
.OU22-MUhome-title1 {
  top:260px;
  left:580px;
	padding:5px 10px;
}
.OU22-MUhome-title2 {
	top:40px;
	left:430px;
	padding:5px 10px;
}
.OU22-MUhome-title3 {
  top:90px;
  left:140px;
	padding:5px 10px;
}


.OU-AChome-title1 {
  top:30px;
  left:15px;
	padding:7px 10px;
}
.OU-AChome-title2 {
  top:95px;
  left:380px;
	padding:7px 10px;
	line-height: 1.3;
}
.OU-AChome-title3 {
  top:485px;
  left:745px;
	padding:7px 10px;
	line-height: 1.3;
}
.OU-WeaponSystems-title1 {
	position: absolute;
	top:200px;
	left:735px;
	padding:7px 10px;
}
.OU22-WeaponSystems-title1 {
	position: absolute;
	top:275px;
	left:210px;
	padding:7px 10px;
}
	

/* AirCrafts 2022 */
.OU22-AChome-title1 {
  top:320px;
  left:230px;
	padding:7px 10px;
}
.OU22-AChome-title2 {
  top:110px;
  left:390px;
	padding:7px 10px;
	line-height: 1.3;
}
.OU22-AChome-title3 {
  top:325px;
  left:615px;
	padding:7px 10px;
}
.OU22-AChome-title4 {
  top:85px;
  left:680px;
	padding:7px 10px;
	line-height: 1.3;
}


/* ミリタリー サムネイル */
.OU_ML_thumbnail {
	display: table;
	line-height: 0;
}
.OU_ML_thumbnail li {
	margin:0px;
	padding:0px;
}
.OU_ML_thumbnail li {}
.OU_ML_thumbnail li a:hover {
	text-decoration: none;
}
.thumbnailImg_OU_ML {
	width:122px;
  height:65px;
  /*border:1px solid #CBD0C1;*/
	border: 1px solid #91B98B;
	line-height:200%;
	font-size:0.95rem;
  padding:0;
	margin:0;
	text-align: center;
}
.thumbnail_ttl_OU_ML {
	width:120px;
	height:22px;
	padding:1px 1px 0;
	margin:0;
	background:rgba(44,47,45,1);
	/*border:1px solid #CBD0C1;*/
	border: 1px solid #91B98B;
	border-bottom:none;
	color:#fff;
	text-align: center;
	line-height: 1;
	font-size:9px;/*chromeは10px表示*/
	/* 上下中央寄せの為だが２行だと不可 */
	/*display: inline-block;
  vertical-align: middle;*/
	display: table-cell;
  vertical-align: middle;
}

.OU_ML_thumbnail.float /* テスト一覧用 */
{
	height:1700px;
}
.OU_ML_thumbnail.float li {
	float:left;
	margin:15px;
}

ul.OU_ML_thumbnail li.OU_MLMS_99 {
	position: static;
}
/* ミサイルシステム  サムネイル位置 */
.OU_ML_thumbnail li.OU_MLMS_11 {
	position: absolute;
	top:25px;
	left:75px;
}
.OU_ML_thumbnail li.OU_MLMS_12 {
	position: absolute;
	top:25px;
	left:250px;
}
.OU_ML_thumbnail li.OU_MLMS_13 {
	position: absolute;
	top:25px;
	left:425px;
}
.OU_ML_thumbnail li.OU_MLMS_14 {
	position: absolute;
	top:25px;
	left:600px;
}
.OU_ML_thumbnail li.OU_MLMS_15 {
	position: absolute;
	top:25px;
	left:775px;
}
.OU_ML_thumbnail li.OU_MLMS_21 {
	position: absolute;
	top:140px;
	left:75px;
}
.OU_ML_thumbnail li.OU_MLMS_22 {
	position: absolute;
	top:140px;
	left:250px;
}
.OU_ML_thumbnail li.OU_MLMS_23 {
	position: absolute;
	top:140px;
	left:425px;
}
.OU_ML_thumbnail li.OU_MLMS_24 {
	position: absolute;
	top:140px;
	left:600px;
}
.OU_ML_thumbnail li.OU_MLMS_25 {
	position: absolute;
	top:140px;
	left:775px;
}
.OU_ML_thumbnail li.OU_MLMS_31 {
	position: absolute;
	top:255px;
	left:75px;
}
.OU_ML_thumbnail li.OU_MLMS_32 {
	position: absolute;
	top:255px;
	left:250px;
}
.OU_ML_thumbnail li.OU_MLMS_33 {
	position: absolute;
	top:255px;
	left:425px;
}
.OU_ML_thumbnail li.OU_MLMS_34 {
	position: absolute;
	top:255px;
	left:600px;
}
.OU_ML_thumbnail li.OU_MLMS_35 {
	position: absolute;
	top:255px;
	left:775px;
}
.OU_ML_thumbnail li.OU_MLMS_41 {
	position: absolute;
	top:490px;
	left:75px;
}
.OU_ML_thumbnail li.OU_MLMS_42 {
	position: absolute;
	top:490px;
	left:250px;
}
.OU_ML_thumbnail li.OU_MLMS_43 {
	position: absolute;
	top:490px;
	left:425px;
}
.OU_ML_thumbnail li.OU_MLMS_44 {
	position: absolute;
	top:490px;
	left:600px;
}
.OU_ML_thumbnail li.OU_MLMS_45 {
	position: absolute;
	top:490px;
	left:775px;
}

/* 護衛艦, 射撃管制装置、発射機  サムネイル位置 */
/* OftenUsed_ML_WeaponSystems.html */
.OU_ML_thumbnail li.OU_MLNV_11 {
	position: absolute;
	top:25px;
	left:calc( 45px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_12 {
	position: absolute;
	top:25px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_13 {
	position: absolute;
	top:25px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_14 {
	position: absolute;
	top:25px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_15 {
	position: absolute;
	top:25px;
	left:calc( 553px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_16 {
	position: absolute;
	top:25px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_17 {
	position: absolute;
	top:25px;
	left:calc( 807px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_21 {
	position: absolute;
	top:140px;
	left:calc( 45px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_22 {
	position: absolute;
	top:140px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_23 {
	position: absolute;
	top:140px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_24 {
	position: absolute;
	top:140px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_25 {
	position: absolute;
	top:140px;
	left:calc( 553px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_26 {
	position: absolute;
	top:140px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_27 {
	position: absolute;
	top:140px;
	left:calc( 807px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_31 {
	position: absolute;
	top:255px;
  left:calc( 45px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_32 {
	position: absolute;
	top:255px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_33 {
	position: absolute;
	top:255px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_34 {
	position: absolute;
	top:255px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_35 {
	position: absolute;
	top:255px;
	left:calc( 553px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_36 {
	position: absolute;
	top:255px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_37 {
	position: absolute;
	top:255px;
	left:calc( 807px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_41 {
	position: absolute;
	top:370px;
	left:calc( 45px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_42 {
	position: absolute;
	top:370px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_43 {
	position: absolute;
	top:370px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_44 {
	position: absolute;
	top:370px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_45 {
	position: absolute;
	top:370px;
	left:calc( 553px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_46 {
	position: absolute;
	top:370px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_47 {
	position: absolute;
	top:370px;
	left:calc( 807px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_51 {
	position: absolute;
	top:485px;
	left:calc( 45px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_52 {
	position: absolute;
	top:485px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_53 {
	position: absolute;
	top:485px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_54 {
	position: absolute;
	top:485px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_55 {
	position: absolute;
	top:485px;
	left:calc( 553px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_56 {
	position: absolute;
	top:485px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU_MLNV_57 {
	position: absolute;
	top:485px;
	left:calc( 807px - 15px );
}

/* 
射撃管制装置、発射機
艦内通信ネットワーク
哨戒ヘリコプター
OftenUsed_ML_GroundControlStation_and_Launchers.html
OftenUsed_ML_Navy.html
OftenUsed_ML_DeckOutdoorEquipmet.html
OftenUsed_ML_Helicopters_Airframe.html
OftenUsed_ML_Helicopters_WeaponSystems.html
OftenUsed_ML_Helicopters_Avionics.html
OftenUsed_ML_Helicopters_Engine.html
  サムネイル位置 */
  
.OU_ML_thumbnail li.OU23_MLNV_11 {
	position: absolute;
	top:25px;
	left:calc( 45px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_12 {
	position: absolute;
	top:25px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_13 {
	position: absolute;
	top:25px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_14 {
	position: absolute;
	top:25px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_15 {
	position: absolute;
	top:25px;
	left:calc( 553px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_16 {
	position: absolute;
	top:25px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_17 {
	position: absolute;
	top:25px;
	left:calc( 807px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_21 {
	position: absolute;
	top:147px;
	left:calc( 45px - 15px );}
.OU_ML_thumbnail li.OU23_MLNV_22 {
	position: absolute;
	top:147px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_23 {
	position: absolute;
	top:147px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_24 {
	position: absolute;
	top:147px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_25 {
	position: absolute;
	top:147px;
	left:calc( 553px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_26 {
	position: absolute;
	top:147px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_27 {
	position: absolute;
	top:147px;
	left:calc( 807px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_31 {
	position: absolute;
	top:269px;
	left:calc( 45px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_32 {
	position: absolute;
	top:269px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_33 {
	position: absolute;
	top:269px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_34 {
	position: absolute;
	top:269px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_35 {
	position: absolute;
	top:269px;
	left:calc( 553px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_36 {
	position: absolute;
	top:269px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_37 {
	position: absolute;
	top:269px;
	left:calc( 807px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_41 {
	position: absolute;
	top:391px;
	left:calc( 45px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_42 {
	position: absolute;
	top:391px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_43 {
	position: absolute;
	top:391px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_44 {
	position: absolute;
	top:391px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_45 {
	position: absolute;
	top:391px;
	left:calc( 553px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_46 {
	position: absolute;
	top:391px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU23_MLNV_47 {
	position: absolute;
	top:391px;
	left:calc( 807px - 15px );
}


/* 護衛艦 戦闘機 2022 サムネイル位置 */
.OU_ML_thumbnail li.OU22_MLNV_11 {
	position: absolute;
	top:5px;
	left:calc( 45px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_12 {
	position: absolute;
	top:5px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_13 {
	position: absolute;
	top:5px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_14 {
	position: absolute;
	top:5px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_15 {
	position: absolute;
	top:5px;
	left:calc( 553px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_16 {
	position: absolute;
	top:5px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_17 {
	position: absolute;
	top:5px;
	left:calc( 807px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_21 {
	position: absolute;
	top:135px;
	left:calc( 45px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_22 {
	position: absolute;
	top:135px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_23 {
	position: absolute;
	top:135px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_24 {
	position: absolute;
	top:135px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_25 {
	position: absolute;
	top:135px;
	left:calc( 553px - 15px );
}

.OU_ML_thumbnail li.OU22_MLNV_26 {
	position: absolute;
	top:135px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_27 {
	position: absolute;
	top:135px;
	left:calc( 807px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_31 {
	position: absolute;
	top:270px;
	left:calc( 45px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_32 {
	position: absolute;
	top:270px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_33 {
	position: absolute;
	top:270px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_34 {
	position: absolute;
	top:270px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_35 {
	position: absolute;
	top:270px;
	left:calc( 553px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_36 {
	position: absolute;
	top:270px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_37 {
	position: absolute;
	top:270px;
	left:calc( 807px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_41 {
	position: absolute;
	top:405px;
	left:calc( 45px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_42 {
	position: absolute;
	top:405px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_43 {
	position: absolute;
	top:405px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_44 {
	position: absolute;
	top:405px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_45 {
	position: absolute;
	top:405px;
	left:calc( 553px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_46 {
	position: absolute;
	top:405px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU22_MLNV_47 {
	position: absolute;
	top:405px;
	left:calc( 807px - 15px );
}
/* UAV  サムネイル位置
OftenUsed_ML_EVTOL.html, OftenUsed_ML_UAV.html */
/* 202308以降 articleにpadding left rightに 15px入れた為ずれたので calcををを入れた */
.OU_ML_thumbnail li.OU_ML7x6_11 {
	position: absolute;
	top:5px;
	left:calc( 45px - 15px);
}
.OU_ML_thumbnail li.OU_ML7x6_12 {
	position: absolute;
	top:5px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_13 {
	position: absolute;
	top:5px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_14 {
	position: absolute;
	top:5px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_15 {
	position: absolute;
	top:5px;
	left:calc( 553px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_16 {
	position: absolute;
	top:5px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_17 {
	position: absolute;
	top:5px;
	left:calc( 807px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_21 {
	position: absolute;
	top:105px;
	left:calc( 45px - 15px);
}
.OU_ML_thumbnail li.OU_ML7x6_22 {
	position: absolute;
	top:105px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_27 {
	position: absolute;
	top:105px;
	left:calc( 807px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_31 {
	position: absolute;
	top:205px;
	left:calc( 45px - 15px);
}
.OU_ML_thumbnail li.OU_ML7x6_32 {
	position: absolute;
	top:205px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_37 {
	position: absolute;
	top:205px;
	left:calc( 807px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_41 {
	position: absolute;
	top:305px;
	left:calc( 45px - 15px);
}
.OU_ML_thumbnail li.OU_ML7x6_42 {
	position: absolute;
	top:305px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_46 {
	position: absolute;
	top:305px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_47 {
	position: absolute;
	top:305px;
	left:calc( 807px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_51 {
	position: absolute;
	top:405px;
	left:calc( 45px - 15px);
}
.OU_ML_thumbnail li.OU_ML7x6_52 {
	position: absolute;
	top:405px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_53 {
	position: absolute;
	top:405px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_54 {
	position: absolute;
	top:405px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_55 {
	position: absolute;
	top:405px;
	left:calc( 553px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_56 {
	position: absolute;
	top:405px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_57 {
	position: absolute;
	top:405px;
	left:calc( 807px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_61 {
	position: absolute;
	top:505px;
	left:calc( 45px - 15px);
}
.OU_ML_thumbnail li.OU_ML7x6_62 {
	position: absolute;
	top:505px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_63 {
	position: absolute;
	top:505px;
	left:calc( 299px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_64 {
	position: absolute;
	top:505px;
	left:calc( 426px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_65 {
	position: absolute;
	top:505px;
	left:calc( 553px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_66 {
	position: absolute;
	top:505px;
	left:calc( 680px - 15px );
}
.OU_ML_thumbnail li.OU_ML7x6_67 {
	position: absolute;
	top:505px;
	left:calc( 807px - 15px );
}

/* 護衛艦とヘリ  サムネイル位置 */
.OU_ML_thumbnail li.OU_MLNH_11 {
	position: absolute;
	top:25px;
	left:45px;
}
.OU_ML_thumbnail li.OU_MLNH_12 {
	position: absolute;
	top:25px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU_MLNH_13 {
	position: absolute;
	top:25px;
	left:299px;
}
.OU_ML_thumbnail li.OU_MLNH_14 {
	position: absolute;
	top:25px;
	left:426px;
}
.OU_ML_thumbnail li.OU_MLNH_15 {
	position: absolute;
	top:25px;
	left:553px;
}
.OU_ML_thumbnail li.OU_MLNH_21 {
	position: absolute;
	top:130px;
	left:45px;
}
.OU_ML_thumbnail li.OU_MLNH_22 {
	position: absolute;
	top:130px;
	left:calc( 172px - 15px );
}
.OU_ML_thumbnail li.OU_MLNH_23 {
	position: absolute;
	top:130px;
	left:299px;
}
.OU_ML_thumbnail li.OU_MLNH_24 {
	position: absolute;
	top:130px;
	left:426px;
}
.OU_ML_thumbnail li.OU_MLNH_25 {
	position: absolute;
	top:130px;
	left:553px;
}
.OU_ML_thumbnail li.OU_MLNH_31 {
	position: absolute;
	top:260px;
	left:45px;
}
.OU_ML_thumbnail li.OU_MLNH_32 {
	position: absolute;
	top:260px;
	left:172px;
}
.OU_ML_thumbnail li.OU_MLNH_33 {
	position: absolute;
	top:260px;
	left:299px;
}
.OU_ML_thumbnail li.OU_MLNH_34 {
	position: absolute;
	top:260px;
	left:426px;
}
.OU_ML_thumbnail li.OU_MLNH_35 {
	position: absolute;
	top:260px;
	left:553px;
}
.OU_ML_thumbnail li.OU_MLNH_41 {
	position: absolute;
	top:370px;
	left:45px;
}
.OU_ML_thumbnail li.OU_MLNH_42 {
	position: absolute;
	top:370px;
	left:172px;
}
.OU_ML_thumbnail li.OU_MLNH_43 {
	position: absolute;
	top:370px;
	left:299px;
}
.OU_ML_thumbnail li.OU_MLNH_44 {
	position: absolute;
	top:370px;
	left:426px;
}
.OU_ML_thumbnail li.OU_MLNH_45 {
	position: absolute;
	top:370px;
	left:553px;
}
.OU_ML_thumbnail li.OU_MLNH_51 {
	position: absolute;
	top:490px;
	left:45px;
}
.OU_ML_thumbnail li.OU_MLNH_52 {
	position: absolute;
	top:490px;
	left:172px;
}
.OU_ML_thumbnail li.OU_MLNH_53 {
	position: absolute;
	top:490px;
	left:299px;
}
.OU_ML_thumbnail li.OU_MLNH_54 {
	position: absolute;
	top:490px;
	left:426px;
}
.OU_ML_thumbnail li.OU_MLNH_55 {
	position: absolute;
	top:490px;
	left:553px;
}

/* 兵士装備品 サムネイル位置 */
.OU_ML_thumbnail li.OU_ML_SE_11 {
	position: absolute;
	top:10px;
	left:10px;
}
.OU_ML_thumbnail li.OU_ML_SE_12 {
	position: absolute;
	top:10px;
	left:165px;
}
.OU_ML_thumbnail li.OU_ML_SE_13 {
	position: absolute;
	top:10px;
	left:320px;
}
.OU_ML_thumbnail li.OU_ML_SE_14 {
	position: absolute;
	top:10px;
	left:475px;
}
.OU_ML_thumbnail li.OU_ML_SE_15 {
	position: absolute;
	top:10px;
	left:630px;
}
.OU_ML_thumbnail li.OU_ML_SE_16 {
	position: absolute;
	top:10px;
	left:785px;
}
.OU_ML_thumbnail li.OU_ML_SE_21 {
	position: absolute;
	top:150px;
	left:10px;
}
.OU_ML_thumbnail li.OU_ML_SE_22 {
	position: absolute;
	top:150px;
	left:165px;
}
.OU_ML_thumbnail li.OU_ML_SE_23 {
	position: absolute;
	top:150px;
	left:320px;
}
.OU_ML_thumbnail li.OU_ML_SE_24 {
	position: absolute;
	top:150px;
	left:475px;
}
.OU_ML_thumbnail li.OU_ML_SE_25 {
	position: absolute;
	top:150px;
	left:630px;
}
.OU_ML_thumbnail li.OU_ML_SE_26 {
	position: absolute;
	top:150px;
	left:785px;
}
.OU_ML_thumbnail li.OU_ML_SE_31 {
	position: absolute;
	top:290px;
	left:10px;
}
.OU_ML_thumbnail li.OU_ML_SE_32 {
	position: absolute;
	top:290px;
	left:165px;
}
.OU_ML_thumbnail li.OU_ML_SE_33 {
	position: absolute;
	top:290px;
	left:320px;
}
.OU_ML_thumbnail li.OU_ML_SE_34 {
	position: absolute;
	top:290px;
	left:475px;
}
.OU_ML_thumbnail li.OU_ML_SE_35 {
	position: absolute;
	top:290px;
	left:630px;
}
.OU_ML_thumbnail li.OU_ML_SE_36 {
	position: absolute;
	top:290px;
	left:785px;
}
.OU_ML_thumbnail li.OU_ML_SE_41 {
	position: absolute;
	top:430px;
	left:10px;
}
.OU_ML_thumbnail li.OU_ML_SE_42 {
	position: absolute;
	top:430px;
	left:165px;
}
.OU_ML_thumbnail li.OU_ML_SE_43 {
	position: absolute;
	top:430px;
	left:320px;
}
.OU_ML_thumbnail li.OU_ML_SE_44 {
	position: absolute;
	top:430px;
	left:475px;
}
.OU_ML_thumbnail li.OU_ML_SE_45 {
	position: absolute;
	top:430px;
	left:630px;
}
.OU_ML_thumbnail li.OU_ML_SE_46 {
	position: absolute;
	top:430px;
	left:785px;
}




/*-------------------------------------------*/
/*  人工衛星でよく使われるインターコネクト製品
/*-------------------------------------------*/

/* OftenUsed_Satellite.html  Satellite-Image-Wap */
.Sate-Image-wrap {
  position: relative;
}
.Sate-Image-wrap p {
  margin:0;
  padding:0;
  line-height: 120%;
}
.Sate-ttl {
	position: absolute;
	background: rgba(51,102,255,.5);
	border:1px solid #fff;
	color:#fff;
	font-size:.95rem;
	padding:.4rem 1.0rem .3rem;
	text-decoration: none;
}
.Sate-ttl:hover {
	background: rgba(51,102,255,1);
	color:#fff;
	text-decoration: none;
}
.Sate-ttl-01 {
  top:42.6%;
  left:8.3%;
}
.Sate-ttl-02 {
  top:51.0%;
  left:3.8%;
}
.Sate-ttl-03 {
  top:61.3%;
  left:1.1%;
}
.Sate-ttl-04 {
	top:40%;
  right:3.5%;
}
.Sate-ttl-05 {
  top:59%;
  right:1.6%;
}
.Sate-ttl-06 {
  top:69%;
  left:56%;
}
/* よく使われる・・・・人工衛星2階層目 */ 
.mw-OftenUsed-Sate {}
.mw-OftenUsed-Sate .modal-wrapper .modal-window {
  border:4px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  min-width: 700px;/*700*/
	height:600px;/*700*/
	padding-top:12px;
	/*margin-top:200px;*//* モーダルウィンドウ 縦開始位置 */
}
.modal-overlay-OU-Sate {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(180, 180, 180,.8);
}
/* モーダルウィンドウ背景 人工衛星 */
.mw-OftenUsed-Sate #modal-01 .modal-window,
.mw-OftenUsed-Sate #modal-02 .modal-window,
.mw-OftenUsed-Sate #modal-03 .modal-window,
.mw-OftenUsed-Sate #modal-04 .modal-window,
.mw-OftenUsed-Sate #modal-05 .modal-window,
.mw-OftenUsed-Sate #modal-06 .modal-window{
	background:url("../../images/techinfo/OftenUsed_Satellite/orbit.jpg");
	background-size: cover;
}
.modal-windows-title {
	color:#fff;
	font-weight: bold;
	margin:0;
	padding:0;
}

/* 人工衛星 サムネイル設定 */
.OU_Sate_thumbnail li {
	margin:10px;
	padding:4px;
	width:100px;
	height:100px;
}
.OU_Sate_thumbnail li p {
	margin: 0;
	padding-top: 5px;
	border: 1px solid rgba(128,128,128,1);
	line-height: 1;
	font-size: 9px;/*chromeは10px表示*/
	font-weight: normal;
}
.OU_Sate_thumbnail li p span.ltsp{
	letter-spacing: -1.2px;
}
.OU_Sate_thumbnail li p:hover {
	border:1px solid rgba(128,128,128,.9);
  transform: scale(1.05,1.05);
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  /*backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  overflow:hidden;*/}
.OU_Sate_thumbnail li a:hover {
	text-decoration: none;
}
.OU_Sate_thumbnail li a{
	display:block;
	color:rgba(1,47,90,1);
}
.thumbnailImg_OU_Sate {
	padding:0;
	margin:0;
	text-align: center;
	width:88px;
	height:83px;
 	border-radius: 15px;
}
.OU_Sate_thumbnail {} /* テスト一覧用 */
.OU_Sate_thumbnail.float /* テスト一覧用 */
{
	height:1200px;
}
.OU_Sate_thumbnail.float li {
	float:left;
}
ul.OU_Sate_thumbnail li.OU_Sate_99 {
	position: static;
}
ul.OU_Sate_thumbnail li.OU_Sate_11 {
	position: absolute;
	top:30px;
	left:10px;
}
ul.OU_Sate_thumbnail li.OU_Sate_12 {
	position: absolute;
	top:30px;
	left:120px;
}
ul.OU_Sate_thumbnail li.OU_Sate_13 {
	position: absolute;
	top:30px;
	left:230px;
}
ul.OU_Sate_thumbnail li.OU_Sate_14 {
	position: absolute;
	top:30px;
	left:340px;
}
ul.OU_Sate_thumbnail li.OU_Sate_15 {
	position: absolute;
	top:30px;
	left:450px;
}
ul.OU_Sate_thumbnail li.OU_Sate_16 {
	position: absolute;
	top:30px;
	left:560px;
}
ul.OU_Sate_thumbnail li.OU_Sate_21 {
	position: absolute;
	top:140px;
	left:10px;
}
ul.OU_Sate_thumbnail li.OU_Sate_22 {
	position: absolute;
	top:140px;
	left:120px;
}
ul.OU_Sate_thumbnail li.OU_Sate_23 {
	position: absolute;
	top:140px;
	left:230px;
}
ul.OU_Sate_thumbnail li.OU_Sate_24 {
	position: absolute;
	top:140px;
	left:340px;
}
ul.OU_Sate_thumbnail li.OU_Sate_25 {
	position: absolute;
	top:140px;
	left:450px;
}
ul.OU_Sate_thumbnail li.OU_Sate_26 {
	position: absolute;
	top:140px;
	left:560px;
}
ul.OU_Sate_thumbnail li.OU_Sate_31 {
	position: absolute;
	top:250px;
	left:10px;
}
ul.OU_Sate_thumbnail li.OU_Sate_32 {
	position: absolute;
	top:250px;
	left:120px;
}
ul.OU_Sate_thumbnail li.OU_Sate_33 {
	position: absolute;
	top:250px;
	left:230px;
}
ul.OU_Sate_thumbnail li.OU_Sate_34 {
	position: absolute;
	top:250px;
	left:340px;
}
ul.OU_Sate_thumbnail li.OU_Sate_35 {
	position: absolute;
	top:250px;
	left:450px;
}
ul.OU_Sate_thumbnail li.OU_Sate_36 {
	position: absolute;
	top:250px;
	left:560px;
}
ul.OU_Sate_thumbnail li.OU_Sate_41 {
	position: absolute;
	top:360px;
	left:10px;
}
ul.OU_Sate_thumbnail li.OU_Sate_42 {
	position: absolute;
	top:360px;
	left:120px;
}
ul.OU_Sate_thumbnail li.OU_Sate_43 {
	position: absolute;
	top:360px;
	left:230px;
}
ul.OU_Sate_thumbnail li.OU_Sate_44 {
	position: absolute;
	top:360px;
	left:340px;
}
ul.OU_Sate_thumbnail li.OU_Sate_45 {
	position: absolute;
	top:360px;
	left:450px;
}
ul.OU_Sate_thumbnail li.OU_Sate_46 {
	position: absolute;
	top:360px;
	left:560px;
}
ul.OU_Sate_thumbnail li.OU_Sate_51 {
	position: absolute;
	top:470px;
	left:10px;
}
ul.OU_Sate_thumbnail li.OU_Sate_52 {
	position: absolute;
	top:470px;
	left:120px;
}
ul.OU_Sate_thumbnail li.OU_Sate_53 {
	position: absolute;
	top:470px;
	left:230px;
}
ul.OU_Sate_thumbnail li.OU_Sate_54 {
	position: absolute;
	top:470px;
	left:340px;
}
ul.OU_Sate_thumbnail li.OU_Sate_55 {
	position: absolute;
	top:470px;
	left:450px;
}
ul.OU_Sate_thumbnail li.OU_Sate_56 {
	position: absolute;
	top:470px;
	left:560px;
}


/*  EV power train modal-windows*/

.mw-EVPT .modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 750px;
  padding: 30px 5px 15px 20px;
}
.mw-EVPT .modal-wrapper .modal-window .modal-content {
  margin:0 0 10px;
}
.mw-EVPT p {
  font-weight: bold;
  margin:0;
  padding:0;
}
.mw-EVPT ul {
  clear:both;
  padding:0;
  margin:15px 0 0 0 ;
  list-style:  none;
  font-size:0;
}
.mw-EVPT ul li {
  display:inline-block;
  float:left;
  position: relative;
  border:1px solid #ccc;
  /*width:31%;*/
	width:225px;
  height:150px;
  margin:5px;
  padding:10px 0 0 0;
  text-align: center;
  vertical-align: middle;
}
.mw-EVPT ul li div {
  position: absolute;
  bottom:0;
  width:100%;
  margin:0;
  padding:0;
}
.mw-EVPT ul li div p {
  margin:0;
  padding:0;
  text-align:center;
  font-size:1rem;
  font-weight: normal;
  line-height: 1.1;
}
.mw-EVPT ul li img {
  text-align: center;
}
.EVPT-Image-wrap {
  position: relative;
}
.EVPT-Image-wrap p {
  margin:0;
  padding:0;
  line-height: 120%;
}

/*------------------------------------------
▼矢印で円状にアニメーションする場合
------------------------------------------*/
/*
.EVPT-Image {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #258e0e;
  border-radius: 100%;
  cursor: pointer;
}
.EVPT-Image::before {
  position: absolute;
  display: inline-block;
  top: -1px;
  left: -1px;
  width: 25px;
  height: 25px;
  content: "";
  border: 1px solid #258e0e;
  border-radius: 100%;
  animation: circleBorder 1.5s infinite;
}
.EVPT-Image::after {
  position:absolute;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  left:10px;
  top:8px;
  border: 5px solid transparent;
  border-left-color: #fff;
}*/

/* 点滅オレンジ ----------------------------------*/
.EVPT-Image {
  position:absolute;
  border-radius: 4px;
  /*font-weight:bold;*/
  color:#333;
  padding:0 0 0 15px;
  background:#fff;
}
.EVPT-Image::before {
  position: absolute;
  display: inline-block;
  /*top: -5px;
  left: -10px;
	width: 20px;
  height: 20px;*/
	top: -1.5px;
  left: -8px;
	width: 15px;
  height: 15px;
  content: "";
  border: 2px solid #F15A24;
  border-radius: 100%;
  animation: circleBorder 1.5s infinite;
}
.EVPT-Image::after {
  position:absolute;
  display: inline-block;
  left:0px;
  top:3px;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
  border-left-color: #333;
}

/* 点滅オレンジ cat_ev.html トップイメージ内用 ---------*/
.EVPT-Image-right {
  position:absolute;
  border-radius: 4px;
  /*font-weight:bold;*/
  color:#333;
  padding:0 0 0 15px;
  background:#fff;
}
.EVPT-Image-right::before {
  position: absolute;
  display: inline-block;
	top: -1.5px;
  left: -8px;
	width: 15px;
  height: 15px;
  content: "";
  border: 2px solid #F15A24;
  border-radius: 100%;
  animation: circleBorder 1.5s infinite;
}
.EVPT-Image-right::after {
  position:absolute;
  display: inline-block;
  left:0px;
  top:3px;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
  border-left-color: #333;
}


/* 点滅レッド ----------------------------------*/
.EVPT-ImageRed {
  position:absolute;
  border-radius: 4px;
  /*font-weight:bold;*/
  color:#333;
  padding:0 0 0 15px;
  /*background:#fff;*/
}
.EVPT-ImageRed::before {
  position: absolute;
  display: inline-block;
  /*top: -5px;
  left: -10px;
	width: 20px;
  height: 20px;*/
	top: -1.5px;
  left: -8px;
	width: 15px;
  height: 15px;
  content: "";
  border: 2px solid #FF0000;
  border-radius: 100%;
  animation: circleBorder 1.5s infinite;
}
.EVPT-ImageRed::after {
  position:absolute;
  display: inline-block;
  left:0px;
  top:3px;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
  border-left-color: #333;
}

/* 点滅イエロー ----------------------------------*/
/*  OftenUsed_IndustrialRobot.html */
.EVPT-ImageYellow {
  position:absolute;
  border-radius: 4px;
  /*font-weight:bold;*/
  color:#333;
  padding:0 0 0 15px;
  /*background:#fff;*/
}
.EVPT-ImageYellow::before {
  position: absolute;
  display: inline-block;
  /*top: -5px;
  left: -10px;
	width: 20px;
  height: 20px;*/
	top: -1.5px;
  left: -8px;
	width: 15px;
  height: 15px;
  content: "";
  border: 2px solid #F9EC00;
  background:#ffff00;
  border-radius: 100%;
  animation: circleBorder 1.5s infinite;
}
.EVPT-ImageYellow::after {
  position:absolute;
  display: inline-block;
  left:0px;
  top:3px;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
  border-left-color: #333;
}

@keyframes circleBorder {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
}
/* 点滅ここまで ----------------------------------*/


.EVPT-Image-01 {
  top:195px;
  left:80px;
  background:#fff;
	font-weight:bold;
}
.EVPT-Image-02 {
  top:18.2rem;
  left:5.5rem;
  background:#fff;
	font-weight:bold;
}
.EVPT-Image-03 {
  top:23.6rem;
  left:5rem;
  background:#fff;
	font-weight:bold;
}
.EVPT-Image-04 {
  top:30rem;
  left:5.5rem;
  background:#fff;
	font-weight:bold;
}
.EVPT-Image-05 {
  top:23rem;
  left:18rem;
  background:#fff;
	font-weight:bold;
}
.EVPT-Image-06 {
  top:19rem;
  left:32.5rem;
  background:#fff;
	font-weight:bold;
}
.EVPT-Image-07 {
  top:5.2rem;
  left:41.2rem;
  background:#fff;
	font-weight:bold;
}
.EVPT-Image-08 {
  top:5.2rem;
  left:46.6rem;
  background:#fff;
	font-weight:bold;
}
.EVPT-Image-09 {
  top:20rem;
  left:43rem;
  background:#fff;
	font-weight:bold;
}
.EVPT-Image-10 {
  top:12.2rem;
  left:53.2rem;
  background:#fff;
	font-weight:bold;
  padding-left:10px;
  letter-spacing:-0.05em;
}
.EVPT-Image-11 {
  top:12.2rem;
  left:56.7rem;
  background:#fff;
	font-weight:bold;
  padding-left:5px;
  letter-spacing:-0.05em;
}
.EVPT-Image-12 {
  top:23rem;
  left:54.5rem;
  background:#fff;
	font-weight:bold;
}

/*-------------------------------------------*/
/*  電気自動車でよく使われるインターコネクト製品
/*-------------------------------------------*/

/* EV_powertrain2.html  xxxxx-Image-Wap */
.EVPT2-Image-wrap {
  position: relative;
}
.EVPT2-Image-wrap p {
  margin:0;
  padding:0;
  line-height: 120%;
}
.EVPT2-ttl {
	position: absolute;
	/*background: rgba(0,176,240,1);#00B0F0*/
	/*border:1px solid #fff;*/
  background: rgba(255,255,255,0);
	color:#333;
  font-size:.82rem;
  font-weight: normal;
  line-height: 1.1;
	padding:0rem 0 0 1rem;
	text-decoration: none;
}
.EVPT2-ttl span {
	font-size:.9rem;
	font-weight:bold;
	line-height: 0;
}
/*.EVPT2-ttl:hover {
	background: #009AD5;
	color:#fff;
	text-decoration: none;
}*/
.EVPT2-ttl-01 {
  top:27.8%;
  left:4.0%;
}
.EVPT2-ttl-02 {
  top:18.4%;
  left:7.5%;
}
.EVPT2-ttl-03 {
  top:8.0%;
  left:11.2%;
}
.EVPT2-ttl-04 {
	top:33.5%;
  left:39.5%;
}
.EVPT2-ttl-05 {
  top:46.3%;
  left:44.5%;
}
.EVPT2-ttl-06 {
  top:27.0%;
  right:1%;
}
.EVPT2-ttl-07 {
  bottom:21.8%;
  right:8.8%;
}
.EVPT2-ttl-08 {
  bottom:6.0%;
  right:23.0%;
}
.EVPT2-ttl-09 {
  top:24.0%;
  right:31.0%;
}
.EVPT2-ttl-10 {
  top:82%;
  left:9%;
}

/*-------------------------------------------*/
/*  EVバイクでよく使われるインターコネクト製品
/*-------------------------------------------*/

/* よく使われる・・・・OftenUsed_EV_Motorcycle.html */ 
.mw-EVmoto,.mw-ESS {}
.mw-EVmoto .modal-wrapper .modal-window,
.mw-ESS .modal-wrapper .modal-window{
  border:4px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  min-width: 700px;/*700*/
  min-height:300px;/*600*/
	padding-top:12px;
  padding-left:5px;
  padding-right:5px;
	/*margin-top:200px;*//* モーダルウィンドウ 縦開始位置 */
}
.modal-windows-title-EVmoto,
.modal-windows-title-ESS {
  font-weight: bold;
  margin:0 0 5px 0;
  padding:0;
	line-height: 1.4;
}


/* EV_motorcycle.html  xxxxx-Image-Wap */
.EVmoto-Image-wrap {
  position: relative;
}
.EVmoto-Image-wrap p {
  margin:0;
  padding:0;
  line-height: 120%;
}
.EVmoto-ttl {
	position: absolute;
	/*background: rgba(0,176,240,1);#00B0F0*/
	/*border:1px solid #fff;*/
  background: rgba(255,255,255,0);
	color:#333;
  font-size:1rem;
  font-weight: normal;
  line-height: 1.1;
	padding:0rem 0 0 1rem;
	text-decoration: none;
}
/*.EVmoto-ttl:hover {
	background: #009AD5;
	color:#fff;
	text-decoration: none;
}*/
.EVmoto-ttl-01 {
  top:5.6%;
  left:32.4%;
  font-weight: bold;
}
.EVmoto-ttl-02 {
  top:20.0%;
  left:22.0%;
  font-weight: bold;
}
.EVmoto-ttl-03 {
  top:40.7%;
  left:77.0%;
  font-weight: bold;
}
.EVmoto-ttl-04 {
	top:88.0%;
  left:18.5%;
  font-weight: bold;
}
.EVmoto-ttl-05 {
  top:90.0%;
  left:32.0%;
  font-weight: bold;
}

/* よく使われる・・・・EV powertrain 2階層目 */ 
.mw-EVPT2 {}
.mw-EVPT2 .modal-wrapper .modal-window {
  border:4px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  min-width: 700px;/*700*/
  min-height:600px;/*700*/
	padding-top:12px;
  padding-left:5px;
  padding-right:5px;
	/*margin-top:200px;*//* モーダルウィンドウ 縦開始位置 */
}
.modal-windows-title-EVPT2 {
  font-weight: normal;
  margin:0 0 5px 0;
  padding:0;
	line-height: 1.4;
}
.modal-windows-title-EVPT2 span {
  font-weight: bold!important;
  margin:0;
  padding:0;
}

.modal-overlay-OU-EVPV2 {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(180, 180, 180,.8);
}
.mw-EVPT2 .modal-wrapper .modal-window .modal-content {
  margin:0 0 10px;
  /*overflow-y:visible; マウスオーバーするとスクロールバーが表示してレイアウトが崩れる為 20221104 */
}



/* EVサムネイル */
.OU_EV_thumbnail {
	display: table;
	line-height: 0;
}
.OU_EV_thumbnail li {
	margin:0px;
	padding:0px;
}
.OU_EV_thumbnail li {}
.OU_EV_thumbnail li a:hover {
	text-decoration: none;
}
.thumbnailImg_OU_EV {
  width:160px;
  height:90px;
	border: 1px solid #ccc;
  border-bottom:none;
	line-height:200%;
	font-size:0.95rem;
  padding:0;
	margin:0;
	text-align: center;
}
.thumbnail_ttl_OU_EV {
	width:160px;
	height:20px;
	padding:1px 0px 0;
	margin:0;
	background:rgba(255,255,255,1);
	/*border:1px solid #CBD0C1;*/
	border: 1px solid #ccc;
	border-top:none;
	color:#4682B4;
	text-align: center;
	line-height: 1;
	font-size:11px;/*chromeは10px表示*/
	/* 上下中央寄せの為だが２行だと不可 */
	/*display: inline-block;
  vertical-align: middle;*/
	display: table-cell;
  vertical-align: middle;
}

/* AC wallbox for EV用 */
.thumbnailImg_OU_EV_v2 {
  width:160px;
  height:100px;
	border: 1px solid #ccc;
  border-bottom:none;
	line-height:200%;
	font-size:0.95rem;
  padding:0;
	margin:0;
	text-align: center;
}
.thumbnail_ttl_OU_EV_v2 {
	width:160px;
	/*height:30px;*/
	padding:1px 0px 4px;
	margin:0;
	background:rgba(255,255,255,1);
	/*border:1px solid #CBD0C1;*/
	border: 1px solid #ccc;
	border-top:none;
	color:#4682B4;
	text-align: center;
	line-height: 1.2;
	font-size:12px;/*chromeは10px表示*/
	/* 上下中央寄せの為だが２行だと不可 */
	/*display: inline-block;
  vertical-align: middle;*/
	display: table-cell;
  vertical-align: middle;
}
.thumbnail_ttl_OU_EV_v2 strong {
  font-size:13px;
}

.OU_EV_thumbnail.float /* テスト一覧用 */
{
	height:1700px;
}
.OU_EV_thumbnail.float_ev li {
	float:left;
	margin:8px;
}
.OU_EV_thumbnail.float li {
	float:left;
	margin:15px;
}

ul.OU_EV_thumbnail li.OU_EV_99 {
	position: static;
}


/*-------------------------------------------*/
/*  鉄道車両でよく使われるインターコネクト製品
/*-------------------------------------------*/

/*  OftenUsed_ConstructionMachinery modal-windows*/
.mw-Railway {}
.mw-Railway .modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  /*width: 70%;
  max-width: 750px;*/
  min-width:770px;
  height:auto;
  padding: 30px 0px 0px 15px;
}
.mw-Railway .modal-wrapper .modal-window .modal-content {
  margin:0 0 10px;
}
.mw-Railway p.title {
  font-weight: normal;
  margin:0;
  padding:0;
	line-height: 1.4;
}
.mw-Railway p.title span {
  font-weight: bold!important;
  margin:0;
  padding:0;
}

.mw-Railway p {
  font-weight: normal;
  margin:0;
  padding:0;
}
.mw-Railway ul {
  clear:both;
  padding:0;
  margin:15px 0 0 0 ;
  list-style:  none;
  font-size:0;
  width: 720px;
}
.mw-Railway ul li {
  display:inline-block;
  float:left;
  position: relative;
  border:1px solid #ccc;
  /*width:31%;*/
	width:225px;
  height:150px;
  margin:5px;
  padding:10px 0 0 0;
  text-align: center;
  vertical-align: middle;
}
.mw-Railway ul li div {
  position: absolute;
  bottom:5px;
  width:100%;
  margin:0;
  padding:0;
}
.mw-Railway ul li div p {
  margin:0;
  padding:0;
  text-align:center;
  font-size:.85rem;
  font-weight: normal;
  line-height: 1.1;
}
.mw-Railway ul li img {
  text-align: center;
}

/*OftenUsed_Railway.html*/
.Railway-Image-01 {
  top:24.1%;
  left:1.4%;
	font-size:.95rem;
}
.Railway-Image-02 {
  top:58.7%;
  left:1.4%;
	font-size:.95rem;
}
.Railway-Image-03 {
  top:67.3%;
  left:1.4%;
	font-size:.95rem;
}
.Railway-Image-04 {
  top:75.8%;
  left:1.4%;
	font-size:.95rem;
}
.Railway-Image-05 {
  top:85.1%;
  left:1.4%;
	font-size:.95rem;
}
.Railway-Image-06 {
	top:1.9%;
  left:56%;
	font-size:.95rem;
}
.Railway-Image-07 {
  top:17.1%;
  left:60%;
	font-size:.95rem;
}
.Railway-Image-08 {
  top:25.1%;
  left:61%;
	font-size:.95rem;
}
.Railway-Image-09 {
	top:50.4%;
  left:81%;
	font-size:.95rem;
}
.Railway-Image-10 {
  top:92.3%;
  left:41%;
	font-size:.95rem;
}
.Railway-Image-11 {
  top:45%;
  left:35%;
	font-size:.95rem;
	text-shadow: 1px 1px 10px rgba(255,255,255,1),-1px -1px 10px rgba(255,255,255,1),1px 1px 10px rgba(255,255,255,1),-1px -1px 10px rgba(255,255,255,1);
  background: rgba(255,255,255,0);
}
.Railway-Image-01 span,
.Railway-Image-02 span,
.Railway-Image-03 span,
.Railway-Image-04 span,
.Railway-Image-05 span,
.Railway-Image-06 span,
.Railway-Image-07 span,
.Railway-Image-08 span,
.Railway-Image-09 span,
.Railway-Image-10 span,
.Railway-Image-11 span {
	font-size:.9rem;
	font-weight:bold;
	line-height: 0;
}




/*-------------------------------------------*/
/*  VITAエコシステムでよく使われるインターコネクト製品
/*-------------------------------------------*/

/* OftenUsed_VITA_Solution.html  */
.VITA-Image-wrap {
  position: relative;
}
.VITA-Image-wrap p {
  margin:0;
  padding:0;
  line-height: 1;
}
.VITA-ttl {
	position: absolute;
	color:#0069b7;
	font-size:1rem;
  font-weight: bold;
	/*padding:.4rem 1.3rem .3rem;*/
	text-decoration: none;
}
.VITA-ttl:hover {
	text-decoration: underline;
}
.VITA-ttl-01 {
  top:4%;
  left:4%;
}
.VITA-ttl-02 {
  top:4%;
  left:60%;
}
.VITA-ttl-03 {
  top:35%;
  right:0%;
}
.VITA-ttl-04 {
	top:71%;
  left:2%;
}
.VITA-ttl-05 {
  top:94%;
  left:31%;
}


/*-------------------------------------------*/
/*  DCエコシステムでよく使われるインターコネクト製品
/*-------------------------------------------*/

/* OftenUsed_DataCenter.html 2025/3/24 */
.DC-Image-wrap {
  position: relative;
}
.DC-Image-wrap p {
  margin:0;
  padding:0;
  line-height: 1;
}
.DC-ttl {
	position: absolute;
  background:rgba(0,51,204,.8);
	color:#fff;
  padding:.6rem .6rem;
	font-size:.9rem;
  font-weight: bold;
	/*padding:.4rem 1.3rem .3rem;*/
	text-decoration: none;
}
.DC-ttl:hover {
  color:#FFFF00;
	text-decoration: underline;
}
.DC-ttl-01 {
  top:16.3%;
  left:.5%;
}
.DC-ttl-02 {
  top:15.0%;
  right:0.3%;
}
.DC-ttl-03 {
  top:71%;
  right:9.2%;
}
.DC-ttl-04 {
	top:74.5%;
  left:.2%;
  padding: .6rem 1.0rem;
}
.DC-ttl-05 {
  top:78.5%;
  right:15.5%;
  padding:.6rem 1.5rem;
}



/*OftenUsed_EnergyStoregeSystem.html*/
.EnergyStoregeSystem-Image {
  position:absolute;
  background: #92D050;
  color:#fff;
  font-weight:normal;
  width:auto;
  padding: .5rem .6rem .3rem 2rem!important;
  text-align: center;
}
/* 点滅イエロー ----------------------------------*/
.EnergyStoregeSystem-Image::before {
  position: absolute;
  display: inline-block;
	top: 5.5px;
  left: 7px;
	width: 15px;
  height: 15px;
  content: "";
  background:#fff;
  border: 3px solid #FFC000;
  border-radius: 100%;
  animation: circleBorder 1.5s infinite;
}
.EnergyStoregeSystem-Image::after {
  position:absolute;
  display: inline-block;
  left:15px;
  top:10.5px;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
  border-left-color: #333;
}
/* 点滅イエロー ----------------------------------*/
.EnergyStoregeSystem-Image-01 {
  top:24%;
  left:1.4%;
}
.EnergyStoregeSystem-Image-02 {
  top:24%;
  left:23.5%;
}
.EnergyStoregeSystem-Image-03 {
  top:43%;
  left:53.5%;
}
.EnergyStoregeSystem-Image-04 {
  top:24%;
  left:76%;
}
.EnergyStoregeSystem-Image-05 {
  top:65.5%;
  left:77%;
}


/*-------------------------------------------*/
/*  よく使われる・・・民間航空機
CSS+htmlのみで実現するモーダルウィンドウ用スタイル
/*-------------------------------------------*/

/* よく使われる・・・・民間航空機home */
.OU-APhome-title:hover {
	color:#fff;
	background: #005EB8;
	text-decoration: none;
}
.OU-APhome-title {
	position: absolute;
	color:#fff;
	background: #595959;
	border:1px solid #111;
	padding:5px 10px;
}
.OU-APhome-title1 {
  top:15px;
  left:120px;
}
.OU-APhome-title2 {
  top:140px;
  left:270px;
}
.OU-APhome-title3 {
  top:350px;
  left:185px;
}
.OU-APhome-title4 {
  top:350px;
  left:560px;
}

/* よく使われる・・・・民間航空機2階層目 */ 
.mw-OftenUsed-APcab,
.mw-OftenUsed-APeng,
.mw-OftenUsed-APaf,
.mw-OftenUsed-APckp {}

.mw-OftenUsed-APcab .modal-wrapper .modal-window,
.mw-OftenUsed-APeng .modal-wrapper .modal-window,
.mw-OftenUsed-APaf .modal-wrapper .modal-window,
.mw-OftenUsed-APckp .modal-wrapper .modal-window {
	border:4px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  /*width: 100%;*/
  min-width: 600px;/*700*/
	height:600px;/*700*/
	/*margin-top:200px;*//* モーダルウィンドウ 縦開始位置 */
}
.modal-overlay-OU-AP {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: rgba(0, 0, 0,.5);*/
	background: rgba(180, 180, 180,.8);
}
/* モーダルウィンドウ背景 民間航空機 */
.mw-OftenUsed-APeng #modal-01 .modal-window {
	background:url("../../images/techinfo/OftenUsed_AirPlane/Engine_CableHarness.jpg");
	background-size: 100%;
}
.mw-OftenUsed-APeng #modal-02 .modal-window {
	background:url("../../images/techinfo/OftenUsed_AirPlane/Engine-Fadec.jpg");
	background-size: 100%;
}
.mw-OftenUsed-APeng #modal-03 .modal-window {
	background:url("../../images/techinfo/OftenUsed_AirPlane/Engine_Sensors.jpg");
	background-size: 100%;
}
.mw-OftenUsed-APeng #modal-04 .modal-window {
	background:url("../../images/techinfo/OftenUsed_AirPlane/Engine_PowerUnits.jpg");
	background-size: 100%;
}
.mw-OftenUsed-APaf #modal-01 .modal-window {
	background:url("../../images/techinfo/OftenUsed_AirPlane/AirFrame_SiganalHarness.jpg");
	background-size: 100%;
}
.mw-OftenUsed-APaf #modal-02 .modal-window {
	background:url("../../images/techinfo/OftenUsed_AirPlane/AirFrame_SegmentConnection.jpg");
	background-size: 100%;
}
.mw-OftenUsed-APaf #modal-03 .modal-window {
	background:url("../../images/techinfo/OftenUsed_AirPlane/AirFrame_AuxiliaryPowerUits.jpg");
	background-size: 100%;
}
.mw-OftenUsed-APckp #modal-01 .modal-window {
	background:url("../../images/techinfo/OftenUsed_AirPlane/Cockpit_DistributionPowerUnits.jpg");
	background-size: 100%;
}
.mw-OftenUsed-APckp #modal-02 .modal-window {
	background:url("../../images/techinfo/OftenUsed_AirPlane/Cockpit_AvionicBay.jpg");
	background-size: 100%;
}
.mw-OftenUsed-APckp #modal-03 .modal-window {
	background:url("../../images/techinfo/OftenUsed_AirPlane/Cockpit_Navitation.jpg");
	background-size: 100%;
}
.mw-OftenUsed-APckp #modal-04 .modal-window {
	background:url("../../images/techinfo/OftenUsed_AirPlane/Cockpit_DisplayUnits.jpg");
	background-size: 100%;
}
.mw-OftenUsed-APcab #modal-01 .modal-window {
	background:url("../../images/techinfo/OftenUsed_AirPlane/Cabin_Ifenetwork.jpg");
	background-size: 100%;
}
.mw-OftenUsed-APcab #modal-02 .modal-window {
	background:url("../../images/techinfo/OftenUsed_AirPlane/Cabin_LightingSystem.jpg");
	background-size: 100%;
}
.mw-OftenUsed-APcab #modal-03 .modal-window {
	background:url("../../images/techinfo/OftenUsed_AirPlane/Cabin_Screens.jpg");
	background-size: 100%;
}
.mw-OftenUsed-APcab #modal-04 .modal-window {
	background:url("../../images/techinfo/OftenUsed_AirPlane/Cabin_Galleys.jpg");
	background-size: 100%;
}
/* 民間航空機 各部位タイトル */
.OU-APcab-ttl,
.OU-APeng-ttl,
.OU-APaf-ttl,
.OU-APckp-ttl {
	position: absolute;
	background: #9A9A9A;
	border-radius: 2px;
	padding: 10px 20px;
	font-weight: normal;
	color: #fff;
}
.OU-APcab-ttl:hover,
.OU-APeng-ttl:hover,
.OU-APaf-ttl:hover,
.OU-APckp-ttl:hover {
	text-decoration: none;
	color:#fff;
	background: #005EB8;
}
.OU-APcab-ttl1 {
  top:520px;
  left:220px;
}
.OU-APcab-ttl2 {
  top:130px;
  left:650px;
}
.OU-APcab-ttl3 {
  top:500px;
  left:728px;
}
.OU-APcab-ttl4 {
  top:340px;
  left:450px;
}
.OU-APaf-ttl1 {
  top:370px;
  left:230px;
}
.OU-APaf-ttl2 {
  top:590px;
  left:370px;
}
.OU-APaf-ttl3 {
  top:250px;
  left:580px;
}
.OU-APeng-ttl1 {
  top:500px;
  left:220px;
}
.OU-APeng-ttl2 {
  top:370px;
  left:330px;
}
.OU-APeng-ttl3 {
  top:480px;
  left:520px;
}
.OU-APeng-ttl4 {
  top:280px;
  left:460px;
}
.OU-APckp-ttl1 {
  top:680px;
  left:260px;
}
.OU-APckp-ttl2 {
  top:530px;
  left:380px;
}
.OU-APckp-ttl3 {
  top:180px;
  left:380px;
}
.OU-APckp-ttl4 {
  top:30px;
  left:660px;
}


/* 民間航空機 サムネイル設定 */
.OU_AP_thumbnail li {
	margin:10px;
	padding:4px;
	width:100px;
	height:100px;
}
.OU_AP_thumbnail li p {
	margin: 0;
	padding-top: 5px;
	border: 1px solid rgba(255,255,255,.5);
	line-height: 1;
	font-size: 9px;/*chromeは10px表示*/
	font-weight: normal;
}
.OU_AP_thumbnail li a:hover {
	text-decoration: none;
}
.OU_AP_thumbnail li a{
 display:block;
	color:rgba(1,47,90,1);
}
.OU_AP_thumbnail li a span.shdw-wh { /*タイトルに白シャドウを入れる場合*/
	text-shadow: 1px 1px 2px rgba(255,255,255,1),-1px -1px 2px rgba(255,255,255,1);
}

.thumbnailImg_OU_AP {
  width:85px;
  height:80px;
  padding:0;
  margin:0;
  text-align:center;
  border-radius:15px;
  /*background:rgba(255,255,255,.6);*/
}
 
.OU_AP_thumbnail {} /* テスト一覧用 */
.OU_AP_thumbnail.float /* テスト一覧用 */
{
	height:1200px;
}
.OU_AP_thumbnail.float li {
	float:left;
}

ul.OU_AP_thumbnail li.OU_AP_99 {
	position: static;
}
ul.OU_AP_thumbnail li.OU_AP_11 {
	position: absolute;
	top:15px;
	left:10px;
}
ul.OU_AP_thumbnail li.OU_AP_12 {
	position: absolute;
	top:15px;
	left:120px;
}
ul.OU_AP_thumbnail li.OU_AP_13 {
	position: absolute;
	top:15px;
	left:230px;
}
ul.OU_AP_thumbnail li.OU_AP_14 {
	position: absolute;
	top:15px;
	left:340px;
}
ul.OU_AP_thumbnail li.OU_AP_15 {
	position: absolute;
	top:15px;
	left:450px;
}
ul.OU_AP_thumbnail li.OU_AP_21 {
	position: absolute;
	top:125px;
	left:10px;
}
ul.OU_AP_thumbnail li.OU_AP_22 {
	position: absolute;
	top:125px;
	left:120px;
}
ul.OU_AP_thumbnail li.OU_AP_23 {
	position: absolute;
	top:125px;
	left:230px;
}
ul.OU_AP_thumbnail li.OU_AP_24 {
	position: absolute;
	top:125px;
	left:340px;
}
ul.OU_AP_thumbnail li.OU_AP_25 {
	position: absolute;
	top:125px;
	left:450px;
}
ul.OU_AP_thumbnail li.OU_AP_31 {
	position: absolute;
	top:235px;
	left:10px;
}
ul.OU_AP_thumbnail li.OU_AP_32 {
	position: absolute;
	top:235px;
	left:120px;
}
ul.OU_AP_thumbnail li.OU_AP_33 {
	position: absolute;
	top:235px;
	left:230px;
}
ul.OU_AP_thumbnail li.OU_AP_34 {
	position: absolute;
	top:235px;
	left:340px;
}
ul.OU_AP_thumbnail li.OU_AP_35 {
	position: absolute;
	top:235px;
	left:450px;
}
ul.OU_AP_thumbnail li.OU_AP_41 {
	position: absolute;
	top:345px;
	left:10px;
}
ul.OU_AP_thumbnail li.OU_AP_42 {
	position: absolute;
	top:345px;
	left:120px;
}
ul.OU_AP_thumbnail li.OU_AP_43 {
	position: absolute;
	top:345px;
	left:230px;
}
ul.OU_AP_thumbnail li.OU_AP_44 {
	position: absolute;
	top:345px;
	left:340px;
}
ul.OU_AP_thumbnail li.OU_AP_45 {
	position: absolute;
	top:345px;
	left:450px;
}
ul.OU_AP_thumbnail li.OU_AP_51 {
	position: absolute;
	top:455px;
	left:10px;
}
ul.OU_AP_thumbnail li.OU_AP_52 {
	position: absolute;
	top:455px;
	left:120px;
}
ul.OU_AP_thumbnail li.OU_AP_53 {
	position: absolute;
	top:455px;
	left:230px;
}
ul.OU_AP_thumbnail li.OU_AP_54 {
	position: absolute;
	top:455px;
	left:340px;
}
ul.OU_AP_thumbnail li.OU_AP_55 {
	position: absolute;
	top:455px;
	left:450px;
}



/* index.html よく使われるインターコネクト製品のアイコン化  */
.list-normal-OftenUsed {
  list-style: none;
  display:flex;
  justify-content:space-around;
  flex-wrap: wrap;/*横並び ＆ 折り返す*/
   /*margin:20px 0px 10px;*/
  margin:20px 20px 10px;
}
.list-normal-OftenUsed li  {}
.list-normal-OftenUsed li a {
  transition-duration: .25s;
  display:block;
  font-size:.85rem;
  width:150px;
  height:115px;
  margin:5px;
	padding: 5px;
  line-height: 1.0;
	box-sizing: border-box;
  border:1px solid #41719C;
}
.list-normal-OftenUsed li a:hover {
  transform: scale(1.03,1.03);
  cursor: pointer;
}
.list-normal-OftenUsed li.lno-dummy  {
  width:160px;
}


/* index.html よく使われるインターコネクト製品のアイコン化 画像背景呼び出し */
.li_of_Aircraft {
  background:url("../../images/techinfo/index/of_Aircrafts.png");
  background-position: center center;
	background-repeat: no-repeat;
	background-size: 57%;
}
.li_of_GroundVehicles {
  background:url("../../images/techinfo/index/of_GroundVehicles.png");
  background-position: center 67%;
	background-repeat: no-repeat;
	background-size: 78%;
}
.li_of_Navy {
  background:url("../../images/techinfo/index/of_Navy.png");
  background-position: center 58%;
	background-repeat: no-repeat;
	background-size: 95%;
}
.li_of_DeployableCommunicationSystem {
  background:url("../../images/techinfo/index/of_DeployableCommunicationSystem.png");
  background-position: center 65%;
	background-repeat: no-repeat;
	background-size: 70%;
}
.li_of_MissilesUavs {
  background:url("../../images/techinfo/index/of_MissilesUavs.png");
  background-position: 17% 65%;
	background-repeat: no-repeat;
	background-size: 92%;
}
.li_of_Missiles {
  background:url("../../images/techinfo/index/of_Missiles.png");
  background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
}
.li_of_UAV {
  background:url("../../images/techinfo/index/of_UAV.png");
  background-position: 60% 65%;
	background-repeat: no-repeat;
	background-size: 83%;
}.li_of_Helicopters {
  background:url("../../images/techinfo/index/of_Helicopters.png");
  background-position: center 60%;
	background-repeat: no-repeat;
	background-size: 95%;
}
.li_of_Soldier {
  background:url("../../images/techinfo/index/of_soldier.png");
  background-position: 57% 94%;
	background-repeat: no-repeat;
	background-size: 33%;
}
.li_of_EVTOL {
  background:url("../../images/techinfo/index/of_eVTOL.png");
  background-position: center 55%;
	background-repeat: no-repeat;
	background-size: 70%;
}
.li_of_AirPlane {
  background:url("../../images/techinfo/index/of_Airplane.png");
  background-position: center 75%;
	background-repeat: no-repeat;
	background-size: 57%;
}
.li_of_Satellite {
  background:url("../../images/techinfo/index/of_Satellite.png");
  background-position: center 70%;
	background-repeat: no-repeat;
	background-size: 58%;
}
.li_of_VITA_Solution {
  background:url("../../images/techinfo/index/of_VITA_Solution.png");
  background-position: center 60%;
	background-repeat: no-repeat;
	background-size: 80%;
}
.li_of_SOSA {
  background:url("../../images/techinfo/index/of_SOSA.png");
  background-position: center 75%;
	background-repeat: no-repeat;
	background-size: 55%;
}
.li_of_Railway {
  background:url("../../images/techinfo/index/of_Railway.png");
  background-position: center 77%;
	background-repeat: no-repeat;
	background-size: 83%;
}
.li_of_ConstructionMachinery {
  background:url("../../images/techinfo/index/of_ConstructionMachinery.png");
  background-position: center 65%;
	background-repeat: no-repeat;
	background-size: 83%;
}
.li_of_EV_powertrain {
  background:url("../../images/techinfo/index/of_EV_powertrain.png");
  background-position: center 62%;
	background-repeat: no-repeat;
	background-size: 75%;
}
.li_of_EV_Motorcycle {
  background:url("../../images/techinfo/index/of_EV_Motorcycle.png");
  background-position: center center;
	background-repeat: no-repeat;
	background-size: 68%;
}
.li_of_IndustrialRobot {
  background:url("../../images/techinfo/index/of_Robot.png");
  background-position: center 22px;
	background-repeat: no-repeat;
	background-size: 58%;
}
.li_of_EnergyStorageSystem {
  background:url("../../images/techinfo/index/of_EnergyStorageSystem.png");
  background-position: center 65%;
	background-repeat: no-repeat;
	background-size: 60%;
}
.li_of_DataCenter {
  background:url("../../images/techinfo/index/of_DataCenter.png");
  background-position: center 80%;
	background-repeat: no-repeat;
	background-size: 70%;
}


.li_of_VentilatorSolution {
  background:url("../../images/techinfo/index/of_VentilatorSolution.png");
  background-position: 60% 78%;
	background-repeat: no-repeat;
	background-size: 43%;
}


/*-------------------------------------------*/
/*  SOSA 
/*-------------------------------------------*/

.ul_SOSA_thm_wrap {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
	padding: 15px 10px;
	background: rgba(31,95,172,.8);/*#1F5FAC*/
}
.ul_SOSA_thm {
	/*サムネイル 横並び汎用class*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto 0;
	justify-content: space-around;
}
.ul_SOSA_thm li {
	margin: 5px 0;
}

@media screen and (max-width:479px) {
/* 479px以下の記述 極小スマートフォン */
.ul_SOSA_thm_wrap {
	position: static;
	/*top:0px;
    left:0px;*/
	width: calc( 100% - 60px );
	padding: 20px 30px;
}
}