@charset "utf-8";
/* -------------------------------
common
------------------------------- */
/* section */
.l-content .section {
  margin-bottom: 50px;
}
.l-content .sectionInner {
  padding: 0 15px;
  margin-bottom: 50px;
}

/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* ttl */
.l-content .mainVisual {
  width: 950px;
  height: 190px;
  margin-bottom: 18px;
  background: url(/maker/igus/mech/products/cable_carrier/img/main_20200205.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* anchorNavi */
.l-content .anchorNavi ul {
  margin: 30px auto 40px;
}

.l-content .anchorNavi ul > li {
  padding-left: 10px;
  float: left;
}
.l-content .anchorNavi ul > li:first-child {
  padding-left: 0;
}
.l-content .anchorNavi ul > li > a {
  font-size: 12px;
  width: 182px;
}

/* ------------------------------------------------------
secMaker
------------------------------------------------------ */
/* section */
.l-content .secMaker {
  border: 6px solid #f2f2f2;
  padding: 14px 17px 17px;
}


/* h2 */
.l-content .secMaker h2 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px dashed #959595;
  padding: 0 0 10px;
  margin-bottom: 15px;
}


/* ------------------------------------------------------
secSpecific
------------------------------------------------------ */
/* section */
.l-content .secSpecific {
	margin-bottom: 65px;
}

/* ------------------------------------------------------
secItems
------------------------------------------------------ */
/* section */
.l-content .secItems {
  margin-bottom: 60px;
}
.l-content .secItems .sectionInner {
  padding: 0 20px;
  margin-bottom: 0;
}

/* itemList */
.l-content .secItems .itemList {
  margin: 0 -20px 0 0;
  letter-spacing: -0.4em;
  padding-bottom: 15px;
}
.l-content .secItems .itemList > li {
  letter-spacing: normal;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 15px 0;
  border: 1px solid #CCC;
  background: #FFF;
  width: 443px;
  padding: 20px 0;
  position: relative;
  min-height: 180px;
}
.l-content .secItems .itemList > li .name {
  padding: 0 20px 0 210px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #004bb1;
}
.l-content .secItems .itemList > li .pic {
  position: absolute;
  top: 30px;
  left: 19px;
}
.l-content .secItems .itemList > li .txt {
  padding: 0 20px 10px 210px;
  font-size: 12px;
  line-height: 16px;
}
.l-content .secItems .itemList > li .btn {
  position: absolute;
  bottom: 20px;
  left: 210px;
  width: 180px;
}
.l-content .secItems .itemList > li.box_hover {
  cursor: pointer;
}
.l-content .secItems .itemList > li.box_hover .pic img,
.l-content .secItems .itemList > li.box_hover .txt,
.l-content .secItems .itemList > li.box_hover .btn a {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.l-content .secItems .itemList > li.box_hover .name {
  color: #ff730a;
}


/* ------------------------------------------------------
secCase
------------------------------------------------------ */
/* section */
.l-content .secCase {
  margin-bottom: 100px;
}


/* u-table */
.l-content .secCase div > div {
  width: 450px;
  margin-top: 25px;
}
.l-content .secCase div > div:first-child {
  padding-right: 20px;
}


/* ------------------------------------------------------
secRelate
------------------------------------------------------ */
/* u-table */
.l-content .secRelate ul > li {
  width: 470px;
}
.l-content .secRelate ul > li:first-child {
  padding-right: 10px;
}

