@charset "utf-8";

/* print.css
---------------------------------------------------- */

@media print {

/* Hide Layout Item */
#header #header_right,
#header #header_search,

#footer .footer_left,
#social_foot, #sosial, .pagetop,#reponsiveNav { display: none; }


/* Adjust */
body,
#header,
#footer,
#footer .footer {
	width: auto;
	height: auto;
	background: 0;
}
#header .header,
#wrapper { width: auto; }

#header { margin-bottom: 1.2em; }

#content { margin: 0; padding-bottom: 4em; }
#content .topic_path { margin: 0; padding-bottom: 2em; }

#footer { border-top: 2px solid #ea4609; }

/* Indivisual */
/* _ Wide Page for IE6 */
body#index,
.print_wide { _zoom: 68%; }



#reponsiveNav {
    display:none !important;
}

nav#navInner .nav-child,
nav#navInner .nav-child.nav-active {
    display:none !important;
}


.nav-back,
.nav-parent,
.sub-title,
a.prlink {
    display:none !important;
    height:0 !important;
    font-size:0 !important;
}



}