  @charset "utf-8";

body,html {
	width:100%;
  min-width: 1025px;
	margin:0;
	padding:0;
}

a:hover img {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/*ヘッダー*/
header {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#header {
	display:block;
	height:45px;
	margin:0;
	padding:0 0 3px 0 ;
	width:100%;
	background:#fff;
}

.header-inner {
	width:1024px;
	height:45px;
	margin:auto;
	position:relative;
}

.header-inner h1 {
	margin:0;
	padding: 10px 0 0 0;
}

#header .header-inner ul.global-header {
	position:absolute;
	top: -10px;
	right: 256px;
  margin: 16px 0;
	width:614px;
	font-size: 14px;
	text-align:right;
	letter-spacing:-0.4em;
}

/*言語*/
#header .header-inner ul.global-header li {
	display:inline-block;
	letter-spacing:normal;
	list-style:none;
	height:20px;
	line-height:20px;
	margin-left:30px;
	font-size: 80%;
	font-weight: 500;
}

/*#header .header-inner ul.global-header li:first-child {
	background:url(/en/products/electrical/images/icon_map.png) no-repeat center left;
	padding-left:25px;
}*/

#header .header-inner ul.global-header li:first-child {
	background:url(/en/products/electrical/images/icon_sitemap.png) no-repeat center left;
	padding-left:25px;
}

#header .header-inner ul.global-header li:nth-of-type(2) {
	background:url(/en/products/electrical/images/icon_language.png) no-repeat center left;
	padding-left:25px;
}

#header .header-inner ul.global-header li a:link {
	color:#333;
	text-decoration: none;
	position: relative;
}

#header .header-inner ul.global-header li a:visited {
	color:#333;
	text-decoration: none;
}

#header .header-inner ul.global-header li a:hover {
	color:#005DAD;
	text-decoration: none;
}

#header .header-inner ul.global-header li a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0%;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color:#005DAD;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#header .header-inner ul.global-header li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

	/*言語選択li*/
#header .header-inner ul.global-header li.gheader-lng {
	position:relative;
}

/*ロールオーバー時エリア*/	
#header .header-inner ul.global-header li.gheader-lng span {
	box-sizing:border-box;
	height:0; opacity:0;
	overflow: hidden;
	position:absolute;
	left:-11.5px;
	top:0px;
	left:-20px;
	width:140px;
	background-repeat:no-repeat;
	z-index:3000;
	margin:20px 0 0 0; 
	-webkit-transition
	:opacity 0.8s ease-out; 	
}

#header .header-inner ul.global-header li.gheader-lng:hover span {
	height:38px; opacity:1; overflow: visible;
}

.select {
}

/*吹き出しマーク*/
#header .header-inner ul.global-header li.gheader-lng .child-mark {
	width:100%;
	font-size:100%;
	color:#00429a;
	line-height:13px;
	height:13px;
	position:absolute;
	z-index:3002;
	text-align:center;
	top:2px;
}

#header .header-inner ul.global-header li.gheader-lng .child-mark img {
	margin-top:4px;
	margin-right:58.5px;
}

/*本体ラッパー*/
#header .header-inner ul.global-header li.gheader-lng span .child-wrap {
	position:absolute;
	top:13px;
	z-index:3001;
}

/*本体*/
#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul {
	box-sizing:border-box;
	width:140px;
	padding:0px;
	margin:0px;
	line-height:0px;
	border-top:1px solid #00429a;
	border-left:1px solid #00429a;
	border-right:1px solid #00429a;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li {
	box-sizing:border-box;
	width:100%;
	padding:0px;
	margin:0px;
	background-image:none;
	background-color:#ffffff;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity:0.9;
	border-bottom:1px solid #00429a;
	font-size:100%;
	line-height:200%;
	height:30px;
	text-align:center;
	letter-spacing:1px;
}

/*ロールオーバー時*/
#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul:hover {
	border-color:#00429a;
filter: alpha(opacity=100);
-ms-filter: "alpha(opacity=100)";
-khtml-opacity: 1.0;
-moz-opacity: 1.0;
opacity:1.0;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li:hover {
	background-color:#00429a;
	color:#ffffff;
	border-color:#00429a;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity:1.0;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li a:link {
	box-sizing:border-box;
	display:block;
	width:100%;
	height:100%;
	color:#333;
	text-decoration: none;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li a:visited {
	color:#333;
	text-decoration: none;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li a:hover {
	color:#fff;
	text-decoration: none;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li a::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0%;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color:#fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

/*ナビエリアー*/	
/*----------- グローバルナビ -----------*/
#global-nv-wrap {
	display: block;
	margin-top: 5px;
/*　20161011調整
	height: 72px;
*/
	font-size: 16px;
	background:#fff;
}

#global-nv {
	width:100%;
}

#global-nv.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	background: #fff;
/*	height: 40px;*/
	height: 36px; /*20161011調整*/
}

#global-nv ul.global-nv-inner {
	width:1024px;
	margin:0px auto 0 auto; padding:0px;
	height:34px;
	letter-spacing:-0.4em;
	clear:both;
}

#global-nv ul.global-nv-inner>li {
	display:block;
	list-style:none;
	letter-spacing:normal;
	float:left;
	height:37px;
	width:140px;
	text-align:center;
	font-size:90%;
	background-position:1px 40px;	
	cursor:pointer;
	-webkit-transition:background-position 0.3s linear,font-weight 0.3s linear; 
	-ms-transition:background-position 0.3s linear,font-weight 0.3s linear; 
	transition:background-position 0.3s linear,font-weight 0.3s linear; 
}

