body.print #header {
  display: none;
}
body.print #content {
  margin-bottom: 0;
}

.jsToggle-02 .jsSetter,
.jsToggle-02 .utility,
.jsToggle-02 .site {
  display: none;
}

.dataBlock-01 dt,
.dataBlock-01 dd {
  /* 2018-06-19 otake
    /nmp/eng/profile/about.html
    表レイアウト
    height: auto !important;
  */
}

.jsPrint-01 {
  display: none;
}


@media print {
 a[href]:after {
   content: "";
 }

 abbr[title]:after {
   content: "";
 }

  aside.col-sm-3 {
  display: none;
 }

 section.col-sm-9 {
   width: 100% !important;
 }

 footer .footLink-01 {
  display: none
 }

 footer p.footCopyright {
   width: 100%;
   text-align: center;
 }
}
