@charset "UTF-8";
/*-----------------------------------------------------
EV_ConnectorGuideページ
サムネイルボックス設定
------------------------------------------------------*/

/* EV_ConnectorGuide.html */
.EVCONG_Arrow {
	padding:0;
  margin:0;
	float:left;
	/*width:80px;*/
	width:80px;
}
.EVCONG_Arrow .EVCONG {
  position: relative;
	height:125px;
  background: #504944;
  padding: 1rem;
  text-align:center;
  color: #fff;
}
.EVCONG_Arrow p.EVCONG {
  width:90px;	
	padding:20px 0 0px;
}
.EVCONG_Arrow .EVCONG:after{ /* 下向き三角形 */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -40px;
  left: 0;
  border-style: solid;
  border-color: #504944 transparent transparent transparent;
  border-width: 40px 45px 0 45px;
  z-index: 1;
}
/*.EVCONG_Arrow_step li.is-current{
  background: #9bbb30;
  font-weight: bold;
}
.EVCONG_Arrow_step li.is-current:after{
  border-color: #9bbb30 transparent transparent transparent;
}*/
.EVCONG.EVCONG_Amps16{
	background:#ffb300;
}
.EVCONG.EVCONG_Amps16:after{
  border-color: #ffb300 transparent transparent transparent;
}
.EVCONG.EVCONG_Amps32 {
	background:#ffa400;
}
.EVCONG.EVCONG_Amps32:after{
  border-color: #ffa400 transparent transparent transparent;
}
.EVCONG.EVCONG_Amps40 {
	background:#ff9300;
}
.EVCONG.EVCONG_Amps40:after{
  border-color: #ff9300 transparent transparent transparent;
}
.EVCONG.EVCONG_Amps70 {
	background:#ff8400;
}
.EVCONG.EVCONG_Amps70:after{
  border-color: #ff8400 transparent transparent transparent;
}
.EVCONG.EVCONG_Amps100 {
	background:#ff7d00;
}
.EVCONG.EVCONG_Amps100:after{
  border-color: #ff7d00 transparent transparent transparent;
}
.EVCONG.EVCONG_Amps150 {
	background:#ff7300;
}
.EVCONG.EVCONG_Amps150:after{
  border-color: #ff7300 transparent transparent transparent;
}
.EVCONG.EVCONG_Amps250 {
	background:#ff7300;
}
.EVCONG.EVCONG_Amps250:after{
  border-color: #ff7300 transparent transparent transparent;
}
.EVCONG.EVCONG_Amps350 {
	background:#ff6300;
}
.EVCONG.EVCONG_Amps350:after{
  border-color: #ff6300 transparent transparent transparent;
}
.EVCONG.EVCONG_Amps500 {
	background:#f14600;
}
.EVCONG.EVCONG_Amps500:after{
  border-color: #f14600 transparent transparent transparent;
}

ul.EVCONG_Box {
	width:860px;
	float:right;
	display:inline-flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:flex-start; 
	border-bottom:2px solid #7F7F7F;
	/*background:#ccc;*/
	padding:0px 0 10px;
	margin:0px 0 10px;
}
ul.EVCONG_Box li {
  /*margin:5px 3px; サムね５つの時*/
	margin:5px 20px; /*サムね4つの時*/
}
ul.EVCONG_Box li a:hover {
	text-decoration: none;
}
/* ボックス内で画像を拡大させる */
ul.EVCONG_Box li {
  transition-duration: .25s;
  -webkit-font-smoothing: antialiased;
}
ul.EVCONG_Box li:hover {
  transform: scale(1.03,1.03);
  cursor: pointer;
  opacity: 1!important;
  -webkit-font-smoothing: antialiased;
}