#global-nv ul.global-nv-inner>li .btn {
	font-size: 100%;
}

#global-nv ul.global-nv-inner > li:nth-of-type(5) {
    width: 222px;
}

#global-nv ul.global-nv-inner > li:nth-of-type(6) {
/*    width: 242px;*/
	  width: 222px; /*20161011調整*/
}

#global-nv ul.global-nv-inner>li:hover,
#global-nv ul.global-nv-inner>li.here {
	background: url(/en/products/electrical/images/global_nv_bg.png) no-repeat;
	background-position:1px 0px;
	color:#fff;
	font-weight:400;
}

#global-nv ul.global-nv-inner>li:hover a,
#global-nv ul.global-nv-inner>li.here a {
	color:#fff;
}

#global-nv ul.global-nv-inner>li > a {
	display:block;
	text-decoration:none;
	line-height:30px;
	height:30px;
	width:100%;
	color:#333333;
	border-left:#ccc solid 1px;
	magin-top:3px;
	position:relative;
	-webkit-transition:color 0.5s linear;
}

#global-nv ul.global-nv-inner>li:nth-of-type(6){ width:242px;} /*20161011調整*/

/*
#global-nv ul.global-nv-inner>li:nth-of-type(3) a {
	letter-spacing:0;
}

#global-nv ul.global-nv-inner>li:nth-of-type(5) a {
	letter-spacing:0;line-height: 1;
}

#global-nv ul.global-nv-inner>li:nth-of-type(6) a {
	letter-spacing:0;line-height: 1;
}	
#global-nv ul.global-nv-inner>li:nth-of-type(6) a span {
	padding-right:12px; background:url(/en/products/electrical/images/icon_blank.png) no-repeat right top;
}

#global-nv ul.global-nv-inner>li:nth-of-type(6):hover span {
	background-position:right -37px;
}

#global-nv ul.global-nv-inner>li:nth-of-type(6) a {
	background:url(/en/products/electrical/images/li_barright30.png) no-repeat right top;
}*/


#global-nv ul.global-nv-inner>li:nth-of-type(3) a {
	letter-spacing: 0;
}

#global-nv ul.global-nv-inner>li:nth-of-type(5) a {
	letter-spacing:0;
}

#global-nv ul.global-nv-inner>li:nth-of-type(6) a {
	letter-spacing: -0.01em;
	background:url(/en/products/electrical/images/li_barright30.png) no-repeat right top;
}	
#global-nv ul.global-nv-inner>li:nth-of-type(6) a span {
	margin:-1px 0 0 0; /*20161011調整*/
	padding-right:15px;
	background:url(/en/products/electrical/images/icon_blank.png) no-repeat right 2px;
}

#global-nv ul.global-nv-inner>li:nth-of-type(6):hover span {
	background-position:right -37px;
}

.fixed { /*20161011調整*/
    position: fixed;
}

/*#global-nv ul.global-nv-inner>li:nth-of-type(3) a .btn,
#global-nv ul.global-nv-inner>li:nth-of-type(5) a, .btn
#global-nv ul.global-nv-inner>li:nth-of-type(6) a .btn {
	margin-left: -1px;
}*/

#global-nv ul.global-nv-inner>li>a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0px;
	width:99.5%;
	height: 3px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color:#00BFFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#global-nv ul.global-nv-inner>li:hover>a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

	
/**サブナビ**/
.select {
}

/*広かる動き部分*/
#global-nv ul.global-nv-inner>li .child {
	background:url(/en/products/electrical/images/sub_nv_bg01.png); 
	width:100%; 
	top:85px;
	left:0px;
	position: absolute;
	height:0px;
	overflow: hidden;
	display:none;
	z-index:9000;
	clear:both; float:left;
	border-bottom:3px #00429A solid;
	-webkit-transition:height 0.3s linear,opacity 0.3s linear;  
}

#global-nv.fixed ul.global-nv-inner>li .child {
	top:37px; 
}

	
/*広かるメニューエリア*/
#global-01 *,
.child-wrap * {
    box-sizing: border-box;
}

.c
.child-wrap ul,
.child-wrap li {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}

.child-wrap li a {
	display: block;
	text-decoration:none;
}

#global-nv ul.global-nv-inner>li .child-wrap {
	width:1024px; 
	margin:0 auto; 
	padding:0; background:#9A3638;
	position:relative;
}

.child-wrap .child-1,
.child-wrap .child-2,
.child-wrap .child-3 {
	float:left;
	position:relative;
}

.child-wrap .child-2,
.child-wrap .child-3 {
	background: rgba(0,45,110,0.70);
	height:227px;
	margin-top:3px;
}	

.gnavi04 .child-wrap li a {
	padding: 0 0 0 14%;
}
	
.child a {
	color:#fff;
}

.child a:visited {
	color:#fff;
}

.child-wrap .child-1,
.child-wrap .child-2,
.child-wrap .child-3,
.child-wrap .child-4{float:left;
position:relative;}

.child-wrap .child-2, .child-wrap .child-3, .child-wrap .child-4 {
	background: rgba(0,45,110,0.70);
	height: 227px;
}

/*subメニューデザイン*/
.child-wrap .child-2 p,.child-wrap .child-3 p{
display: inline-block;
width:96%; 
float:left; 
margin:0;
padding:0 2% 5px 2% ;
text-align:left;
font-size:110%;
color: #fff;
}

