@media print {
  body {
    /* Google Chrome Background color */
    -webkit-print-color-adjust: exact;
  }
  .wrapper,
  .ly_container,
  .ly_inner,
  .ly_header .container,
  .ly_footer .container {
    width: 100% !important;
  }
  .omsHeader {
    height: 60px;
  }
  .omsHeader .omsHeader_menu,
  .omsHeader .omsHeader_login,
  .omsHeader .omsHeader_cart,
  .omsHeader .omsHeader_repurchase,
  .omsHeader .omsHeader_mypage,
  .omsHeader .omsHeader_support {
    display: none !important;
  }
  .omsHeader .omsHeader_logo {
    width: 100px;
  }
  .omsHeaderShop {
    display: none !important;
  }
  .omsFooter .omsFooter_menu {
    display: none !important;
  }
  .ly_contents {
    padding-top: 0 !important;
    padding-right: 2%;
    padding-left: 2%;
    max-width: 100% !important;
  }
  .ly_container {
    padding-right: 2%;
    padding-left: 2%;
  }
  .ly_container .ly_inner {
    max-width: 100% !important;
  }
  .ly_container.-pagetop {
    display: none !important;
  }
  [class*="bl_"]:not(.bl_panel) {
    page-break-inside: avoid !important;
  }
  [data-print="false"],
  .bl_anchorLink {
    display: none !important;
  }
  .topicPathArea {
    display: none !important;
  }
  .purchaseTotalTable,
  .purchaseTotal {
    width: 70%;
    margin-left: 30%;
  }
}
