﻿@media print{


@page { size: A4; }
	
.print_page{
    width: 192mm; /* A4縦の幅 */
    height: 251mm; /* A4縦の高さ */
    page-break-after: always; /* 各ページの終わりに改ページ */
}	

body {
	font-family: "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN","sans-serif";		
	color: #000000;
	background-color: #FFFFFF!important;
	-webkit-print-color-adjust: exact;
	printer-colors: exact;
	color-adjust: exact;
	overflow: visible;
}	
	
	
#wrapper{
	width: 100%;
	height: auto !important;
	margin: 0 auto;
	padding: 1.5mm;
	vertical-align: top;
	top:0;
}

	
	
header{
	position: absolute;
	top: 0mm;
	width: 192mm;
	height: 25mm;	
	margin: 0;
	display: block;
	background:#FFFFFF;
	margin-top:0;
	padding: 0;

}


.nav01{
	position: relative;
	float: left;		
	width: 100%;
	left: -3mm;
	height: 30mm;
	margin-bottom: 10mm;
	padding-bottom: 0;
}

.logo{
	display: table-cell;
	left: 0;
	height: auto;
	width: 50mm;

}

header img{
	width: 50mm;
	line-height: 30mm;	
	vertical-align: top;	
	margin-right: 5mm;
}

.title{	
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	display: table-cell;
	height: 30mm;
	width: auto;
	vertical-align: top;	
	line-height: 12mm;	
	white-space: nowrap;
	margin: 10mm 0 0 0;
	padding: 0 ;
	
}
	
.area{
	display: none;
}	
	
.tabele_title{
	position: relative;
	margin: 0 auto;
	font-size: 20pt;
	font-weight: bold;
line-height: 20mm;	
	color: #000000;

}
.search_area{
	display: none;

}	
	
.table_area{
	position: absolute;
    width: 190mm;
	height: auto;
	margin: 0 auto;
	top:10mm;
	z-index: 99;
	font-size: 10px;

}
	
.yadcf-filter {
	display: none;
}

.btn3{
	display: none;	
}

table #example{
    width: 190mm;
	text-align: center;
 	border-spacing: 0;
	font-size: 8pt;
	background: #FFFFFF;
}
	
table.display thead{
	width: 190mm !important;		
	}		

table th:first-child{
  border-radius: 0;
}


table th:last-child{
  border-radius: 0;

}

table tr{
	border-collapse:collapse;
}


table td{
	text-align: center;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top:none;
	font-size: 8pt;
	margin: 0mm;
	padding: 0mm 0.5mm;
	background: #FFFFFF;
}

table td .td_center{
  text-align: center;
}

table td:last-child{
  border-right: 1px solid #000000;
}

table.display tbody{
	width: 190mm !important;
}	

table.display thead th{
	font-size: 8px;
	color:#000000;
	background:#FFFFFF;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	box-shadow: 0px;
	vertical-align: middle;
	margin: 0;
	padding: 0mm 0.5mm;
	height: 15mm;
}
	
table.display thead th:last-child{
	border-right: 1px solid #000000;
	}

table.display thead th.sorting:after,
table.display thead th.sorting_asc:after,
table.display thead th.sorting_desc:after {
	display: none;

}

table.display thead th.sorting:after {
	display: none;

}
table.display thead th.sorting_asc:after {
	display: none;
}
table.display thead th.sorting_desc:after {
	display: none;
}

div.dataTables_scrollBody table.display thead th.sorting:after,
div.dataTables_scrollBody table.display thead th.sorting_asc:after,
div.dataTables_scrollBody table.display thead th.sorting_desc:after {
	display: none;
}

/* In Bootstrap and Foundation the padding top is a little different from the DataTables stylesheet */
table.table thead th.sorting:after,
table.table thead th.sorting_asc:after,
table.table thead th.sorting_desc:after {
	display: none;
}	

.td_width{
	width: 20mm !important;		
}
	
.td_width02{
	width: 45mm !important;	
}
	
.td_left{
	width: 45mm !important;	
}	
	
.yadcf-number-slider-filter-wrapper-inner{
		display: none;	
}	


.print_on{
	display: block;
}
.print_off{
	display: none;
}
}