.child-wrap hr{
background: #fff;
display: block;
height: 1px;
width:100%;
border-style: none;
clear: both;
}

.child-wrap .child-1{
width:224px;
}
.child-wrap .child-1 ul li{
    background: url(/en/products/electrical/img/header/subnav_arrow01.png) no-repeat 5% center;
    width: 80%;
    padding: 5% 2% 5% 20%;
    margin: 6px 2.5%;
    box-sizing: border-box;
}

.child-wrap .child-1 ul li:nth-of-type(4){
line-height:120%;
}

.child-wrap .child-1 ul li:hover{
background:url(/en/products/electrical/img/header/subnav_arrow01.png) no-repeat 5% center rgba(0,35,90,0.8);
border-radius:60px;
}

/*subメニューデザイン--商品?必要分野*/
.child-wrap .child-2,
.child-wrap .child-3,
.child-wrap .child-4{
border-left:1px solid  rgba(255,255,255,0.70);
}
.child-wrap .child-2,
.child-wrap .child-3{
/*width:379px;*/
padding:10px;
}

/*20161011調整*/
.child-wrap .child-2{
width:458px;
}
.child-wrap .child-3{
width:300px;
}
/*20161011調整*/

.child-wrap .child-4{
width:758px;
padding:10px;
}
.child-wrap .child-2 .left,
.child-wrap .child-3 .left{
float:left;
padding-left:3%;
/*width:46%;*/
width:49%; /*20161011調整*/
}
.child-wrap .child-4 .left{
float:left;
padding-left:3%;
width:33%;
}
.child-wrap .child-2 .right,
.child-wrap .child-3 .right{
float:right;
padding-right:3%;
/*width:46%;*/
width:49%; /*20161011調整*/
}
.child-wrap .child-4 .right{
float:right;
padding-right:3%;
width:33%;
}
.child-wrap .child-2 ul li a,
.child-wrap .child-3 ul li a{ 
border:1px solid #fff; 
border-radius:30px; 
float:left; clear:both;
font-size:100%;
line-height:150%;
font-weight:400;
/*width:70%;*/
width:100%;
height:25px; 
margin:2% auto;
padding:0 0 0 14%;
background:url(/en/products/electrical/img/header/subnav_arrow02.png) no-repeat 10px center;
}
.child-wrap .child-4 ul li a{ 
border:1px solid #fff; 
border-radius:30px; 
float:left; clear:both;
font-size:100%;
line-height:150%;
font-weight:400;
width:70%;
height:25px; 
margin:2% auto;
padding:0 0 0 10%;
background:url(/en/products/electrical/img/header/subnav_arrow02.png) no-repeat 10px center;
}
.gnavi02 .child-wrap .child-4 .left2{
float: left;
padding-left: 3%;
width: 50%;
}

.gnavi02 .child-wrap .child-4 ul li a{
    border: 1px solid #fff;
    border-radius: 30px;
    float: left;
    clear: both;
    font-size: 100%;
    line-height: 150%;
    font-weight: 400;
    width: 100%;
    height: 25px;
    margin: 4px auto;
    padding: 0 0 0 10%;
    background: url(/en/products/electrical/img/header/subnav_arrow02.png) no-repeat 10px center;
}

/*2行になるメニューに適用*/
.gnavi04 .child-wrap ul li.list-height a{ 
border: 1px solid #fff;
border-radius: 20px;
float: left;
clear: both;
font-size: 100%;
line-height: 130%;
font-weight: 400;
width: 100%;
height: 40px;
margin: 2% auto;
padding: 0 0 0 20px;
background: url(/en/products/electrical/img/header/subnav_arrow02.png) no-repeat 10px center;
}

/*2行になるメニューに適用*/
.gnavi05 .child-wrap ul li.list-height a{ 
border: 1px solid #fff;
border-radius: 20px;
float: left;
clear: both;
font-size: 100%;
line-height: 130%;
font-weight: 400;
width: 70%;
height: 40px;
margin: 2% auto;
padding: 0 0 0 20px;
background: url(/en/products/electrical/img/header/subnav_arrow02.png) no-repeat 10px center;
}

.child-wrap .child-2 ul li a:hover,
.child-wrap .child-3 ul li a:hover,
.child-wrap .child-4 ul li a:hover{
background:url(/en/products/electrical/img/header/subnav_arrow02.png) no-repeat 10px center #104F9E;
}

/*localメニューエリア*/
#local-menu {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 400px;
}

#local-menu-inner {
	position: absolute;
	bottom: 0;
}

/*パンくず*/
.crumb {
	background:url(/en/products/electrical/images/crumb_bg.png);
	height:25px;
	width:1024px;
	margin:0 auto 404px;
	font-size:70%;
	font-weight:200;
}

.crumb li:after {
	margin: 0 5px;
	content: ">";
}

.crumb li:last-child:after {
	content: "";
}

.crumb ul,.crumb li,.crumb ul span {
	margin:0; padding:0; float:left; list-style:none; color:#fff;
}

.crumb ul {
	margin-left:16px;
}

.crumb li a {
	text-decoration:none; color:#26C9FF;
}

.crumb li a:hover {
	color:#FF8000;text-decoration:none;
}

/*localメニュー*/
.local_nv {
	width:100%;
	height:35px;
	display:block;
	border-top: 3px #00429A solid;
	background:url(/en/products/electrical/images/local_nv_bg01.png);
}

