@media print{
  div#wrapper{
    background: #fff!important;
    color: #333!important;
  }
  p,td,th,li{
    color: #333!important;
  }
  h1,h2,h3,h4,h5,h6,.cost_text{
    color: #96804b!important;
  }
  tr,p{
    break-inside: avoid;
  }

  .f_nav2,.footer,.pagetop,.breadcrumb,header,.hamburger,.page_title{
    display: none;
  }
  .table-01 th{
    border-right: 1px solid#96804b;
    border-bottom: 1px solid#96804b !important;
    color: #333!important;
    background: none!important;


  }
  .chapter_table th{
    border-right: 1px solid #96804b;
    color: #333!important;
    background: none!important;
  }
  ul.li_list li{
    color: #333!important;
  }
}