@charset "UTF-8";

@media print {
	@page {size: A4; page-break-after: always;}
	.header {display: none;}
	.sub_left {display: none;}
	.sub_right {width: 100% !important; float: none; font-size: 12px;}
	.sub_rtop {margin-top: 0 !important;}
	.footer {display: none;}
	.sub_con {padding-bottom: 0 !important;}
	.sub_tit2 {background-position: 0 3px !important;}
	.bar_list > li {background-position: 0 7px !important;}
	.sub_row:last-child {margin-bottom: 0 !important;}
	.sub_row2:last-child {margin-bottom: 0 !important;}

	
}
@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}