.local_nv ul,.local_nv li {
	margin:0; padding:0; height:35px; list-style:none;
}

.local_nv ul {
	width:1024px; margin:auto;
}

.local_nv li {
	float:left; 
	font-weight:200;
	font-size:95%;
	text-align:center;
	width:170px;
}

.local_nv li a {
	color:#fff; text-decoration:none; display:block;
	height:28px; width:100%;
	margin-top:4px;
	border-left:1px solid  rgba(0,41,98,0.70);
}

.local_nv li.two-row a {
	margin-top: 0;
  line-height: 1;
}

.local_nv li.on,.local_nv li:hover {
	background: url(/en/products/electrical/images/local_nv_bg02.png);
}

.local_nv li:nth-of-type(1) a {
	border:none;
}


.local_nv li:first-child {
    line-height: 88%;
}

/*----------- メイン -----------*/
#main-wrap {
	width:100%;
	position:relative;
	z-index:1000;
}

/*----------- メイン画像 -----------*/
#main-wrap .main-img {
	position:absolute;
	z-index: -1;
	overflow:hidden;
	width:100%;
	height:556px;
	margin:0px auto;
	font-size:1px;
	line-height:100%;
}

#main-wrap #main-img-wrap.fixed {
	top: 72px;
}

#main-wrap .main-img li {
	display:inline-block;
	width:100%;
	height:100%;
	font-size:1px;
	line-height:100%;
	list-style:none;
}

#main-wrap .main-img li img {
	width:100%;
	height:auto;
}

	/*----------- 新着情報 -----------*/
.news-wrap {
	width:1024px;
	height:32px;
	overflow:hidden;
	position:relative;
	margin: 0 auto 10px;
	background-color:#ffffff;
	z-index:8000;
}

/*@-moz-document url-prefix() {
	.news-wrap {
	clear: both;
}*/

.news-wrap h2 {
	display:block;
	float:left;
	width:64px;
	margin:0px;
	padding:0px 18px 0px 18px;
	line-height:0px;
	height:32px;
	background-color:#00429a;
}

.news-wrap h2 img {
	vertical-align:top;
	padding:8px 0px 0px 0px;
	margin:0px;
}

.news-wrap #news-control {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 99px;
	font-size:0px;
	line-height:0px;
	z-index:8001;
}

.news-wrap #news-control li {
	list-style:none;
	display:inline-block;
}

.news-wrap #news-control li#news-play {
	border-left:1px solid #ccc;
}

.news-wrap #news-control li#news-prev {
	border-left:1px solid #ccc;
}

.news-wrap #news-control li#news-next {
	border-left:1px solid #ccc;
}

.news-wrap .news-txt {
	width:924px;
	line-height: 32px;
	overflow: hidden;
	position: absolute;
	text-indent: 0;
	top: 0;
	left:100px;
}

.news-wrap .news-txt > div {
	margin: 0 !important;
}

.news-wrap #news-txt-inner {
	padding: 0 !important;
}

.news-wrap #news-txt-inner li {
	display:block;
	width:824px;	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#333;
}

.news-wrap #news-txt-inner li span {
	padding-left:24px;
}

.news-wrap #news-txt-inner li span span.day-b {
	display:inline;
	padding-left:0px;
	font-weight:bold;
}

.news-wrap #news-txt-inner li span a:link,
.news-wrap #news-txt-inner li span a:visited,
.news-wrap #news-txt-inner li span a:hover {
	text-decoration:none;
	color:#333;
}

/*ローガルサブナビ*/
#local_sub-wrap {
	overflow: hidden;
	padding:10px 10px 0 10px;
	width:984px;
	background: #fff;
	/*background:rgba(255,255,255,0.70);*/
}

#local_sub-wrap ul,
#local_sub-wrap li {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}

#local_sub-wrap ul {
	width:100%;
	clear:both;
}

#local_sub-wrap li {
	margin-right:11px;
	margin-bottom: 10px;
	width:240px;
	height:35px; 
	font-size:90%;
	font-weight:200;
	background:url(/en/products/electrical/images/local_navi_bg.png) no-repeat;
	border:1px solid rgba(255,255,255,0.90);
}

#local_sub-wrap li.one-row {
	line-height:240%;
}

#local_sub-wrap li:nth-of-type(4n) {
	margin-right:0;
}

#local_sub-wrap li:hover,
#local_sub-wrap li.on {
	background:url(/en/products/electrical/images/local_navi_bg_on.png) no-repeat;
}

#local_sub-wrap li a {
	color:#fff; 
	text-decoration:none;
	width:50%;
	height:100%; 
	padding-left:8%;
	display:table-cell;
	vertical-align:middle;
	background:url(/en/products/electrical/images/local_navi_bg_line.png) no-repeat 6px 0;
}

#local_sub-wrap li a:hover,
#local_sub-wrap li.on a {
	background:url(/en/products/electrical/images/local_navi_bg_line_on.png) no-repeat 6px 0;
}	

/* コンテンツ */

/* コンテンツ */
#main-wrap #contents {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	background:rgba(255,255,255,0.70) ;
	padding-top:10px;
	padding-bottom:10px;
	
}

#main-wrap #contents .contents-inner {
	position: relative;
	width: 1004px;
	margin: 0 auto;
	background: #fff;
	/*background: rgba(255,255,255,0.70);*/
}

#main-wrap #contents .contents-inner section {
	padding: 20px 0;
}

