@charset "utf-8";
/* CSS Document */

button {
	display: none;
}

select {
	border: none;
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}

a img {
	display: none;
}

thead {display: table-row-group;}
tr,td,img {page-break-inside:avoid;}
h2,h3 {page-break-after:avoid;}
p,h2,h3 {orphans:3; widows:3;}
table{width:100% !important;padding:0 !important;margin:0;border-color:#333 !important;border-collapse: collapse !important;}
table th, table td {margin:0px !important;width:0px !important;border:1px solid #333 !important;white-space:normal !important;word-break:break-all !important; text-align: center;font-size: 12px !important;}
/*table td{width:0px !important;white-space: normal !important;word-break:break-all;padding:0 10px;border-color:#333 !important}*/
.detail {display:none !important;}

.page {
	text-align: right;
}

.print_date {font-size: 16px; }
.print-hidden{display: none;}