@charset "utf-8";


/*** Print Styles ***/

@media print{


	/* Common
	------------------------------------------------------------- */

	.table_responsive, .table-responsive {
		overflow-x: hidden;
		overflow-y: hidden;
	}

	#contents_box {
		width: 100%;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0 !important;
	}

	.btn_pagetop {
		display: none !important;
	}

	footer {
		width: 100% ;
		margin-left: 0;
	}



	/* Footer Fix
	------------------------------------------------------------- */

	#contents_box {
		padding-bottom: 30px;
	}

	footer {
		position: relative;
		bottom: auto;
		left: auto;
	}




}



/* for IE 
------------------------------------------------------------- */

@media all and (-ms-high-contrast: none){


}