/*フッター*/
#page-top {
	display: none;
	position: fixed;
	z-index: 100000;
	bottom: 38px;
	right: 50%;
  margin-right: -600px;
	width: 80px;
	height: 80px;
	text-align: center;
	background: url(/en/products/electrical/images/common/topbtn.png) no-repeat;
	background-size: 80px 160px;
	background-position: 0 0;
}
#page-top:hover {
	background-position: 0 -80px;
}

#page-top a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#page-top img {
	display: block;
	margin: 0px auto;
}

footer {
	position: relative;
  z-index: 10000;
	margin-top: 200px;
	padding: 50px 0 20px;
  font-size: 12px;
	background-color: #eee;
}

footer .block-footer {
	margin: 0 auto;
	width: 1024px;
}

footer .block-footer .container {
	overflow: hidden;
	padding: 15px;
}

footer .block-footer .nav {
	overflow: hidden;
	float: left;
	width: 562px;
}

footer .block-footer .nav li {
	float: left;
}

footer .block-footer .nav > li > a {
	position: relative;
	display: block;
	padding: 0 15px;
	color: #5c5c5c;
	text-decoration: none;
}

footer .block-footer .module-copyright {
	float: right;
	color: #23429a;
}

/*  電磁鋼板CSS  **/
/* TOPページ */

.left_wrap {
    width: 950px;
    max-width: 90%;
    margin: 0 auto;
}


.product_lineup {
	margin-bottom: 30px;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 20px;
	letter-spacing: 0px;
}

.item {
    margin-left: 1.0em;
    width: 270px;
    height: auto;
    float: left;
    margin: 0px 25px 0 25px;
    overflow: hidden;
}

.item img {
	text-align: center;
}

.btn_d{
    margin-top: 70px;
    
}


.left_wrap .center {
	text-align: left;
}

.item.last{
	margin-right: 0;
}

.center {
    margin: 0 auto;
    display: block;
}




.item p {
	display: block;
	width: 200px;
	font-size: 14px;
    margin-left:0;
	margin-top: 5px;
	line-height: 24px;
	height: 80px;
    
}


.left_wrap p {
    font-size: 13.5px;
    letter-spacing: 0.5px;
}

.clearfix:after {
	content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

#clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
#clearfix {display: block;}
/* End hide from IE-mac */



.news_feed .post_title {
	float: left;
	width: 900px;
}


.top-main-contents {
	width: 100%;
}

.top-main-contents-title-image img {
	width: 100%;
}

.top-main-contents-95 {
	width: 95%;
	margin: 0 auto;
}

.top-main-contents-sub-title {
	text-align: center;
	margin: 30px 0;
}

.top-main-contents-sub-title p {
	text-align: left;
    margin-left:15px;
}

.top-main-contents-sub-title h2 {
	font-size: 230%;
	margin: 30px 0;
	font-weight: 500;
	display: inline-block;
}

.top-main-contents-sub-title hr {
	border-top: 8px solid burlywood;
}

.top-main-contents-space {
	margin: 20px 0 40px 0;
	display: inline-block;
	width: 100%;
}

.margin-0-auto {
	margin: 0 auto;
	width: max-content;
}

.margin-top-0 {
	margin-top: 0!important;
}

h3.contents-title-h3 {
	border-left: 5px solid #2786B0;
	padding: 0 0 0 15px;
	margin: 40px 30px 20px;
	vertical-align: middle;
	color: #2786B0;
	font-size: 150%;
}

h4.contents-title-h4 {
	background-color: #2786B0;
	padding: 3px 0 3px 20px;
	margin: 20px 0;
	font-size: 110%;
	color: white;
}

.contents-image-4 {
	width: 96%;
	margin: 0 auto;
}

.contents-image-4 td {
	width: 24%;
	text-align: center;
}

.contents-image-4 td img {
	width: 90%;
}

.top-main-contents-space hr {
	margin: 10px 0;
}

.contents-title-link-h3 {
	border-left: 5px solid #23429a;
	padding: 0 0 0 20px;
	margin: 40px 0 20px;
	vertical-align: middle;
	color: black;
	font-size: 150%;
	display: inline-block;
}

.contents-title-link-sheet-ul li {
	list-style-image: url(/en/products/electrical/img/list_style_marker.png);
	margin-left: 3%;
	color: #23429a;
	border-bottom: 1px dotted gray;
}

.contents-title-link-sheet-ul li a:hover {
	opacity: 0.5;
}

.contents-title-link-ul li {
	list-style-image: url(/en/products/electrical/img/list_style_marker.png);
	margin-left: 3%;
	color: black;
	border-bottom: 1px dotted gray;
	margin-bottom: 10px;
	float: left;
	list-style-position: outside;
	line-height: 2em;
	width: 100%;
}

.contents-title-link-ul li span {
	margin: 0 40px 0 0;
	border-right: 1px solid gray;
	padding-right: 50px;
	width: 70px;
	float: left;
}

.contents-title-link-ul li a {
	color: #1855A4;
	text-decoration: none;
	width: 700px;
	float: left;
	display: block;
}


/* TOPページ END */
/* 製品紹介TOPページ */



/* _____全ページ共通サブヘッター ここから _____ */
#denji-nv ul.denji-nv-inner {
	width:1024px;
	margin:0px auto 0 auto;
	padding:0px;
	height:34px;
	letter-spacing:-0.4em;
	clear:both;
}


#denji-nv-wrap {
	display: block;
	margin-top: 5px;
	height: 72px;
	background:#fff;
}

