@charset "utf-8";
/* -------------------------------
common
------------------------------- */
.l-content .iconTxt{
  color: #dd0000;
  border: 1px solid #dd0000;
  padding: 3px 0;
  width: 170px;
  margin: 0 auto;
  text-align: center;
}


/* section */
.l-content .section {
  margin-bottom: 70px;
}
.l-content .sectionInner {
  margin-bottom: 70px;
}
.l-content .h3Inner {
  margin-bottom: 50px;
}

/* -------------------------------
contents
------------------------------- */
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 210px;
 background: url(/maker/thk/mech/pr/actuator/skr_kr/standard/img/main_skr_kr_standard.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/* ------------------------------------------------------
商品一覧
------------------------------------------------------ */
/* itemArea */
.l-content .itemArea{
  display: table;
}
.l-content .itemArea .pic{
  width: 310px;
  display: table-cell;
  vertical-align: top;
}
.l-content .itemArea .itemAreaTxt{
  width: 640px;
  display: table-cell;
  vertical-align: top;
}


