﻿@charset "UTF-8";

/* print */
@media print {
body {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
}