@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, tr, th, td, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

b {
  font-weight: bold;
}

/*********************************************************************************/
/* 共通設定
/*********************************************************************************/
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}


.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 45px !important;
}

.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f14 {
  font-size: 14px !important;
}

.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

.relative {
  position: relative;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.ofh {
  overflow: hidden;
  zoom: 1;
}

.clear {
  clear: both;
}

.alignL {
  text-align: left !important;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.bold a {
  font-weight: bold;
}

.disNone {
  display: none;
}

.opOver {
  cursor: pointer;
}

.del {
  text-decoration: line-through;
}

span.small {
  font-size: 11px;
}

ul.disc {
  list-style: disc;
  list-style-position: outside;
}
ul.disc li {
  margin-left: 20px;
}

ol {
  list-style: decimal;
  margin-left: 15px;
  list-style-position: outside;
}
ol li {
  margin-left: 20px;
}
ol.upper-roman {
  list-style: upper-roman;
  margin-left: 20px;
}
ol.none {
  list-style: none;
  margin-left: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.lh2 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh15 {
  line-height: 1.5;
}

.indent {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.hanging-indent {
  padding-left: 1em;
  text-indent: -1em;
}

input, select {
  vertical-align: middle;
}
input[type="radio"], select[type="radio"] {
  margin-right: 5px !important;
}

.wp-pagenavi {
  margin: 30px auto 20px;
  text-align: center;
}

.vaTop {
  vertical-align: top !important;
}

.halfSize {
  width: 50%;
}

dl.table {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.8;
}
dl.table dt {
  float: left;
}
dl.table dd {
  margin-left: 110px;
}

.em1 {
  margin-left: 1em;
}

.ul {
  border-bottom: 1px solid #CCC;
}

.dotted {
  padding-bottom: 10px;
  border-bottom: 1px dotted #CCC;
}

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

.onlySmart {
  display:none;
}

.onlyPC {
  display:block;
}

/*********************************************************************************/
/* 基本設定
/*********************************************************************************/
body {
  margin: 0;
  padding: 0;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  font-size: 0.75em;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: black;
  position: relative;
}

.ua-ios html body {
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  width: 1300px;
}
.wrapper .inner {
  width: 1000px;
  margin: 0 auto;
}
.wrapper .inner2 {
  width: 920px;
  margin: 0 auto;
}


/*********************************************************************************/
/* テキスト色
/*********************************************************************************/
.red {
  color: #DF0000;
}

a:link {
  color: #005BAC;
}
a:visited {
  color: #005BAC;
}
a:hover {
  color: #005BAC;
  text-decoration: underline;
}
a.black {
  color: #000;
}

/*********************************************************************************/
/* ヘッダー
/*********************************************************************************/
h1 {
  min-width:1300px;
  height:1em;
  text-align: center;
  font-size: 10px;
  padding: 7px 0 4px 0;
}

#slider {
  position: relative;
  z-index: 10;
  min-width:1300px;
  overflow: hidden;
}

.slider img{
  opacity:0;
}

.slick-arrow {
	top:50%;
}
/*
.slick-list {
	display: none;
}*/
#slider ul.slider {
  margin: 0 auto;
  width: 1300px;
}

.slick-list {
  overflow: visible;
}

.slick-dots {
  bottom: -55px !important;

}
/*
html.ua-ie .slick-dots {
  bottom: -55px !important;
}

html.ua-edge .slick-dots {
  bottom: -56px !important;
}
*/

html.ua-firefox .slick-dots {
  bottom: -60px !important;
}
/*
html.ua-firefox #en .slick-dots {
  bottom: -58px !important;
}

html.ua-edge #en .slick-dots {
  bottom: -53px !important;

}
*/
.slick-dots li {
  width: 250px;
  height: 55px;
  margin: 0 !important;
  border-left: 1px solid #fff;
}
.slick-dots li button:before {
  width: 250px;
  height: 55px;
  font-weight: bold;
  text-align: center;
  color: #005BAC;
  font-size: 16px;
  top: 18px;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
.slick-dots li:nth-child(1) {
  display: none;
}
.slick-dots li:nth-child(2) {
  background: #DD5333;
}
.slick-dots li:nth-child(3) {
  background: #96BE23;
}
.slick-dots li:nth-child(4) {
  background: #E4AA22;
}
.slick-dots li:last-child {
  background: #6BBEE5;
  border-right: 1px solid #fff;
}
#en .slick-dots li:nth-child(1) {
  display: none;
}
#en .slick-dots li:nth-child(2) {
  display: inline-block;
}
#en .slick-dots li:nth-child(3) {
  background: #96BE23;
}
#en .slick-dots li:nth-child(4) {
  background: #E4AA22;
}

