@charset "shift_jis";

/* ================================


 print


=================================== */

@media print {
  #header .tagline,
  #header .h-local .guide,
  #header .h-local .contact,
  #header .h-local .shopping,
  #header .h-global,
  #header .global-navi {
  	display: none;
  }
  #sidenavi,
  #rSideBar {
  	display: none;
  }
  #contents {
  	width: 100%;
  }
  #footer .pagetop,
  #footer .sitenavi,
  #footer .global,
  #footer .global .wrap .nav,
  #footer .global .wrap h2 {
  	display: none;
  }
  
  body, html {
    height: auto !important;
    overflow: visible !important;
  }
  
  body.rResponsive {
    width: 1080px !important;
    zoom: 1;
  }
  
  .rResponsive #contents {
    float: none !important;
    width: 800px;
  }
}