ul.EVCONG_Box ul.ConUse {
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-around;
}
ul.EVCONG_Box ul.ConUse li {
	display:block;
  width:60px;
	text-align: center;
	background:#9DC3E6;
	color:#fff;
	border:1px solid #9DC3E6;
	font-size: .7rem;
	line-height: 1;
	/*padding:4px 6px 2px;*/
  padding:4px 2px 2px;
	margin:1px 0 3px;
}
ul.EVCONG_Box ul.ConQty {
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-around;
}
ul.EVCONG_Box ul.ConQty li {
	display:block;
  width:30px;
	text-align: center;
	background:#92D050;
	color:#fff;
	border:1px solid #92D050;
	font-size: .7rem;
	line-height: 1;
	/*padding:4px 6px 2px;*/
  padding:4px 2px 2px;
	margin:1px;
}
ul.EVCONG_Box p.EVCONG_thmImg {
  width:170px;/* Box 全体の大きさ */
  height:110px;/* Box 全体の高さ */
  padding:0;
	margin:5px 0;
	text-align: center;
}
ul.EVCONG_Box p.thumbnail_title {
	background:#0068B7;
	color:#fff;
	border:1px solid #0068B7;
	line-height: 100%;
	font-size: .9rem;
	text-align: center;
  /*width:206px*;//* golden ratio */
	padding:.3rem 1rem;
	margin:0;
}

/* EV_ConnectorGuide 用サムネイル画像呼び出し */
.EVCONG_thmImg_Tru-Loc {
	background: #fff url("../../images/techinfo/EVCG/EVCGthm_Tru-Loc.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.EVCONG_thmImg_HCSignal {
	background: #fff url("../../images/techinfo/EVCG/EVCGthm_HC.png");
	background-position: center 12px;
	background-repeat: no-repeat;
	background-size: 70%;
}
.EVCONG_thmImg_HVSL282 {
	background: #fff url("../../images/techinfo/EVCG/EVCGthm_HVSL282.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 95%;
}

.EVCONG_thmImg_LVRC {
	background: #fff url("../../images/techinfo/EVCG/EVCGthm_LVRC.png");
	background-position: center 3px;
	background-repeat: no-repeat;
	background-size: contain;
}

