.spec .newspecs {
  border: solid 1px #666;
  border-radius: 3px;
  padding: 10px;
  margin: 0px 0px 20px; }
  .spec .newspecs h2 {
    color: #666; }
  .spec .newspecs dt {
    font-weight: bold;
    margin-bottom: 5px; }
  .spec .newspecs dd {
    margin: 0px 0px 20px 20px; }
    .spec .newspecs dd li {
      list-style: disc;
      margin-left: 20px; }
.spec ul#tabMainMenu_spec {
  width: 540px;
  height: 50px;
  margin: 0;
  padding: 0; }
  .spec ul#tabMainMenu_spec li {
    height: 50px;
    float: left;
    display: inline-block;
    background-position: top;
    background-repeat: no-repeat; }
    .spec ul#tabMainMenu_spec li span {
      display: none; }
    .spec ul#tabMainMenu_spec li.Design {
      width: 109px;
      background-image: url(../img/tab_spec01.png); }
    .spec ul#tabMainMenu_spec li.Product {
      width: 108px;
      background-image: url(../img/tab_spec02.png); }
    .spec ul#tabMainMenu_spec li.Implementation {
      width: 108px;
      background-image: url(../img/tab_spec03.png); }
    .spec ul#tabMainMenu_spec li.Others {
      width: 108px;
      background-image: url(../img/tab_spec04.png); }
    .spec ul#tabMainMenu_spec li.Standard {
      width: 107px;
      background-image: url(../img/tab_spec05.png); }
    .spec ul#tabMainMenu_spec li.mouseout {
      background-position: top; }
    .spec ul#tabMainMenu_spec li.mouseover {
      background-position: bottom;
      cursor: pointer; }
    .spec ul#tabMainMenu_spec li.selected {
      background-position: bottom; }
.spec .parent {
  display: none;
  margin-bottom: 20px; }
.spec .show {
  display: block; }
.spec .BoxArea1 {
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
  margin: 0;
  padding: 0 0 20px; }
  .spec .BoxArea1 p {
    margin: 30px 15px;
    padding: 0; }
  .spec .BoxArea1 h2 {
    height: 130px;
    margin: 0;
    padding: 0;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #939393;
    background-repeat: no-repeat;
    background-position: 40px 5px;
    background-color: #F8F8F8; }
    .spec .BoxArea1 h2 span {
      font-size: 24px;
      font-weight: bold;
      color: #333;
      margin: 0;
      line-height: 50px;
      display: block;
      background: 10px center no-repeat;
      padding: 35px 0 0 170px; }
    .spec .BoxArea1 h2.design {
      background-image: url(../img/ico_svc01.png); }
      .spec .BoxArea1 h2.design span {
        background-image: url(../img/orderdata_h2_design.gif); }
    .spec .BoxArea1 h2.make {
      background-image: url(../img/ico_svc02.png); }
      .spec .BoxArea1 h2.make span {
        background-image: url(../img/orderdata_h2_make.gif); }
    .spec .BoxArea1 h2.implementation {
      background-image: url(../img/ico_svc03.png); }
      .spec .BoxArea1 h2.implementation span {
        background-image: url(../img/orderdata_h2_implementation.gif); }
    .spec .BoxArea1 h2.make_metalmask {
      background-image: url(../img/ico_svc04.png); }
    .spec .BoxArea1 h2.others, .spec .BoxArea1 h2 .standard {
      height: 60px;
      background-image: none; }
      .spec .BoxArea1 h2.others span, .spec .BoxArea1 h2 .standard span {
        text-align: center;
        padding: 5px 0 0 0; }
.spec #Design table th:first-child {
  width: 25%; }