#denji-nv {
	width:100%;
}

#denji-nv.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	background: #fff;
	height: 40px;
}

#denji-nv ul.denji-nv-inner {
	width:1024px;
	margin:0px auto 0 auto;
	padding:0px;
	height:34px;
	letter-spacing:-0.4em;
	clear:both;
}

#denji-nv ul.denji-nv-inner>li {
	border-left:1px solid#fff;
	background-color:#B6B6B6;
	display:block;
	list-style:none;
	letter-spacing:normal;
	float:left;
	height:37px;
	text-align:center;
	padding:7px 10px;
	text-align:center;
	font-size:70%;
	font-weight:400;
	background-position:1px 40px;
	cursor:pointer;
	-webkit-transition:background-position 0.3s linear,font-weight 0.3s linear; 
	-ms-transition:background-position 0.3s linear,font-weight 0.3s linear; 
	transition:background-position 0.3s linear,font-weight 0.3s linear; 

}

#denji-nv ul.denji-nv-inner>li:nth-of-type(1){width:313px;}
#denji-nv ul.denji-nv-inner>li:nth-of-type(2){width:313px;}
#denji-nv ul.denji-nv-inner>li:nth-of-type(3){width:313px;}
#denji-nv ul.denji-nv-inner>li:nth-of-type(4){width:200px;}
#denji-nv ul.denji-nv-inner>li:nth-of-type(5){width:200px;}



#denji-nv ul.denji-nv-inner>li:hover,
#denji-nv ul.denji-nv-inner>li.here {
	background: url(/en/products/electrical/images/denji_nv_bg.png) no-repeat;
	background-position:1px 0px;
	color:#fff;
	font-weight:400;
}

#denji-nv ul.denji-nv-inner>li:hover a,
#denji-nv ul.denji-nv-inner>li.here a {
	color:#333333;	
}

#denji-nv ul.denji-nv-inner>li > a {
	box-sizing: border-box;
	display:block;
	text-decoration:none;
	line-height:30px;
	height:100%;
	width:100%;
	color:#fff;
	margin-top:3px;
	position:relative;
	-webkit-transition:color 0.5s linear;
    font-size:100%;
}

#denji-nv ul.denji-nv-inner>li>a::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:99.5%;
	height: 3px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color:#00BFFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#denji-nv ul.denji-nv-inner>li:hover>a:hover::after,
#denji-nv ul.denji-nv-inner>li.here>a::after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}    

/* _________ 　全ページ共通サブヘッター ここまで  _____ */

.mt30{
    margin-top: 30px;    
}

.mt31{
    margin-left:30px;
    margin-right:10px;
}

.mt61{
    margin-left:60px;
    margin-right:10px;
}

.center {
    margin: 0 auto;
    display: block;
}



/* TOPページ END */

/* 製品情報ページ */
.product-main-contents-95 {
	width: 95%;
	margin: 0 auto;
}

table.product-main-contents-manu {
	width: 100%;
}

table.product-main-contents-manu td {
	width: 20%;
	text-align: center;
	background-color: darkgray;
	border-top: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-rigth: 1px solid lightgray;
}

table.product-main-contents-manu td a {
	width: 100%;
	height: 100%;
	padding: 5px 0;
	display: inline-block;
	text-decoration: none;
	color: white;
}

table.product-main-contents-manu td a span {
	border-bottom: none;
}

table.product-main-contents-manu td:hover, table.product-main-contents-manu td:hover a {
	background-color: white;
	border-color: white;
	color: black;
}

table.product-main-contents-manu td:hover span {
	border-bottom: 3px solid skyblue;
}

.title-main {
	font-size: 230%;
}

h2.title-main {
	border-left: 6px solid #2786B0!important;
	padding-left: 10px;
	margin-left: 25px;
	margin-bottom: 10px;
	color: #2786B0;
	height: 45px;
	line-height: 40px;
	display: inline-block;
	margin-top: 30px;
}

h2.title-sub {
    font-size: 35px;
	color: #444444;
	height: 30px;
	line-height: 40px;
	display: inline-block;
	margin-top: 30px;
    margin-bottom: 30px;
}

.title-middle-top {
	font-size: 14px;
	position: relative;
	bottom: 7.5px;
	padding: 5px 10px 5px 10px;
	color: white;
	background-color: #2786B0;
}

.product-main-contents-space {
	margin: 20px 0 40px 0;
	display: inline-block;
	width: 100%;
}
.syuruist {
	font-size: 14px;
	color: #CC0000;
	padding-top: 5px;
}
.seihin { border: 1px solid #091C3D; }
.syuruidoc {
	font-size: 12px;
	padding: 5px;
	color: #333333;
}

.syuruist2 {
	font-size: 12px;
	padding-top: 5px;
	color: #333333;
}

.px12 {
	font-size: 12px;
	color: #333333;
}

.select_td {
	background-color: white!important;
	border-color: white!important;
	color: black!important;
}

.select_a {
	color: black!important;
}

.select_span {
	border-bottom: 3px solid skyblue!important;
}

h3.product-title-sub {
	color: #757575;
	margin-left: 25px;
	font-size: 250%;
}

.haichi30 td {
	border: #FFFFFF solid 1px;
	padding: 5px;
}

.haichi10 {
	padding-left: 10px;
	padding-bottom: 10px;
}

.intro {
	font-size: 10pt;
	line-height: 180%;
	color: #333333;
	margin: 0 0 10px;
}

/* 製品情報ページ END */

/* g_core */

#g_core .content_right .section01 ul {
	margin: 0 0 30px 5px;
}

