﻿@charset "utf-8";

@page {
	size: A4;/* A4縦 */
	margin:10mm;
}



@media print { 
	.body {
		-webkit-print-color-adjust: exact; /* Chrome 背景印刷する */
		width:100%;
		font-size:8pt;
		min-width: auto;
		max-height:auto;
		overflow-x: visible !important;
		overflow-y: visible !important;
	}



/* --------------------------------------------------
 * 表
 * -------------------------------------------------- */
	div.fixed-box {
		margin-top: 20px !important;
		width:100%;
		height:100%;
		overflow:auto;
	}
	.fixed-box table {
		width: 100%;
		border-collapse: collapse;
		border: 1px solid #ccc;
	}
	.fixed-box table th,
	.fixed-box table td {
		vertical-align: middle;
		padding: 0 5px;
		border: 1px solid #ccc;
	}
/*
	.fixed-box table th br,
	.fixed-box table td br {
		display: none;
	}
*/
	.fixed-box table .fixed {
		position: sticky;
		left: 0;
		white-space:normal;
	}
	.fixed-box table .fixed:before {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
		border: 1px solid #ccc;
	}
	.tableFontSize,
	.tableValignMiddle {
		padding: 2px !important;
		font-size: 8px !important;
	}

}
