﻿@charset "utf-8";

/* ------------------------------------------ */
/* ------------------------------------------
  [print]cmn
------------------------------------------ */

@media print{ 


body{
_zoom:75%;
width:100%;
}
.container{
width:100%;
}
.header li{
padding-top:0px;
}

.footer p.pagetop, .footer p.pagetop a{
background:none;
}


#toppage .productBox .p01, #toppage .productBox .p02, 
#toppage .productBox .p04, #toppage .productBox .p05{
margin-right:8px;
}
.content .infoBox .inner{
width:290px;
}
.smenu li, .smenu li a{
width:189px;
}


}


