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

@page {
	margin: 5mm 5mm;
	size: A4 portrait; /*横の場合はlandscape*/
}

@media print {
  /* 印刷用スタイルはすべてこちらへ */
  header, footer, .pagetitle, .breadcrumbs, #gt_float_wrapper{
	display: none !important;
  }
	body{
		padding-top: 5mm;
		width: 210mm;
		height: 297mm;
	}
	h3{
		border-bottom: solid 1px #333;
		margin-bottom: 20px;
	}
	table{
		border-collapse: collapse;
		margin-bottom: 20px;
	}
	table th{
		border-bottom: solid 1px #333;
		border-right: solid 1px #333;
		padding: 10px 10px 10px 0;
		vertical-align: top;
		font-weight: normal;
		text-align: left;
	}
	table td{
		border-bottom: solid 1px #333;
		padding: 10px 20px;
	}
	.btn01 a, .btn_print input{
		color: #000;
		text-decoration: none;
		padding: 10px 20px;
		border: solid 1px #CCC;
		border-radius: 40px;
		margin-bottom: 20px;
		display: inline-block;
	}
}