.slick-dots li.slick-active:nth-child(2) {
  background: #FDF1E9;
}
.slick-dots li.slick-active:nth-child(2) button:before {
  color: #E73820;
}
.slick-dots li.slick-active:nth-child(3) {
  background: #EBF3D9;
}
.slick-dots li.slick-active:nth-child(3) button:before {
  color: #6EB92B;
}
.slick-dots li.slick-active:nth-child(4) {
  background: #FFF4D6;
}
.slick-dots li.slick-active:nth-child(4) button:before {
  color: #EF8200;
}
.slick-dots li.slick-active:nth-child(5) {
  background: #EAF6FD;
  border-right: 1px solid #fff;
}
.slick-dots li.slick-active:nth-child(5) button:before {
  color: #00B8EE;
}

.slick-dots li:nth-child(2) button:before {
  content: "電装部品" !important;
}

.slick-dots li:nth-child(3) button:before {
  content: "工業資材" !important;
}

.slick-dots li:nth-child(4) button:before {
  content: "産業車両" !important;
}
.slick-dots li:nth-child(5) button:before {
  content: "民生機器" !important;
}

#en .slick-dots li:nth-child(1) button:before {
  content: none !important;
}
#en .slick-dots li:nth-child(2) button:before {
  content: "Electrical Equipment & Parts" !important;
}
#en .slick-dots li.slick-active:nth-child(2) {
  background: #FDF1E9;
}
#en .slick-dots li.slick-active:nth-child(2) button:before {
  color: #E73820;
}
#en .slick-dots li:nth-child(3) button:before {
  content: "Raw Materials" !important;
}
#en .slick-dots li.slick-active:nth-child(3) {
  background: #EBF3D9;
}
#en .slick-dots li.slick-active:nth-child(3) button:before {
  color: #6EB92B;
}
#en .slick-dots li:nth-child(4) button:before {
  content: "Construction &\A Agricultural Vehicles Devices" !important;
  top: 7px;
  white-space: pre;
}
#en .slick-dots li.slick-active:nth-child(4) {
  background: #FFF4D6;
}
#en .slick-dots li.slick-active:nth-child(4) button:before {
  color: #EF8200;
}
#en .slick-dots li:nth-child(5) button:before {
  content: "Home Appliances &\A Components" !important;
  top: 7px;
  white-space: pre;
}
#en .slick-dots li.slick-active:nth-child(5) {
  background: #EAF6FD;
}
#en .slick-dots li.slick-active:nth-child(5) button:before {
  color: #00B8EE;
}

.bgHead {
  background-color: #005BAC;
  padding-bottom: 1px;
  min-width:1300px;
}

#height480 {
  height: 340px;
}

html.ua-ie #height480 {
  height: 339px;
}

html.ua-firefox #en #height480 {
  height: 337px;
}

html.ua-ie #en #height480 {
  height: 339px;
}

html.ua-edge #en #height480 {
  height: 337px;
}

#bgLogo {
  width:100%;
  min-width:1300px;
  position: absolute;
  top:0;
  z-index: 100;
  background: url(../img/bgLogo.jpg) center 0 no-repeat;
  height: 340px;
}
#bgLogo #box {
  position: relative;
  margin: 0px auto 0;
  width: 1300px;
}
#bgLogo #box #fade {
  display: none;
  position: absolute;
  top: 167px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
#bgLogo #box #fade2 {
  position: absolute;
  top: 445px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
