@charset "utf-8";

/*************************************************
Print CSS
/common/css/print.css

10.04.20
*************************************************/

/* ------------------------- TOC 
set up
display
background
width
adjust common
individual adjust
 ------------------------- */

/* ============================== set up */
a, img, abbr, acronym, fieldset { border: 0; }
/*
.left_section,
.right_section,
.ls,
.rs,
.left_column,
.right_column,
.lc,
.rc { float: none; }
*/


/* ============================== display */
body.popup #footer,
#sec_function_search,
#nav,
#sub_contents,
#sec_header_utility,
.sec_link_internal,
.pagination,
.page_top,
#footer .nav_function,
.footer_has_otona table { display: none; }


/* ============================== background */
body,
body.popup,
#wrapper *,
#wrapper #contents #main_contents * { background: none; }



/* ============================== width */
#contents,
#main_contents { float: none; }



/* ============================== adjust common */
#header #logo { padding-top: 0; }
body.popup #contents_inner { padding: 0; }
body.popup #contents p { margin-top: 5px; }


