@charset "utf-8";

/**
 *
 *  印刷
 *
 */

/* =========== IE用印刷設定CSS =========== */
/* 649(印刷での表示幅) ÷ (スクリーンでの表示幅) x 100 = （端数切り捨て）*/
body{
	_zoom:66%;
}
/* ======================================= */

body.popup-wrapper .print{
	display:none;
}
body.popup-wrapper #Main .textarea{
	border-top:1px solid #e3e3e3;
}
body.popup-wrapper #Main .info table th{
	border:1px solid #F0F0F0;
}
