@charset "utf-8";

body {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	line-height: 1.45; 
	color: #000; 
	background: none; 
	font-size: 14pt; 
}

/* Headings */
h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
h1{font-size:19pt;}
h2{font-size:17pt;}
h3{font-size:15pt;}
h4,h5,h6{font-size:14pt;}

/* Table */
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
img,tr {page-break-inside: avoid;} 

/* Hide various parts from the site*/
#topLogo
{display:none;}


article{
	width:100%;
	margin:0;
	padding:0;
	box-shadow:none;
}

section.conBox{
	width: 210mm; /* A4縦の幅 */
	min-height: 260mm; /* A4縦の高さ */
	page-break-after: always; /* 各ページの終わりに改ページ */
	/*position: relative;*/
	counter-increment: print_page_count; /* ページ番号のインクリメント */
	letter-spacing:0;
	margin-top:15mm;
}
section:before{
    content: url("../img/img_logo.png") ;
	margin-bottom:16px;
	text-align:right;
}

section.conBox:last-child{
	page-break-after: auto;
}

section{
	margin-bottom:0;
}

.imageArea{
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	margin:24px 0;
	padding:24px 0 24px;
}


/*footer{
	display:none;
}*/