/* @media print */
@media print{
	button,
	.g_header,
	.g_header .g_nav,
	.g_header .sp_menu,
	#greeting,
	#philosophy,
	#ir,
	#contact,
	#recruit,
	#page-top,
	#page-top a,
	#footer,
	#footer_menu,
	#footer p:last-child {
		display: none;
	}
	html, body {
		color:#000;
	}
	/*
	.g_header {
		text-align: center;
	}
	h1 {
		margin: 0 16px 32px 0;
	}
	*/
	.wrapper {
		padding: 0;
	}
	.article {
		padding: 40px 0 80px 0;
	}
	.article:hover {
		background: #fff;
	}
	#history table {
		border-bottom: dotted 1px #ccc;
	}
	.article#history {
		border-bottom: solid 0px #fff;
	}
	#footer {
		padding: 24px 0 0 0;
		background: #fff;
		color: #000;
	}
	#footer h2,
	#footer p {
		padding: 0 0 16px 0;
	}
}