﻿@charset "utf-8";

/*
PRINT CSS
===================================================================== */
/* =========== IE用印刷設定CSS =========== */
@media print {
	*html body { zoom: 67%; }
	*:first-child + html body { zoom: 100%; }

body { font-size: 12pt; color: #000000; background-color: #FFFFFF; }

a { color: #000000; }
a img { border: none; }

/* 消去レイアウト */
div#font-contents, div#google-search-box,
footer#footer, div#footer-contents { display: none !important; }

section p { width: 98%; }
table, th, td { border-collapse: collapse; border-spacing: 0; }

}