@charset "utf-8";
/*
印刷用の設定を記述します。
This file is for print setting.
*/

@media print {
	html, body, main {
		height: auto;
	}
	body {
		zoom: 0.9;
		font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
		width: 100%;
		width: 640px\9;
	}
	.l_header_area,
	.l_head_cont,
	.l_footer_area {
		display: none;
	}
	.c_ttl_sm.is_green {
		color: #000;
	}
	.u_hide_print {
		display: none;
	}
}

/* IE用 */
@media print and (-ms-high-contrast: none) {
	@page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 1;
    width: 794px;
  }
}
