
/* 印刷 */

p.error_messe{
	margin:10px 0;
	font-size:14px;
	color:red;
}

.print_table {
	width: 18cm;
	line-height: 130%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 1cm 0cm 0.2cm 0cm;
}

.print_table td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 15px;
}

.print_table th {
	font-weight: 900;
	line-height: 130%;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 15px;
}

.area_discription {
	left: 0;
	width: 18cm;
	text-align: left;
}

.area_discription2 {
	font-size: 12px;
	left: 0;
	width: 18cm;
	text-align: left;
}

.area_customer {
	display: inline-block !important;
	left: 0;
	width: 8cm;
	text-align: left;
	margin-right: 1cm;
}

.area_company {
	display: inline-block;
	right: 0;
	width: 9cm;
	text-align: left;
}

h3.print_head {
	font-size: 32px;
	margin: 1cm;
	padding: 0.5cm;
	line-height: 100%;
	border-top: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
}
h3.print_head:before {
	bottom: 0px;
	left: calc(50% - 50%);
	width: 0%;
	height: 0px;
	content: '';
	border-radius: 0px;
	background: none;
}

@media print{
@page { margin: 0; }
body { margin: 0cm;}
.print_pages{
	display: block;
	width: 210mm;
	height: 285mm;
	page-break-after: always;
}
.hide_print{ display: none;}
}