#g_core .content_right .section01 ul li {
	padding-left: 15px;
	background: url("/en/products/electrical/supercore/supercore_meaning/images/list_style_meaning.png") no-repeat left 7px;
}

#g_core dl {
	margin: 0 0 30px 20px;
}

#g_core dl dd {
	margin: 0 0 20px 20px;
}

#g_core .content_right .box_left {
	margin: 20px 10px 0 10px;
	width: 300px;
	height: 130px;
}

#g_core .content_right .box_left p,
#g_core .content_right .box_right p {
	font-size: 13px;
	letter-spacing: 0.5px;
	padding: 40px 5px 10px;
    line-height: 1.0em;
    vertical-align: middle;
	color: #fff;
}


#g_core .content_right .box_right {
	margin: 20px 10px 10px 30px;
	width: 300px;
	height: 120px;
}

#g_core .content_right .bg01 {
	background: url("/en/products/electrical/images/jg.png") no-repeat left top;
}

#g_core .content_right .bg02 {
	background: url("/en/products/electrical/images/jgh.png") no-repeat left top;
}

#g_core .content_right .bg03 {
	background: url("/en/products/electrical/images/jgs.png") no-repeat left top;
}

#g_core .content_right .bg04 {
	background: url("/en/products/electrical/images/jgsd.png") no-repeat left top;
}

#g_core .content_right .bg05 {
	background: url("/en/products/electrical/images/jgse.png") no-repeat left top;
}

#g_core .content_right .section02 {
	margin-bottom: 30px;
}

#g_core .section_lower a {
	padding-left: 15px;
}

#g_core .section_lower span {
	padding-right: 15px;
}

#g_core .section_lower .icon_pdf {
	width: 80px;
	height: auto;
}

.left {
    float: left;
}

/*  g_core END */

/*  n_core END */

#n_core .content_right .section01 ul {
	margin: 0 0 30px 5px;
}

#n_core .content_right .section01 ul li {
	padding-left: 15px;
	background: url("/en/products/electrical/supercore/supercore_meaning/images/list_style_meaning.png") no-repeat left 7px;
}

#n_core dl {
	margin: 0 0 30px 20px;
}

#n_core dl dd {
	margin: 0 0 20px 20px;
}

#n_core .content_right .box_left {
	margin: 20px 10px 0 10px;
	width: 300px;
	height: 130px;
}

#n_core .content_right .box_left p,
#n_core .content_right .box_right p {
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 40px 5px 10px;
    line-height: 1.0em;
    vertical-align: middle;
	color: #fff;
}


#n_core .content_right .box_right {
	margin: 20px 10px 10px 30px;
	width: 300px;
	height: 120px;
}

#n_core .content_right .bg01 {
	background: url("/en/products/electrical/images/jn.png") no-repeat left top;
}

#n_core .content_right .bg02 {
	background: url("/en/products/electrical/images/jne.png") no-repeat left top;
}

#n_core .content_right .bg03 {
	background: url("/en/products/electrical/images/jneh.png") no-repeat left top;
}

#n_core .content_right .bg04 {
	background: url("/en/products/electrical/images/jna.png") no-repeat left top;
}

#n_core .content_right .section02 {
	margin-bottom: 30px;
}

#n_core .section_lower a {
	padding-left: 15px;
}

#n_core .section_lower span {
	padding-right: 15px;
}

#n_core .section_lower .icon_pdf {
	width: 80px;
	height: auto;
}

.left {
    float: left;
}

/*n-core END */


/*supercore */

#super_core .content_right .section01 ul {
	margin: 0 0 30px 5px;
}

#super_core .content_right .section01 ul li {
	padding-left: 15px;
	background: url("/en/products/electrical/supercore/supercore_meaning/images/list_style_meaning.png") no-repeat left 7px;
}

#super_core dl {
	margin: 0 0 30px 20px;
}

#super_core dl dd {
	margin: 0 0 20px 20px;
}

#super_core .content_right .box_left {
	margin: 20px 10px 0 10px;
	width: 300px;
	height: 200px;
}

#super_core .content_right .box_left p,
#super_core .content_right .box_right p {
	font-size: 15px;
    margin-top: 30px;
	letter-spacing: 0.5px;
	padding: 10px 10px 10px;
	color: #fff;
    line-height: 1.2em;
}


#super_core .content_right .box_right {
	margin: 20px 10px 0 10px;
	width: 300px;
	height: 200px;
}

#super_core .content_right .bg01 {
	background: url("/en/products/electrical/images/jnex.png") no-repeat left top;
}

#super_core .content_right .bg02 {
	background: url("/en/products/electrical/images/jnhf.png") no-repeat left top;
}

#super_core .content_right .section02 {
	margin-bottom: 30px;
}

#super_core .section_lower a {
	padding-left: 15px;
}

#super_core .section_lower span {
	padding-right: 15px;
}

#super_core .section_lower .icon_pdf {
	width: 80px;
	height: auto;
}

.left{
	float: left;

}


.title_middle{
    margin: 30px 5px 5px 1px;
}

.denji-title-middle {
    font-size: 120%;
    position: relative;
    bottom: 5px;
    padding: 10px 40px 2px 30px;
    color: white;
    background-color: #2786B0;
    margin: 0px 2px 5px 22px;
}

a{
        text-decoration: none;
}

