@charset "utf-8";

/* ======================================================
 *tepra-pro_pc.css
 * ------------------------------------------------------
====================================================== */
@media print, screen and (min-width: 768px) {
  .brand_table-layout {
    overflow: hidden;
  }
  .brand_table-layout *{
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .brand_table-layout .brand_table_caption {
    font-size: 12px;
  }
  .brand_table-layout .table_inner{
    width: 100%;
    overflow-x: scroll;
  }
  .brand_table-layout .fixed_header_display_none_at_print {
    margin-top: 80px;
  }
  .brand_table-layout .fixed_header_display_none_at_print:nth-of-type(3){
    height: 258px !important;
  }
  .brand_table-layout .table_unit {
    table-layout: fixed;
    width: 100%;
  }
  .brand_table_width {
    width: 235px;
  }
  .brand_table-layout .table_unit  th,
  .brand_table-layout .table_unit  td {
    padding: 15px 0;
    border: 1px solid  #ddd;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
  }
  .brand_table-layout .table_unit thead th {
    padding: 25px 0;
  }
  .brand_table-layout .table_unit  th.brandLogo {
    background: #f4f5f9;
  }
  .brand_table-layout .table_unit  th.brandLogo.logobg {
    border-bottom: none;
    line-height: 0;
    padding: 0;
  }
  .brand_table-layout .table_unit  th.brandLogo.logoMain {
    border-top: none;
    padding-top: 0;
  }
  .brand_table-layout .table_unit  th.brandCat {
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
  }
  .brand_table-layout .table_unit  th.brandCat.cat01 { background-color: #00b386;}
  .brand_table-layout .table_unit  th.brandCat.cat02 { background-color: #1fc0f3;}
  .brand_table-layout .table_unit  th.brandCat.cat03 { background-color: #e6a31e;}
  .brand_table-layout .table_unit  th.brandCat.cat04 { background-color: #f23f90;}
  .brand_table-layout .table_unit  th.brandCat.cat05 { background-color: #622b8f;}
  .brand_table-layout .table_unit  th.brandHead01 {
    font-weight: bold;
  }
  .brand_table-layout .table_unit tbody > tr:nth-child(2n) {
    background: #e1edfc;
  }
  .brand_table-layout .table_unit tbody > tr:first-child {
    background: #95c4fc;
  }
  .brand_table-layout .brand_table_cellInner {
    text-align: center;
  }
  .brand_table-layout .brand_table_cellInner > span {
    display: inline-block;
    vertical-align: top;
    margin:0 10px;
  }
}