@charset "utf-8";
/* -------------------------------
style
------------------------------- */
.l-content .picBox {
  text-align:center;
  margin-top:30px;
}


/* specialBox */
.l-content .specialBox {
  margin: 30px auto 20px;
}
.l-content .specialBox.special01 {
  width: 520px;
  height: 330px;
  background: url(/maker/misumi/mech/special/actuator_portal/lx/img/pic_lx_01.png) no-repeat 0 0;
}
.l-content .specialBox.special02 {
  width: 360px;
  height: 160px;
  background: url(/maker/misumi/mech/special/actuator_portal/lx/img/pic_lxf_01.png) no-repeat 0 0;
}
.l-content .specialBox.special03 {
  width: 360px;
  height: 160px;
  background: url(/maker/misumi/mech/special/actuator_portal/lx/img/pic_lxr_01.png) no-repeat 0 0;
}
.l-content .specialBox dt,
.l-content .specialBox dd {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/* typeBlock */
.l-content .typeBlock{
  text-align: center;
}
.l-content .typeBlock .typeList {
  border: #bfbfbf 1px solid;
  padding: 14px 15px;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
}
.l-content .typeBlock .typeList .inner {
  float: left;
  margin-left: 20px;
}
.l-content .typeBlock .typeList .inner:first-child {
    margin-left: 0;
}
.l-content .typeBlock .typeList .name {
    background-color: #00398c;
    margin-bottom: 10px;
    padding: 11px 0;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}


/* systemBox */
.l-content .systemBox {
  padding-bottom: 20px;
  border: 1px solid #d9d9d9;
  width: 818px;
  margin: 20px auto 0;
}
.l-content .systemBox .ttl {
  background: #efefef;
  text-align: center;
  font-weight: bold;
  color: #444444;
  padding: 13px 0;
}
.l-content .systemBox .pic {
  margin-top: 20px;
  text-align: center;
}