.denji-title-middle:hover {
    font-size: 120%;
    position: relative;
    bottom: 5px;
    padding: 10px 40px 2px 30px;
    color: white;
    background-color: #ccc;
    margin: 0px 2px 5px 22px;
}



ul.upper_title{
    padding:20px;  
}

ul.upper_title li{
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px;
  background: #2786B0;
  line-height: inherit;
  width: 300px;
  text-align: center;
  font-size: 110%;
}

ul.upper_title li a{
    color: #fff;
    text-decoration: none;
}

ul.upper_title #br li a{
    color: #b93e59;
    text-decoration: none;
}

ul.upper_title.flip li>hover{
  color:#0000BB;
  font-size: 75%;
  position: relative;

}


.upper_title li a>hover{
    color:dimgray;
    text-decoration: none;
}




ul.upper_title li a:hover{
    color: dimgray;
    text-decoration: none;
}




/*supercore END */

/*supercore_detail */

.box_left h5 {
    background-color: #2786B0;
    color: #fff;
}

.mt15{
    margin-left: 30px;
    background-color: #2786B0;
    color: #fff;
}

.mt9{
    margin-left: 40px;
}

.mt16{
    margin-left: 80px;
}

.section02{
    margin-top:40px;
}

.mb20 {
    margin-top: 30px;
}

.icon_pdf{
    margin-left: 30px;
}
.mt22{
     margin-left: 40px;
}


/*supercore_detail END */

/*supercore_use */

.use_sub_title{
    margin: 0.5em 0.5em;
    padding: 0.1em 0 0.1em 1em;
    background: #006699;
    color: #fff;
    font-size: 16px;
    
}

.right{
    float:right;
    
}

.sent_wrap{
    margin-bottom: 60px;
}


.use_des{
    margin-left:20px;
    margin-right:20px;
}

.use_des_img{
     margin-left:20px;
    margin-right:20px;
}

.caption{
    text-align: center;
}

.mb20{
    margin-bottom: 20px;
}

/*supercore_use END */


/*★新規　Application_index */

.box_item{
    float:left;
    width: 440px;
    margin-left: 20px;
}

.box_title{
    background-color: aqua;
    width: 440px;
    margin-top:30px;
    
}

.item_right{
    float: right;
    margin-right: 20px;
    padding: 0;
}

.u20{
    margin-top:20px;
}

.clearfix:after{
    display: block;
    clear:both;
    content="";
}


.item_btn{
    display: block;
}





/* 用途 */
.px14 {
	font-size: 14px;
	color: #333333;
	line-height: 120%;
	margin: 0 0 10px;
}

.txt_center {
	text-align: center;
}

/* 用途 END */

/* お問い合わせ */
.inquiry_table {
	width: 965px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.inquiry_table th {
	width: 20px;
	color: #2786B0;
	border: none;
	background-color: white;
}

.inquiry_table .branch {
	width: 250px;
}

.inquiry_table th, .inquiry_table td {
	text-align: left;
	vertical-align: top;
	height: 30px;
	font-size: 16px;
	padding-top: 10px;
}

.tetpun_table_bolder td {
	border: 1px solid gray;
}

.seihin h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background-image: url(/en/products/electrical/img/h3-bg.jpg);
}

.sub-td-border-none td {
	border: none;
}

.link {
	display: table;
	width: 924px;
	margin: 0 auto;
}

.link ul li {
	list-style-image: url(/en/products/electrical/img/list_style_marker.png);
	font-size: 14pt;
	line-height: 2em;
	margin-left: 2%;
	border-bottom: 1px dotted gray;
	list-style-position: outside;
	width: 99%;
	padding-bottom: 5px;
	padding-top: 5px;
}

.link-a ul li span {
	margin: 0 40px 0 0;
	border-right: 1px solid gray;
	padding-right: 50px;
}

.link-a ul li a {
	color: #1855A4;
}

.link ul li a {
	color: #1855A4;
	text-decoration: none;
}

a.link_clear_a {
	float: left;
	display: block;
	width: 700px;
}

/* お問い合わせ END */

h2.denji-title-main{
	border-left: 6px solid #2786B0!important;
	padding-left: 10px;
	margin-left: 25px;
	margin-top: 30px;
	color: #2786B0;
	font-size: 30px;
	height: 35px!important;
}

.denji-sub-txt{
	margin:30px 40px 0;
}

.denji-title-middle-top{
	font-size: 14px;
	position: relative;
	bottom: 5px;
	padding: 0px 20px 3px 20px;
	color: white;
	background-color: #2786B0;
}

.denji-app-box{
	margin:0 30px;
}

.denji-app-box:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.denji-app-block{
	width:450px;
	float:left;
	margin:30px 10px 0;
}

.denji-app-block div{
	float:left;
}

.denji-app-block span{
	color: #2786B0;
}

.denji-app-block p{

}

.denji-app-tit{
	margin-bottom:10px;
}

.denji-app-block div a img{
	margin:0 0 20px 40px;
}

.denji-app-block div a img:hover{
	opacity:0.7;
}

.denji-app-block div:last-child{
	margin-left:20px;
}

.denji-h5{
	font-size: 18px;
	color: white;
	background: #2786B0;
	padding: 1px 0 1px 15px;
	margin-bottom:20px;
}
/*201710追加
--------------------*/
.icon-newwindow::after {
    content: url(/en/products/electrical/img/icon-newwindow.png);
    display: inline-block;
    margin: 0 .5em;
}