.EVCONG_thmImg_HVSL630 {
	background: #fff url("../../images/products/HVSL630/HVSL630-3.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}
.EVCONG_thmImg_HVSL362 {
	background: #fff url("../../images/products/HVSL362/HVSL362_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 55%;
}
.EVCONG_thmImg_HVSL364 {
	background: #fff url("../../images/products/HVSL364/HVSL364.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 66%;
}
.EVCONG_thmImg_HVSL365 {
	background: #fff url("../../images/products/HVSL365/HVSL365_tpthm.png");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 85%;
}
.EVCONG_thmImg_HVSL366 {
	background: #fff url("../../images/products/HVSL366/HVSL366_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 68%;
}
.EVCONG_thmImg_RADLOK {
	background: #fff url("../../images/techinfo/EVCG/EVCGthn_RADLOK.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 85%;
}
.EVCONG_thmImg_PL500 {
	background: #fff url("../../images/techinfo/EVCG/EVCGthm_PL500.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 85%;
}
.EVCONG_thmImg_PL500_1p {
	background: #fff url("../../images/products/PowerLok500_1p/PowerLok500_1p_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 92%;
}
.EVCONG_thmImg_ePower {
	background: #fff url("../../images/products/epower/ePower_thm.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}

.EVCONG_thmImg_ePowerLite {
	background: #fff url("../../images/techinfo/EVCG/EVCGthm_ePowerLite.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.EVCONG_thmImg_PL200 {
	background: #fff url("../../images/techinfo/EVCG/EVCGthm_PL200.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 80%;
}
.EVCONG_thmImg_MPL_2p {
	background: #fff url("../../images/products/MiniPowerLok_2p/MiniPowerLok_2p_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%;
}
.EVCONG_thmImg_MPL_2p_4p {
	background: #fff url("../../images/products/MiniPowerLok_2p_4p/MiniPowerLok_2p_4p_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 65%;
}
.EVCONG_thmImg_MPL_3p {
	background: #fff url("../../images/products/MiniPowerLok_3p/MiniPowerLok_3p_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%;
}
.EVCONG_thmImg_MPL_4p {
	background: #fff url("../../images/products/MiniPowerLok_4p/MiniPowerLok_4p_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75%;
}
.EVCONG_thmImg_SurLokPlus {
	background: #fff url("../../images/products/SurlokPlus/SurLokPlus_tpthm2.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 60%;
}
.EVCONG_thmImg_SurLokPlusEMI {
	background: #fff url("../../images/techinfo/EVCG/EVCGthm_SurLokPlusEMI.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 62%;
}
.EVCONG_thmImg_UPC {
	background: #fff url("../../images/techinfo/EVCG/EVCGthm_UPC.png");
	background-position: center 5px;
	background-repeat: no-repeat;
	background-size: 80%;
}
.EVCONG_thmImg_HVPT {
	background: #fff url("../../images/techinfo/EVCG/EVCGthm_HVPT.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.EVCONG_thmImg_HVSL1000 {
	background: #fff url("../../images/techinfo/EVCG/EVCGthm_HVSL1000.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.EVCONG_thmImg_HVSL1000_2p {
	background: #fff url("../../images/products/HVSL1000_2p/HVSL1000_2p_tpthm.png");
	background-position: center 28px;
	background-repeat: no-repeat;
	background-size: 85%;
}
.EVCONG_thmImg_HVSL1000_3p {
	background: #fff url("../../images/products/HVSL1000_3p/HVSL1000_3p_tpthm.png");
	background-position: center 30px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.EVCONG_thmImg_HVSL1200 {
	background: #fff url("../../images/techinfo/EVCG/EVCGthm_HVSL1200.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.EVCONG_thmImg_POWERSOK {
	background: #fff url("../../images/products/POWERSOK/POWERSOK_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 85%;
}

.EVCONG_thmImg_PL300 {
	background: #fff url("../../images/techinfo/EVCG/EVCGthm_PL300.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.EVCONG_thmImg_PL300_1p {
	background: #fff url("../../images/products/PowerLok300_1p/PowerLok300_1p_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}
.EVCONG_thmImg_PL300_2p {
	background: #fff url("../../images/products/PowerLok300_2p/PowerLok300_2p_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}
.EVCONG_thmImg_PL300_3p {
	background: #fff url("../../images/products/PowerLok300_3p/PowerLok300_3p_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}
.EVCONG_thmImg_HVSL800 {
	background: #fff url("../../images/techinfo/EVCG/EVCGthm_HVSL800.png");
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.EVCONG_thmImg_HVSL800_2p {
	background: #fff url("../../images/products/HVSL800_2p/HVSL800_2p_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}
.EVCONG_thmImg_HVSL800_3p {
	background: #fff url("../../images/products/HVSL800_3p/HVSL800_3p_tpthm.png");
	background-position: 6px 20px;
	background-repeat: no-repeat;
	background-size: 105%;
}
.EVCONG_thmImg_PL120 {
	background: #fff url("../../images/techinfo/EVCG/EVCGthm_PL120.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.EVCONG_thmImg_PL120_1p {
	background: #fff url("../../images/products/PowerLok120_1p/PowerLok120_1p_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.EVCONG_thmImg_PL120_2p {
	background: #fff url("../../images/products/PowerLok120_2p/PowerLok120_2p_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}
.EVCONG_thmImg_PowerMate {
	background: #fff url("../../images/products/PowerMate/PowerMate_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}
.EVCONG_thmImg_HVSL600 {
	background: #fff url("../../images/products/HVSL600/HVSL600_thm.jpg");
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: contain;
}
.EVCONG_thmImg_HVSLS600 {
	background: #fff url("../../images/products/HVSLS600/HVSLS600-4_thm.jpg");
	background-position: center -20px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.EVCONG_thmImg_HVSLS800 {
	background: #fff url("../../images/products/HVSLS800/HVSLS800_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.EVCONG_thmImg_HVPC18 {
	background: #fff url("../../images/products/HVPC18/HVPC18_tpthm.png");
	background-position: center -20px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.EVCONG_thmImg_HVEC {
	background: #fff url("../../images/products/HVEC/HVEC_tpthm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}