@media print {
  /* 印刷用スタイルはすべてこちらへ */
  header.header,
  footer.footer
  {
    display: none !important;
  }
}
