@charset "Shift_JIS";

/* ------------------------------------------------------
print style
------------------------------------------------------ */
@media print{
div#header div,
div#header ul,
p.pagetop,
div#footer ul,
p#footerTxt,
p#logoFooter,
p.pw,
div#footer h3,
body.second div#side{
display: none;
}
body.second div#content,
div#footer{
background: none;
}
*:first-child+html div#mainContent{
padding-right: 19px;
}
*:first-child+html div#topInfoQa{
width: 711px;
}
}