@charset "UTF-8";
@page {
  size: A4;
  margin: 0mm 0mm;
}
* {
  -webkit-print-color-adjust: exact;
}

html {
  width: 1200px; /*PC版で崩れないギリギリのサイズ*/
  margin: 0 auto;
}

body {
  padding-top: 0;
}

header {
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header #nav-global {
  display: none !important;
  background-color: #000;
}

footer #footer-info {
  width: 100% !important;
  text-align: center !important;
}
footer #footer-info .logo a img {
  margin: 0 auto !important;
}
footer #footer-nav {
  display: none !important;
}