@charset "utf-8";
/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* section */
.l-content .section {
  padding-bottom: 45px;
}


/* sectionBox */
.l-content .sectionBox{
  background: #ececec;
  padding: 20px;
  margin-bottom: 40px;
}
.l-content .sectionBox .sectionBox_inner{
  background: #FFF;
  padding: 30px 40px 25px;
}


/* seriesTtl */
.l-content .seriesTtl{
  width: 910px;
  height: 146px;
  background: url(/pr/vona/fs/cutting-tool_osg/drill/ado_sus/img/ttl_drill_adosus.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
}


/* leadTtl */
.l-content .leadTtl{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 25px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
}


/* leadBox */
.l-content .leadBox{
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.l-content .leadBox dt{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 120px;
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  background: #1561a0;
}
.l-content .leadBox dd{
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
  padding-left: 20px;
}


/* graphBox */
.l-content .graphBox {
  display: table;
  margin: 0 auto;
  border: 1px solid #CCC;
  padding: 20px 10px;
  box-sizing: border-box;
}
.l-content .graphBox .boxL,
.l-content .graphBox .boxR{
  display: table-cell;
  vertical-align: middle;
}
.l-content .graphBox .boxL{
  width: 375px;
  padding-right: 18px;
}
.l-content .graphBox .boxR .txt dt{
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}
.l-content .graphBox .boxR .txt dt:first-child{
  margin-top: 0;
}
.l-content .graphBox .boxR .txt dt span{
  color: #0f4066;
  font-size: 11px;
  margin-right: 5px;
}
.l-content .graphBox .boxR .txt dt strong{
  letter-spacing: -1px;
}
.l-content .graphBox .boxR .txt dd{
  margin: 5px 8px 0 20px;
}
.l-content .graphBox .boxR .txt dd .notes li{
  text-indent: -0.5em;
  margin-left: 0.5em;
}


/* specialBox */
.l-content .specialBox{
  display: table;
}
.l-content .specialBox .pic{
  display: table-cell;
  vertical-align: top;
}
.l-content .specialBox .txtBox{
  display: table-cell;
  vertical-align: top;
}
.l-content .specialBox .txtBox .numberList{
  margin-left: 30px;
}
.l-content .specialBox .txtBox .numberList li{
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.l-content .specialBox .txtBox .numberList li span{
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}


/* caseBox */
.l-content .caseBox{
  display: table;
  width: 689px;
  margin: 0 auto;
}
.l-content .caseBox .boxL{
  display: table-cell;
  vertical-align: top;
  width: 370px;
}
.l-content .caseBox .boxR{
  display: table-cell;
  vertical-align: top;
  width: 319px;
}


/* catalogBox */
.l-content .catalogBox{
  display: table;
  width: 100%;
}
.l-content .catalogBox .boxL{
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.l-content .catalogBox .boxL .m-btn--pdfDetailSimple {
    margin: 0;
}
.l-content .catalogBox .boxR{
  display: table-cell;
  vertical-align: top;
  width: 50%;
}


/* lineupTable */
.l-content .lineupTable .m-listTable {
  margin: 0 auto;
}
.l-content .lineupTable .m-listTable th {
  text-align: center;
  padding: 7px 0;
}
.l-content .lineupTable .m-listTable td {
  padding: 10px 5px;
  vertical-align: middle;
}

.l-content .lineupTable .m-listTable td.specification, 
.l-content .lineupTable .m-listTable td.special{
  text-align: left;
}
.l-content .lineupTable .m-listTable td.type,
.l-content .lineupTable .m-listTable td.pic, 
.l-content .lineupTable .m-listTable td.spec,
.l-content .lineupTable .m-listTable td.btn {
  text-align: center;
}
.l-content .lineupTable .m-listTable td.specification, 
.l-content .lineupTable .m-listTable td.special{
  padding-left: 20px;
}
.l-content .lineupTable .m-listTable td.btn a {
  width:  90px;
  margin: 0 auto;
}
.l-content .lineupTable .m-listTable .m-btnLink--conversion {
  padding: 3px 2px 2px 6px;
  background-position: 6px center;
}



