@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

.print-a4 {
	-webkit-print-color-adjust: exact;
	top:0 !IMPORTANT;
	left:0 !IMPORTANT;
	width: 210mm !IMPORTANT;
	height:290mm !IMPORTANT;
	box-sizing: border-box;
}

.print-a4.landscape {
	-webkit-print-color-adjust: exact;
	top:0 !IMPORTANT;
	left:0 !IMPORTANT;
	width:297mm !IMPORTANT;
	height:200mm !IMPORTANT;
	box-sizing: border-box;
}
header{
  display: none;
}

.top-image,
.b-navi,
footer,
#copyright,
.pagetop,
form,
.noprint,
#btn-edit-img{
	display: none;
}
img{
	max-width: 100%;
}

.workflow .title-style{
	font-size: 1.2rem;
	text-align:left;
	border-bottom: 3px solid #CCC;
	font-weight: 700;
}
.workflow .title-style span{
	border-bottom:none !important;
	line-height:1.2;
}

.documents table{
	width:100%;
	border-collapse:collapse;
	margin-top: 2rem;
}
.documents table td{
	border:1px solid #888;
	padding: 0.5rem;
	max-width: 210px;
}