body{
	-webkit-print-color-adjust: exact !important;
	color-adjust: exact;
}
.siteHeader--gnav{
	display: none;
}
.hide-on-print {
	display: none;
}

/*********************************************************/
/* #3-01 日報 印刷   */
/*********************/
.nippo-table-inner table {
    table-layout: auto;
}
.data-table.fsize-13 td {
    font-size: 0.8rem;
}
.data-table.fsize-13 th {
    font-size: 0.8rem;
}
/*********************************************************/


/*********************************************************/
/* #3-03 エラー情報  */
/*********************/
.inner-fixed .column-fixed {
	left: 0;
}
.inner-fixed .column-fixed:nth-child(2) {
	left: 62px;
}
.inner-fixed .column-fixed:nth-child(3) {
	left: 125px;
}
.scroll.inner-fixed::-webkit-scrollbar-track {
 	margin-left: 157px;
}

.report-chart {
	page-break-inside: auto;
}
.chart {
	page-break-inside: avoid;
	page-break-before: auto;
	page-break-after: auto;
}
#piechart{
	page-break-before: always;
}
/*********************************************************/

/*********************************************************/
/* #3-02_詳細設計書_生産情報  */
/*********************/

@media (orientation: landscape) {
	.production td {
	    display: table-cell !important;
	}
	.production #graph2, .production #graph4, .production #graph6, .production #graph8{
		margin-left: 10px !important;
	}
}
@media (orientation: portrait) {
	.production #graph2, .production #graph4, .production #graph6, .production #graph8{
		margin-left: 0 !important;
	}
}

/*********************************************************/
