@charset "utf-8";

/* =======================================

 Print Base CSS

 -----------------------------------------
 INDEX
 -----------------------------------------
 

========================================== */
@media print {

#quicklink, #headerSearchArea, #headerNavi, #globalnavi, #visitorNavi, #changeFontSize, #footerContents01, #footerContents02, #footerContents04, #localnavi .printBtn {
  display: none !important;
}

html, body {
  background: #FFFFFF none !important;
}

* html body {
   zoom: 70%;
}

#header {
  height: auto !important;
}

#header address#siteTitle {
  position: static !important;
}

#contents {
  float: none !important;
  margin: 0 auto !important;
}

}