@charset "utf-8";
/* -------------------------------
common
------------------------------- */
.l-content img {
  vertical-align: bottom;
}
/* section */
.l-content .section {
  margin-bottom: 50px;
}
.l-content .sectionInner {
  padding: 0 10px;
  margin-bottom: 50px;
}
/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  margin-bottom: 30px;
  background: url(/maker/misumi/el/products/ethernet-connectors/img/main.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 {
  display: table;
  width: 940px;
  margin: 0 auto 50px;
}
.l-content .ancNav > li {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.l-content .ancNav > li:first-child {
  padding-left: 0;
}
.l-content .ancNav > li .m-btn--down {
  width: 180px;
}
/* section_new */
.l-content .section_new .cables {
  width: 930px;
  margin:  0 auto;
}
.l-content .section_new .itemListNew {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: auto;
}
.l-content .section_new .itemListNew .item {
  padding-bottom: 10px;
  border: 1px solid #ccc;
  width: 290px;
}
.l-content .section_new .itemListNew .item a {
  color: #333;
  text-decoration: none;
}
.l-content .section_new .itemListNew .item .name {
  display: block;
  background: #999;
  height: 55px;
  padding: 7px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.l-content .section_new .itemListNew .item .name_ex{
line-height: 40px;
}
.l-content .section_new .itemListNew .item .pic {
  text-align: center;
  display: flex;
  min-height: 184px;
}
.l-content .section_new .itemListNew .item .pic img{
display: block;
margin: auto;
}
.l-content .section_new .itemListNew .item:hover .pic img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.l-content .section_new .itemListNew .item .pic_in {
  display: block;
  width: 120px;
  background-color: #f3f9ff;
  font-size: 11px;
  border: solid 1px #89bdf0;
  padding: 5px;
  height: 140px;
  margin: 0 10px auto 0;
  text-align: left;
}
.l-content .section_new .itemListNew .item .pic_in img {
  margin-top: 5px;
}
.l-content .section_new .itemListNew .item .pic_in .link,
.l-content .section_new .itemListNew .item .pic_in .link:link {
  color: #004098;
}
.l-content .section_new .itemListNew .item .pic_in .link:hover,
.l-content .section_new .itemListNew .item .pic_in .link:active {
  color: #3366ac;
}
.l-content .section_new .itemListNew .item .pic_in .link:hover {
  text-decoration: underline;
}
.l-content .section_new .others .itemListNew .item .price {
  display: block;
  margin: 20px auto;
  padding: 0 20px;
  text-align: left;
}
.l-content .section_new .itemListNew .item .btn {
	width: 258px;
	margin: auto auto 20px;
}
.l-content .section_new .itemListNew .item .btn .m-btn--conversion {
  display: block;
}
.l-content .section_new .featureList {
  display: flex;
  justify-content: space-between;
}
.l-content .section_new .featureList li {
  width: 219px;
}
.l-content .section_new .featureList li .head {
  background: #3992ea;
  height: 35px;
  padding: 7px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.l-content .section_new .featureList li .main {
  display: flex;
  justify-content: space-between;
  background: #e9ecef;
  height: 140px;
  padding: 15px;
  box-sizing: border-box;
}
.l-content .section_new .featureList li .main .txt {
  font-size: 12px;
  line-height: 18px;
}
.l-content .section_new .voice {
  display: flex;
  justify-content: space-between;
}
.l-content .section_new .voice li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 292px;
}
.l-content .section_new .voice li .left {
  text-align: center;
  margin-left: 10px;
}
.l-content .section_new .voice li .right {
  position: relative;
  background: #eeeeee;
  width: 210px;
  height: 173px;
  padding: 15px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-right: 10px;
}
.l-content .section_new .voice li .right::before {
  content: ' ';
  position: absolute;
  top: 78px;
  left: -13px;
  width: 0;
  height: 0;
  border: none;
  border-right: 13px solid #eee;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.l-content .itemList .item .m-lblList .m-lblList__item {
  float: left;
  margin-right: 0;
}
.l-content .itemList .item .m-lblList .m-lblList__item--right {
  float: right;
}
/* itemsBox */
.l-content .itemsBox .itemsTable {
  border-collapse: collapse;
  width: 930px;
  border-spacing: 0;
  margin-top: 25px;
  table-layout: fixed;
}
.l-content .itemsBox .itemsTable > thead > tr > th {
  border: 1px solid #bfbfbf;
  text-align: center;
  vertical-align: middle;
  padding: 5px 2px;
  background-color: #999999;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
}
.l-content .itemsBox .itemsTable > tbody > tr > td {
  border: 1px solid #bfbfbf;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.l-content .itemsBox .itemsTable > tbody > tr > td a:link {
  text-decoration: none;
}
.l-content .table_category_001, .l-content .table_category_002, .l-content .table_category_003 {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 100px;
}
.l-content .table_category_001 {
  background-color: #996c33;
}
.l-content .table_category_002 {
  background-color: #e1901d;
}
.l-content .table_category_003 {
  background-color: #00a8ee;
}
.l-content .table_title_001 {
	font-size: 14px;
  font-weight: bold;
}
.l-content .itemsTable span.text_001 {
	font-size: 10px;
	font-weight: normal;
}
.l-content .itemsBox .itemsTable > tbody > tr > td.number{
  text-align: left;
}
.l-content .itemsBox .itemsTable > tbody > tr > td.line_b ,
.l-content .itemsBox .itemsTable > tbody > tr.line_b > td{
  border-bottom: 2px solid #a0a0a0;
}
/* itemList */
.l-content .itemList {
  margin: 0 -10px 5px 0;
  letter-spacing: -0.4em;
}
.l-content .itemList .item {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  border: 1px solid #bfbfbf;
  width: 225px;
  padding: 15px 19px;
  box-sizing: border-box;
}
.l-content .itemList .item .name {
  font-size: 12px;
  font-weight: bold;
  color: #004bb1;
}
.l-content .itemList .item_disalbed .name {
  color: #333;
}
.l-content .itemList .item .pic {
  margin: auto;
  position: relative;
}
.l-content .itemList .item .pic img{
display: block;
margin: auto;
}
.l-content .itemList .item .price {
  margin-top: 5px;
}
.l-content .itemList .item .btn {
  height: 35px;
  margin-top: 10px;
}
.l-content .itemList .item .btn .m-btn--conversion {
  display: block;
}
.l-content .itemList .item.box_hover,
.l-content .itemListNew .item.box_hover{
  cursor: pointer;
}
.l-content .itemList .item.box_hover .pic img, .l-content .itemList .item.box_hover .btn a,
.l-content .itemListNew .item.box_hover .pic img, .l-content .itemListNew .item.box_hover .btn a{
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.l-content .section_new .itemListNew .item .name_02 {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #004bb1;
  margin: 20px;
  }
.l-content .itemList .item.box_hover .name,
.l-content .itemListNew .item.box_hover .name_02 {
  color: #ff730a;
}
.l-content .itemList .item .m-lbl--tooltip {
	width: 73px;
}
.l-content .itemList .item .m-lbl {
	width: 73px;
}
.l-content .itemList .item .long_icon {
	width: 168px;
}
.l-content .sectionInner .m-btnLink--conversion,
.l-content .sectionInner .m-btnSize--xl,
.l-content .sectionInner .m-btnLink--strong {
  padding-left: 1em;
}
/* relatedLinks */
.l-content .relatedLinks .bnrBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	width: 950px;
	margin: 0 auto;
}
.l-content .relatedLinks .bnrBox li:not(:nth-last-child(-n+2)) {
	margin-bottom: 20px;
}