@charset "utf-8";
/* CSS Document */

body {
	zoom: 0.68;
	-webkit-print-color-adjust: exact;
}

/*============================================================================
印刷用
*============================================================================*/
/*@import "ac-bg-white.css";*/

/*　表示しない　*/
#XXX{
	display: none !important;
}
/*　背景を消す　*/
#YYY{
	background: none;
}
/*　文字色を黒く　*/
#YYY{
	color: #333;
}
