@charset "utf-8";
/* -------------------------------
common
------------------------------- */
/* section */
.l-content .section {
  margin-bottom: 30px;
}
.l-content .sectionInner {
  margin-bottom: 30px;
}

/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 210px;
  padding: 0;
  border: none;
  background: url(/maker/thk/mech/pr/same_day_shipping/cam_followers/img/main.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* globalNav */
.l-content .globalNav {
  margin: 0 0 30px;
  width: 950px;
}
.l-content .globalNav ul {
  letter-spacing: -0.4em;
}
.l-content .globalNav ul:first-child {
  border-bottom: 1px solid #797979;
}
.l-content .globalNav li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 475px;
  height: 47px;
  background: #FFF;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.l-content .globalNav li + li {
  border-left: 1px solid #797979;
}
.l-content .globalNav li.on {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAV0lEQVQYlWP8////fwYCgAkm/Sonh4Hh71/sqkEmgcAtZub/TwMC/v/7+hUmBAcoikD4kaXl/z+vXuFXBMJPvLwoNImgm15mZ////+cPhgIQIBxODAwMALf1xk1RTjlgAAAAAElFTkSuQmCC") no-repeat 34px center #6e6e6e;
  color: #FFF;
}
.l-content .globalNav li a {
  display: block;
  text-decoration: none;
  color: #FFF;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAV0lEQVQYlWP8////fwYCgAkm/Sonh4Hh71/sqkEmgcAtZub/TwMC/v/7+hUmBAcoikD4kaXl/z+vXuFXBMJPvLwoNImgm15mZ////+cPhgIQIBxODAwMALf1xk1RTjlgAAAAAElFTkSuQmCC") no-repeat 34px center #2f2f2f;
}
.l-content .globalNav li strong,
.l-content .globalNav li span{
  display: table-cell;
  vertical-align: middle;
  height: 47px;
  width: 475px;
}
.l-content .globalNav li span:before {
  position: absolute;
  top: 5px;
  right: 22px;
  width: 63px;
  height: 37px;
  content: "";
  background: #FFF;
}
.l-content .globalNav li span:after {
  position: absolute;
  top: 5px;
  right: 22px;
  width: 63px;
  height: 37px;
  content: "";
}
.l-content .globalNav li span.linear_bushings:after {
  background: url(/maker/thk/mech/pr/same_day_shipping/cam_followers/img/navi_linear_bushings.png) no-repeat 0 0;
}
.l-content .globalNav li span.cam_followers:after {
  background: url(/maker/thk/mech/pr/same_day_shipping/cam_followers/img/navi_cam_followers.png) no-repeat 0 0;
}
.l-content .globalNav li.on span.cam_followers:after,
.l-content .globalNav li.on span.linear_bushings:after{
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* ancBtn */
.l-content .ancBtn {
  margin: 0 auto 20px;
  display: table;
}
.l-content .ancBtn > li {
  display: table-cell;
  padding-left: 6px;
  vertical-align: middle;
}
.l-content .ancBtn > li:first-child {
  padding-left: 0;
}
.l-content .ancBtn > li a {
  width: 185px;
}


/* lead */
.l-content .lead {
  margin: 0 auto 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

/* point */
.l-content ul.point  {
  display: table;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 40px;
  border-collapse: separate;
  border-spacing: 25px 0;
}

.l-content .point li {
  width: 230px;
  height: 70px;
  display: table-cell;
  font-size: 18px;
  color: #dd0000;
  font-weight: bold;
  background-color: #f2f2f2;
  vertical-align: middle;
}

/* ttl */
.l-content .h2_lmg {
  width: 950px;
  height: 60px;
  margin-bottom: 17px;
  background: url(/maker/thk/mech/pr/same_day_shipping/cam_followers/img/h2_bg.png) no-repeat 0 0;
  color: #444444;
  font-size: 31px;
  line-height: 60px;
  text-align: center;
}
.l-content .h3_Ttl {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
}
.l-content .h3_Ttl:before {
  display: table-cell;
  width: 5px;
  background: #d8d8d8;
  content: "";
}
.l-content .h3_Ttl span {
  display: table-cell;
  width: auto;
  padding: 2px 0 2px 10px;
  border-left: 5px solid #202d48;
  color: #202d48;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.6;
}

/* ------------------------------------------------------
商品一覧
------------------------------------------------------ */
/* itemList */
.l-content .itemList {
  margin: 0 -10px 25px 0;
  letter-spacing: -0.4em;
}
.l-content .itemList .item {
  display: -moz-inline-box;
  display: inline-block;
  width: 184px;
  margin: 14px 12px 0 0;
  padding: 26px 21px 19px;
  border: 1px solid #bfbfbf;
  vertical-align: top;
  letter-spacing: normal;
}
.l-content .itemList .item .name {
  margin-bottom: 10px;
  color: #004bb1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.l-content .itemList .item .pic {
  position: relative;
  width: 184px;
  margin-bottom: 10px;
}
.l-content .itemList .item .caption {
  margin-bottom: 10px;
}
.l-content .itemList .item .btn {
  width: 186px;
  margin: 0 auto;
}

/* box_hover */
.l-content .itemList .item.box_hover {
  cursor: pointer;
}
.l-content .itemList .item.box_hover .pic img,
.l-content .itemList .item.box_hover .btn a {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.l-content .itemList .item.box_hover .name {
  color: #ff730a;
}


.l-content .m-media__img--l img {
  display: inline;
}