@charset "UTF-8";

/* ================================================================================= */
/* print                                                                             */
/* ================================================================================= */

body {
	background-color: #ffffff ! important;
}
#container {
	display: table;
	overflow: visible ! important;
}
#left-col {
	float: none ! important;
	overflow: visible ! important;
	display: table-cell;
}
#left-col .col-inner {
	overflow: visible ! important;
}
#right-col {
	float: none ! important;
	overflow: visible ! important;
	display: table-cell;
}
#right-col .col-inner {
	overflow: visible ! important;
}
#container p.totop {
	display: none;
}



/*
	background-color: #ff0000;
*/
