@charset "utf-8";
/***********************************************************************
カテゴリー：SDSページ / スモールsize時
IE10以上、他モダンブラウザ用
/**********************************************************************/
table.pdfTable th {
  border-right: 1px solid #aaa;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  padding: 8px 4px;
}
.pdfTable thead th {
  color: #492a0d;
  background: #dfd6c0;
  border-bottom: 1px solid #aaa;
}
.pdfTable .disable {
  background-color: #f3d8b0;
}
div.disable,
div.enable {
  border-left: 3px solid #dfdcd5;
  border-right: 3px solid #dfdcd5;
  text-align: center;
  line-height: 1.2;
  padding: 10px;
}
.pdfTable .enable {
  background-color: #e4ecb9;
}
.pdfTable tbody th {
  color: #fff;
  background: #734b2a;
}
.pdfTable td {
  padding: 58px 2px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
.pdfTable td a {
  color: #542504;
  text-decoration: underline;
}
.pdfTable td.conf {
  background-color: #f0f0f0;
}
.pdfTable td.conf a {
  opacity: 0.6;
  cursor: default;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .pdfTable {
    border: none;
  }
  article col {
    width: 100%;
  }
  .pdfTable tr {
    display: block;
    margin-bottom: 1.5em;
  }
  .pdfTable th,
  .pdfTable td {
    display: list-item;
    border: none;
    list-style-type: none;
  }
  .pdfTable thead {
    display: none;
  }
  .pdfTable td:before {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .pdfTable td:nth-of-type(5) a {
    display: block;
  }
  .pdfTable td:nth-of-type(1):before {
    content: "[安全データシート(SDS)]";
  }
  .pdfTable td:nth-of-type(2):before {
    content: "[品質・製品規格・関連法規表]";
  }
  .pdfTable td:nth-of-type(3):before {
    content: "[テクニカルデータシート]";
  }
  /*.pdfTable td:nth-of-type(3) {
    border-bottom: none;
  }*/
  .pdfTable td:nth-of-type(4):before {
    content: "[カタログ]";
  }
  .pdfTable td:nth-of-type(4) a:first-child {
    position: relative;
    display: block;
  }
  /*.pdfTable td:nth-of-type(4) a:first-child:after {
    content: "新データ追加";
    background: #734b2a;
    color: #fff;
    padding: 4px;
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    top:  -58px;
    text-align: center;
    width: 90px;
    right: 0;
  }
  .pdfTable td:nth-of-type(4) a:first-child:before {
    content: "";
    position: absolute;
    right: 64px;
    top: -38px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #734b2a transparent transparent transparent;
    border-width: 10px 10px 0 10px;
  }
  .pdfTable td:nth-of-type(4) a:first-child + br {
    display: none;
  }*/
  /*.pdfTable td:nth-of-type(4) a.disable:after,
  .pdfTable td:nth-of-type(4) a.disable:before {
    display: none;
  }
  .pdfTable td:nth-of-type(4):before {
    content: "※＃単品チラシはダウンロードのみ";
  }
  .pdfTable td:nth-of-type(4):after {

  }*/
  .pdfTable td:nth-of-type(5):before {
    content: "[標準仕様および標準塗装材工価格]";
  }
  .pdfTable td:nth-of-type(6):before {
    content: "[F☆☆☆☆相当]";
  }
  .pdfTable td:nth-of-type(6) a:before {
    display: block;
    content: "木材保護塗料塗り(WP)仕様書";
  }
  .pdfTable td:nth-of-type(7):before {
    content: "[木材保護塗料塗り（WP） JASS 18 M-307 木材保護塗料（かび抵抗性を含む）]	";
  }
  /*.pdfTable td:nth-of-type(7) a:before {
    display: block;
    content: " （一財）日本塗料検査協会試験結果報告書";
  }*/
  /*.pdfTable td:nth-of-type(8):before {
    content: "[適合規格]";
  }*/
  /*.pdfTable td:nth-of-type(8) a:before {
    display: block;
    content: "Ｆ☆☆☆☆";
  }
  .pdfTable td:nth-of-type(8) a.consolan:before {
    display: none;
  }
  .pdfTable td:nth-of-type(9):before {
    content: "[適合規格]";
  }
  .pdfTable td:nth-of-type(9) a:before {
    display: block;
    content: "その他報告書";
  }*/
  /*.pdfTable td:nth-of-type(9):before {
    content: "[抗菌力試験報告書]";
  }*/
  .pdfTable td:last-child:before {
    display: block;
    content: "[注意事項]";
  }
  table.pdfTable {
    width: 100%;
  }
  table.pdfTable th {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    border-right: none;
    border-bottom: 3px solid #644125;
  }
  table.pdfTable th.home {
    border-bottom: 3px solid #987441;
  }
  table.pdfTable td {
    border: 3px solid #dfdcd5;
    border-top: none;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
  }
  .pdfTable tbody td.conf a {
    color: #666;
  }
}
/*メディア終わり*/
