@charset "UTF-8";

/*!
 * PRINT.CSS v1.0
 * "print.css" is Paper Responsive Interface Nucleus uniT CSS
 * custom by Leafstar
 */

/* ================================================================================================================================== */


/* =========================================================
用紙設定
========================================================= */

	@page {
		size: A4;
		margin: 15mm 0mm;
	}
	@media print {
		body {
			width: 210mm; /* needed for Chrome */
			overflow: visible !important;
		}
	}


/* =========================================================
全体設定
========================================================= */

	html,body{
		height: auto !important;
	}

	body { 
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 1.8; 
		font-family: "ヒラギノUD角ゴ W3 JIS2004", sans-serif; /* TypeSquare */
		color: black; 
		background: none; 
		font-size: 12pt;
	}

	*{
		overflow: visible !important;
	}
	

/* =========================================================
非表示にするコンテンツ
========================================================= */

#allContents > header > nav,
#allContents > footer > ul,
#allContents > footer > div,
#mainContents > aside,
#PAGETOP
{
	display:none !important;
}


/* =========================================================
調整
========================================================= */

#allContents > header{
	background: transparent;
	position: static;
	display: block;
	padding: 0 0 5mm 0;
}

.breadcrumbs{
	padding: 0 10mm;
}


#allContents > header .sitelogo{
	position: static;
	text-align: center;
}

#allContents > footer{
	padding: 30px 0;
}
#allContents > footer > .copyright{
	margin: 0;
}