@charset "UTF-8";

/*--------------------------------------------------------
印刷用CSS
-------------------------------------------------------*/

#container{ padding-top: 0; }

#top,
#global-nav,
#breadcrumbs,
.sub-column,
.page-top,
#footer,
#footer-banner,
.sb{ display: none!important; }

#main{ overflow: visible!important; }

#main-and-sub{ width: 100%!important; }

#main-contents{
	margin: 0 auto!important;
	width: 96%!important;
	overflow: visible!important;
}
table {
font-size:12px;
width:172mm !IMPORTANT;
}
table tr{
width:auto;

}
*{
padding:0;
margin:0;
padding-bottom:5px;}
table td{
width:auto;

}
.content-notprint {
display:none;
}
    .content-print{
        top:0 !IMPORTANT;
        left:0 !IMPORTANT;
        width:172mm !IMPORTANT;
        height:220mm !IMPORTANT;
    }
}