@media print {
  /* 印刷用スタイル */

  /*
  header,
  footer,
  nav {
    display: none !important;
  }
  */
}