@charset "utf-8";
/* -------------------------------
common
------------------------------- */
.l-content img {
  vertical-align: bottom;
}


/* section */
.l-content .section {
  margin-bottom: 60px;
}
.l-content .sectionInner {
  padding: 0 10px;
}


/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  margin-bottom: 5px;
  background: url(/maker/misumi/el/products/ix_connector/img/main_ver2.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/* lead */
.l-content .leadTxt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}


/* ancNav */
.l-content .ancNav {
  width: 540px;
}
.l-content .ancNav > li {
  float: left;
  padding-left: 20px;
}
.l-content .ancNav > li:first-child {
  padding-left: 0;
}
.l-content .ancNav > li a.m-btn--down {
  width: 260px;
}


/* specialBox */
.l-content .specialBox {
  width: 550px;
}
.l-content .specialBox .specialList {
  background: #fdf8e0;
  display: table;
  margin-bottom: 15px;
}
.l-content .specialBox .specialList .ttl {
  display: table-cell;
  width: 80px;
}
.l-content .specialBox .specialList .txt {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  width: 470px;
}
.l-content .specialBox .specialList span {
  font-size: 12px;
  font-weight: normal;
  display: block;
}


/* aboutBox */
.l-content .aboutBox {
  width: 550px;
}
.l-content .aboutBox .aboutList {
  display: table;
}
.l-content .aboutBox .aboutList .inner {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top;
  width: 130px;
}
.l-content .aboutBox .aboutList .inner:first-child {
  padding-left: 0;
}
.l-content .aboutBox .aboutList .inner .ttl {
  height: 40px;
  text-align: center;
}
.l-content .aboutBox .aboutList .inner.box01 .ttl {
  background: #fff5b3;
}
.l-content .aboutBox .aboutList .inner.box02 .ttl {
  background: #b2e6ff;
}
.l-content .aboutBox .aboutList .inner.box03 .ttl {
  background: #ffcbcd;
}
.l-content .aboutBox .aboutList .inner.box04 .ttl {
  background: #e1f6ac;
}
.l-content .aboutBox .aboutList .inner .ttl img {
  margin-top: 12px;
}
.l-content .aboutBox .aboutList .inner .caption {
  border-left: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
  padding: 10px;
  text-align: center;
}
.l-content .aboutBox .aboutList .inner.box01 .caption {
  border-color: #fff5b3;
}
.l-content .aboutBox .aboutList .inner.box02 .caption {
  border-color: #b2e6ff;
}
.l-content .aboutBox .aboutList .inner.box03 .caption {
  border-color: #ffcbcd;
}
.l-content .aboutBox .aboutList .inner.box04 .caption {
  border-color: #e1f6ac;
}


/* aboutTxt */
.l-content .aboutBox .aboutTxt {
  width: 510px;
  margin: 15px auto 0;
  border: 2px solid #dd0000;
  padding: 5px 0;
  text-align: center;
  display: table;
}
.l-content .aboutBox .aboutTxt .icon {
  display: table-cell;
  text-align: right;
  width: 136px;
}
.l-content .aboutBox .aboutTxt .txt {
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  color: #dd0000;
  font-weight: bold;
}


/* meritBox */
.l-content .meritBox {
  float: right;
  width: 360px;
}
.l-content .meritBox .h3Ttl {
  margin: 0 0 20px;
  padding: 6px 20px;
  background-color: #0f218b;
  color: #FFF;
  font-size: 14px;
}
.l-content .meritBox .detail {
  background: url(/maker/misumi/el/products/ix_connector/img/pic_special_01.png) no-repeat 0 0;
  width: 197px;
  height: 480px;
  margin: 0 auto;
}
.l-content .meritBox .detail .ttl,
.l-content .meritBox .detail .txt,
.l-content .meritBox .detail .notes{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/* lineupBox */
.l-content .lineupBox {
  margin: 0 5px;
}
.l-content .lineupBox .m-table > thead > tr > th {
  padding: 6px 10px;
}
.l-content .lineupBox .m-table .txtName {
  margin: 0 0 15px 5px;
  text-align: left;
}
.l-content .lineupBox .m-table .txtLink {
  margin-left: 20px;
  text-align: left;
  font-weight: bold;
}
.l-content .lineupBox .m-table .txtLink a:link {
  text-decoration: none;
}


/* btnBox */
.l-content .btnBox {
  width: 440px;
  margin: 0 auto;
}
.l-content .btnBox .btn {
  padding: 0 70px;
  margin-bottom: 15px;
}
.l-content .btnBox .btn a {
  font-size: 14px;
  padding: 13px 2px 12px;
}


/* bnrBox */
.l-content .bnrBox {
  margin: 30px -10px 0 0;
  letter-spacing: -0.4em;
}
.l-content .bnrBox li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 15px 0;
  width: 470px;
}
.l-content .bnrBox li span {
  display: block;
  margin-top: 10px;
}