/*
html.ua-ie #bgLogo {
  height: 339px;
}
*/
/*
html.ua-firefox #en #bgLogo {
  height: 341px;
}

html.ua-ie #en #bgLogo {
  height: 341px;
}

html.ua-edge #en #bgLogo {
  height: 341px;
}

html.ua-ios #bgLogo {
  height: 341px !important;
}

html.ua-ios #en #bgLogo {
  height: 341px !important;
}
*/

/*html.ua-firefox #bgLogo #box #fade {*/
#bgLogo #box #fade {
  top: 50px;
}
/*html.ua-firefox #bgLogo #box #fade2 {*/
#bgLogo #box #fade2 {
  top: 180px
}

.line {
  margin: 0 auto;
  background: url(../img/bgLine.png);
}

html.ua-ios .line {
  margin: 2px auto;
  background: url(../img/bgLine.png);
}

html.ua-ios #en .line {
  margin: 2px auto !important;
  background: url(../img/bgLine.png);
}

header {
  color: #fff;
}
header.top {
  background-color: #005BAC;
  position: relative;
  width: 1000px;
  margin: 0 auto;
  z-index: 100;
}
header.sub {
  background-color: #005BAC;
}
header #logo {
  float: left;
  margin-top: 5px;
}
header a {
  color: #fff;
}
header .inner {
  padding: 17px 0 13px;
}
header .hdlink {
  float: right;
}
header .hdlink a {
  color: #fff;
}
header .hdlink ul {
  overflow: hidden;
}
header .hdlink ul li {
  float: left;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #fff;
}
header .hdlink ul li:nth-child(4) {
  border-right: none;
}
header .hdlink ul li:nth-child(5) {
  background: #8AA3D4;
  font-size: 10px;
  width: 55px;
  text-align: center;
  border-right: none;
  padding-right: 0;
  margin-right: 15px;
}
header .hdlink ul li:nth-child(6) {
  background: #FEFEFE;
  font-size: 10px;
  width: 122px;
  text-align: center;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
header .hdlink ul li:nth-child(6) a {
  color: #005BAC;
}
header .hdlink h2 {
  margin: 9px 0 0;
  font-size: 17px;
  text-align: right;
}

/* ================ スマホヘッダーサイドボタン ================ */
header #head_side_smart{
  display:none;
}

nav#gnav {
  border-top: 2px solid #A2B2D0;
  font-size: 12px;
  position: relative;
  z-index: 1000;
  min-width:1300px;
  display:block;
  background-color: #005BAC;
}
nav#gnav .nav {
  margin: 0 auto;
  width: 1000px;
}
nav#gnav .nav li {
  border-top: 6px solid #005BAC;
  float: left;
  padding-top: 9px;
  height: 40px;
  position: relative;
  width: 125px;
  text-align: center;
}

nav#gnav .nav li img {
  width: 100%;
}

#en nav#gnav .nav li img {
  width: auto;
  vertical-align: baseline-middle;
  vertical-align: -webkit-baseline-middle;
}

nav#gnav .nav li span {
  display:none;
}
nav#gnav .nav li:hover {
  border-top: 6px solid #fff !important;
}
nav#gnav .nav li.current {
  border-top: 6px solid #fff;
}
nav#gnav .nav li a.link {
  width: 125px;
  height: 55px;
  display: block;
}

nav#gnav .nav .sub {
  display: none;
  z-index: 100000;
  position: absolute;
  top: 49px;
  left: 0px;
  width: 125px;
}

nav#gnav .nav .sub p {
  border-bottom: 1px solid #fff;
}
nav#gnav .nav .sub p:last-child {
  border-bottom: none;
}
nav#gnav .nav .sub a {
  padding: 13px 0 10px;
  display: block;
  background: #D0D3E2;
  color: #002B69;
  text-decoration: none;
}
nav#gnav .nav .sub a:hover {
  background: #005AA0;
  color: #fff;
}
nav#gnav .nav .sub a.justy {
  padding: 13px 22px 10px;
  text-align-last: justify;
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: justify;
}
nav#gnav .nav .sub a.justy2 {
  padding: 13px 15px 10px;
  text-align-last: justify;
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: justify;
  letter-spacing: -2px;
}
nav#gnav .nav:hover .current {
  border-top: 6px solid #005BAC;
}

