@charset "utf-8";

/* common */
.l-content .section {
  margin-bottom: 40px;
}
.l-content .sectionInner {
  margin-bottom: 12px;
}
.l-content .h4Ttl {
  border-bottom: 1px dotted #000000;
  padding: 0 0 5px;
  margin-bottom: 15px;
}

/* specialBlock */
.l-content .specialBlock {
  width: 821px;
  margin: 0 auto 35px;
}
.l-content .specialBlock .specialTtl {
  width: 821px;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: url(/maker/misumi/mech/product/cvs/lineup/images/special_ttl.png) no-repeat 0 0;
}
.l-content .specialBlock .specialTxt {
  width: 821px;
  height: 68px;
  background: url(/maker/misumi/mech/product/cvs/lineup/images/special_txt.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* ancBlock */
.l-content .ancBlock {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 35px;
}
.l-content .ancBlock .ancInner {
  border: 1px solid #e6e6e6;
}
.l-content .ancBlock .ancInner.ancLeft {
  width: 615px;
}
.l-content .ancBlock .ancInner.ancRight {
  width: 307px;
}
.l-content .ancBlock .ancInner .ttl {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0;
  background: #2a3959;
  color: #FFF;
}
.l-content .ancBlock .ancInner .inner .ancBox {
  display: flex;
}
.l-content .ancBlock .ancInner .inner .ancBox .ancList {
  margin: 0;
  font-weight: bold;
  border-left: 1px solid #e6e6e6;
}
.l-content .ancBlock .ancInner .inner .ancBox .ancList:first-child {
  border-left: none;
}
.l-content .ancBlock .ancInner .inner .ancBox .ancList span.txt {
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAMAAAAY5vW6AAAAOVBMVEUAAAAAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7Gxo7uYAAAAEnRSTlMAARkhJCUmfoWOlJfEzdjd4/Ajy9VNAAAAPElEQVQIHQXBgQGDIBAEsPC2Iq0i3v7DmhgN4PD8G3DElV+DnlvNjEbP2qiZoWdtUDNn1geoO+sLUOcOL1ufAevHH4+bAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 20px;
}
.l-content .ancBlock .ancInner .inner .ancBox .ancList span.detail {
  font-weight: normal;
  display: block;
}
.l-content .ancBlock .ancInner .inner .ancBox .ancList img {
  display: block;
  margin: 0 auto;
}
.l-content .ancBlock .ancInner .inner .ancBox .ancList a {
  display: block;
  text-align: center;
  padding: 14px 0;
}
.l-content .ancBlock .ancInner .inner .ancBox .ancList a.ancType {
  padding: 0;
  margin-top: 14px;
}
.l-content .ancBlock .ancInner.ancLeft .inner .ancBox .ancList a {
  width: 153px;
  float: left;
  border-left: 1px dotted #7f7f7f;
}
.l-content .ancBlock .ancInner.ancLeft .inner .ancBox .ancList a:first-child {
  border-left: none;
}
.l-content .ancBlock .ancInner.ancRight .inner .ancBox .ancList a {
  width: 153px;
}
.l-content .ancBlock .ancInner .inner .ancBox .ancList a:link, 
.l-content .ancBlock .ancInner .inner .ancBox .ancList a:visited {
  color: #333333;
  text-decoration: none;
}
.l-content .ancBlock .ancInner .inner .ancBox .ancList a:hover {
  text-decoration: none;
}

/* itemBlock */
.l-content .itemBlock {
  margin: 0 -5px 0 0;
  letter-spacing: -0.4em;
}
.l-content .itemBlock .itemBox {
  letter-spacing: normal;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 12px 0;
  border: 1px solid #b4b4b4;
  width: 184px;
  padding: 20px 0 20px;
  position: relative;
}
.l-content .itemBlock .itemBox .pic {
  position: relative;
  width: 156px;
  margin: 0 auto 15px;
}
.l-content .itemBlock .itemBox .name {
  padding: 0 14px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #004bb1;
  min-height: 42px;
}
.l-content .itemBlock .itemBox .caption {
  padding: 0 14px;
  margin-bottom: 10px;
  min-height: 70px;
}
.l-content .itemBlock .itemBox .normal {
  padding: 0 14px;
  margin-bottom: 15px;
}
.l-content .itemBlock .itemBox .normal strong {
  font-size: 14px;
}

.l-content .itemBlock .itemBox .btn {
  padding: 0 14px;
}
.l-content .itemBlock .itemBox .btn a {
  width: 100%;
}
.l-content .itemBlock .itemBox .new {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 45px;
  height: 45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/maker/misumi/mech/product/cvs/lineup/images/icon_new.png) no-repeat 0 0;
}
.l-content .itemBlock .itemBox.box_hover {
  cursor: pointer;
}
.l-content .itemBlock .itemBox.box_hover .pic img, 
.l-content .itemBlock .itemBox.box_hover .btn a {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.l-content .itemBlock .itemBox.box_hover .name {
  color: #ff730a;
}