.spec table {
  width: 95%;
  border: 1px solid #D1D1D1;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin: 0 auto 0; }
  .spec table caption {
    height: 13px;
    line-height: 1;
    text-align: left;
    border-left: 6px solid #F93;
    margin: 15px 0 5px 2px;
    padding: 5px 0 4px 5px;
    background: #f4f4f4; }
  .spec table.tbl_document caption {
    border-left: 4px solid #999; }
  .spec table th {
    border: 1px solid #D1D1D1;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 6px; }
    .spec table th.head {
      background: #FC6;
      text-align: center; }
    .spec table th.customSpec {
      width: 50px;
      background: #FAF5EF; }
    .spec table th.mustData {
      background: #FEECEF; }
    .spec table th.mustData_point {
      background: #FFF3F5; }
    .spec table th.article {
      background: #F6EFF1; }
    .spec table th.ttl {
      background: #ECF2D6; }
    .spec table th.ttl_normal {
      background: #F00; }
    .spec table th.ttl_custom {
      background: #F90; }
    .spec table th.itm {
      background: #F3F2EF;
      width: 14%; }
  .spec table td {
    background: #FFF;
    border: 1px solid #D1D1D1;
    line-height: 1.3em;
    vertical-align: top;
    padding: 6px; }
    .spec table td.sample {
      text-align: center;
      vertical-align: middle; }
    .spec table td.renew {
      background: #EFF2F9;
      font-size: 11px;
      line-height: 1.3em;
      color: #666; }
    .spec table td span.indivi {
      background: url(../img/ico_indivi.png) no-repeat 0 4px;
      padding-left: 12px; }
    .spec table td img {
      margin: 10px 0 0; }
    .spec table td.fabless img {
      margin: 2px auto 10px 3px; }
  .spec table#tbl_info_indivi th {
    width: 36%;
    height: 30px;
    background: #9FF;
    border-top: none; }
  .spec table#tbl_info_indivi td {
    width: 32%;
    border-top: none;
    vertical-align: middle; }
  .spec table.tbl_designRule th {
    width: 31%;
    background: #666;
    border-bottom: none;
    color: #FFF;
    padding: 0 6px 2px; }
  .spec table.tbl_designRule td {
    padding: 0 6px 2px; }
  .spec table.tbl_document th {
    background: #666;
    color: #FFF; }
  .spec table.tbl_document td {
    vertical-align: middle;
    padding: 7px; }
  .spec table.tbl_specs_mounting td {
    text-align: center; }
  .spec table tr.mustData_point {
    background: #FFF3F5; }
.spec #Product table.tbl_specs th.ttl {
  width: 33.333%; }
.spec #tabSubMenu, .spec #bg_documentGuide {
  height: 70px;
  background: #F8F8F8;
  text-align: center;
  margin: auto; }
.spec #tabSubMenu ul {
  width: 505px;
  height: 52px;
  margin: 0 auto; }
  .spec #tabSubMenu ul li a {
    float: left;
    display: block;
    width: 157px;
    height: 52px;
    color: #5A493F;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    padding: 16px 5px 8px;
    background-repeat: no-repeat;
    background-image: url(../img/btn_tab_sm.png); }
    .spec #tabSubMenu ul li a:hover {
      text-decoration: none;
      background-position: 0  -52px;
      color: #630; }
.spec #toSupport {
  width: 286px;
  height: 75px;
  margin: 10px auto 5px; }
  .spec #toSupport a {
    display: block;
    width: 100%;
    height: 75px;
    background: url(../img/btn_mail.png) no-repeat 0 0;
    text-indent: -9999px; }
    .spec #toSupport a:hover {
      background-position: 0 -75px; }
.spec .tab_spot {
  width: 691px;
  height: 37px;
  background: url(../img/bg_mainTab.png) no-repeat 0 0;
  margin: 20px auto 0;
  padding: 18px 0 0 10px; }
  .spec .tab_spot h4 {
    font-size: 20px;
    font-weight: bold;
    color: #6B5858; }
  .spec .tab_spot .nav {
    font-size: 13px;
    margin: -15px auto 0; }
    .spec .tab_spot .nav .other {
      font-size: 12px;
      margin: 0;
      padding: 2px 7px 0 0;
      float: right; }
.spec .txt_guide {
  margin: 0 20px 10px;
  padding: 5px; }
.spec .pdfLink, .spec .xlsLink, .spec .zipLink {
  font-size: 11px;
  display: block;
  line-height: 50px;
  padding: 0 0 0 27px; }
.spec .pdfLink {
  background: url(../img/ico_pdf.gif) no-repeat left center; }
.spec .xlsLink {
  background: url(../img/ico_excel.gif) no-repeat left center; }
.spec .zipLink {
  background: url(../img/ico_zip.gif) no-repeat left center; }
.spec .xls, .spec .pdf, .spec .zip {
  height: 26px;
  padding: 0 0 0 26px; }
.spec .xls {
  background: url(../img/ico_excel.gif) no-repeat 0 0; }
.spec .pdf {
  background: url(../img/ico_pdf.gif) no-repeat left center; }
.spec .zip {
  background: url(../img/ico_zip.gif) no-repeat 0 0; }
.spec ul.link_document {
  margin: 10px 0 0 5px; }
  .spec ul.link_document li {
    height: 26px;
    text-align: left;
    margin: 0 10px 5px 0;
    float: left; }
    .spec ul.link_document li a {
      line-height: 24px;
      padding: 5px 0 3px 27px; }

@media only screen and (max-width: 767px) {
  .spec .newspecs {
    margin: 0 auto 20px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0px 0px 5px #666 inset;
    box-sizing: border-box;
    width: 96%; }
  .spec ul#tabMainMenu_spec {
    width: 100%;
    height: auto; }
    .spec ul#tabMainMenu_spec li {
      width: calc( 33.33% - 5px ) !important;
      height: auto;
      padding: 10px 2px 8px;
      text-align: center;
      font-weight: bold;
      border: solid 1px #ccc;
      border-radius: 10px;
      margin: 0 0 10px 5px;
      box-sizing: border-box; }
      .spec ul#tabMainMenu_spec li.Design, .spec ul#tabMainMenu_spec li.Product, .spec ul#tabMainMenu_spec li.Implementation, .spec ul#tabMainMenu_spec li.Others, .spec ul#tabMainMenu_spec li.Standard {
        background-image: none;
        background-color: #ccc;
        background: linear-gradient(to bottom, #f2f2f2, #ccc); }
      .spec ul#tabMainMenu_spec li:nth-child(3n) {
        width: calc( 33.33% - 10px ) !important;
        margin-right: 5px; }
      .spec ul#tabMainMenu_spec li.selected {
        color: #fff;
        background: linear-gradient(to bottom, #ccc, #666); }
      .spec ul#tabMainMenu_spec li span {
        display: inline-block;
        font-size: 90%;
        line-height: 1.1; }
  .spec .tab_spot {
    width: auto !important;
    padding: 12px 0 0 10px !important; }
  .spec #tabSubMenu ul {
    width: 100%;
    height: auto;
    display: flex;
    padding-left: 10px;
    box-sizing: border-box; }
    .spec #tabSubMenu ul li {
      width: 33.33%;
      padding: 0 10px 0 0;
      box-sizing: border-box; }
      .spec #tabSubMenu ul li a, .spec #tabSubMenu ul li a:hover {
        width: 100%;
        box-sizing: border-box;
        height: auto;
        line-height: 1.2;
        padding: 10px 2px 8px;
        border: solid 1px #ccc;
        margin: 0;
        border-radius: 10px;
        background-color: #ccc;
        background-image: none;
        background: linear-gradient(to bottom, #f9f9f8, #d2ccbf); }
  .spec table.tbl_specs th, .spec table.tbl_specs td, .spec table.tbl_specs_mounting th, .spec table.tbl_specs_mounting td {
    font-size: 11px;
    line-height: 1.2;
    word-break: break-all; }
  .spec table.tbl_specs th:first-child, .spec table.tbl_specs_mounting th:first-child {
    width: 20% !important; }
  .spec a.pdfLink, .spec a.zipLink, .spec a.xlsLink {
    text-align: center;
    padding: 25px 0 0 0;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: center top; }
  .spec a.pdfLink {
    background-image: url(../img/ico_pdf.gif); }
  .spec a.zipLink {
    background-image: url(../img/ico_zip.gif); }
  .spec a.xlsLink {
    background-image: url(../img/ico_excel.gif); } }