ul.bgColor {
  overflow: hidden;
}
ul.bgColor li {
  float: left;
  width: 50%;
  height: 55px;
}
ul.bgColor li:nth-child(1) {
  background: #DD5333;
}
ul.bgColor li:nth-child(2) {
  background: #6BBEE5;
}

#point2 {
  padding: 38px 0 38px;
  text-align: center;
}
#point2 .ttl img {
  margin-bottom: 35px;
}
#point2 .txt {
  margin-bottom: 24px;
}

.bgGray {
  background: #F5F6FB;
}

#topics {
  padding-bottom: 27px;
}
#topics .ttl {
  color: #005BAC;
  font-size: 17px;
  font-weight: bold;
  padding-top: 28px;
  margin: 0 0  20px 425px;
}
#topics .ttl span {
  font-size: 13px;
  padding-top: 3px;
}
#topics #newsList {
  font-size: 16px;
}
#topics #newsList a {
  color: #221814;
}
#topics #newsList li {
  border-bottom: 1px dotted #002B69;
  padding: 5px 0;
}
#topics #newsList li span {
  margin-right: 20px;
}
#topics #newsList li:last-child {
  border-bottom: none;
}

/*********************************************************************************/
/*フッター
/*********************************************************************************/
footer {
  padding: 36px 0 20px;
  background: #005BAC;
  color: #fff;
  overflow: hidden;
  min-width:1300px;
}
footer a {
  color: #fff !important;
}
footer .pageTop {
  text-align: center;
  margin-bottom: 35px;
}

.footerLink {
  color: #fff;
  float: left;
  border-right: 1px dotted #fff;
  padding-right: 11px;
}
.footerLink:not(:first-child) {
  margin-left: 28px;
}
.footerLink:nth-child(4) {
  border: none;
  margin-left: 10px;
}
.footerLink dt {
  font-size: 14px;
}
.footerLink dt.bold {
  font-weight: bold;
  color: #E4AA22;
}
.footerLink dt.bold a {
  color: #E4AA22 !important;
}
.footerLink dt.second {
  margin-top: 27px;
}
.footerLink dd {
  font-size: 11px;
  margin-left: 22px;
  line-height: 2.1;
}
.footerLink dd.rules:last-child {
  display: none;
}
.footerLink dd.english {
  margin-top: 70px;
  background: #879ECB;
  text-align: center;
  line-height: 1.3;
}
.footerLink dd.english a {
  display: block;
}
.footerLink dd.download {
  margin-top: 15px;
  background: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 10px;
  display: block;
}
.footerLink dd.download a {
  display: block;
  color: #1557A0 !important;
}
.footerLink dd.second {
  margin-left: 0;
}
.footerLink dd.second.first {
  margin-top: 25px;
}

#companyInfo {
  float: right;
}
#companyInfo h3 {
  vertical-align: top;
  margin: 0 0 10px;
}
#companyInfo p {
  letter-spacing: 0.01em;
}
#companyInfo a.contactBtn {
  margin-top: 20px;
  background: #fff;
  display: block;
  color: #002B69 !important;
  text-align: center;
  padding: 10px 0;
}

#ftTxt {
  font-size: 10px;
  margin-top: 30px;
  text-align: center;
}

#copyright {
  margin-top: 10px;
  font-size: 10px;
  text-align: center;
}

#main {
  text-align: center;
}

#single {
  padding-bottom: 60px;
}
#single .titleInfo {
  width: auto !important;
}

#topMessage {
  text-align: center;
  margin: 0 auto 30px;
}
#topMessage p {
  font-size: 14px;
  line-height: 2.2;
  width: 710px;
  text-align: center;
  display: inline-block;
}

html.ua-ios #topMessage p {
  width: 940px !important;
}

.bnr_ozone {
  padding: 32px 0 60px;
}
.bnr_ozone a {
  background-color: #fff;
  display: inline-block;
}
