﻿* {
	/*font-family: "Lucida Grande", "Verdana", "Arial", "Helvetica", Sans-serif;*/
	font-size: 100%;
	text-decoration: none;
	-webkit-text-size-adjust: 100%; /* ios8で回転時に本文中の一部の文字列のサイズが大きくなることを防ぐ */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-print-color-adjust: exact;
}
html {
	border: 0;
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	/*height: 100%;*/
	background: #fff; /* standard */
	background: #eee\9; /* ie678 */
}
:root body {
	background: #fff\0; /* ie9 */
}
@media print {
	body {
		background: #fff;
	}
}
/*-----------------------------------------------------------------------------------------------*/
div#id_content {
	padding-top: 60px;
	margin: 0px 0 0 30px!important;
	background: #fff;
	padding-right: 30px;
	padding-bottom: 50px;
}
div.h1 {
	margin-top: 0px!important;
}
/*-----------------------------------------------------------------------------------------------*/
div#id_breadcrumbs {
	display: none;
}
/*-----------------------------------------------------------------------------------------------*/
div#id_document_number {
	display: none;
}
/*-----------------------------------------------------------------------------------------------*/
hr {
	/*display: none;*/
	margin: 20px 0 20px 0!important;
	height: 1px!important;
}
/*-----------------------------------------------------------------------------------------------*/
@media print {

	#id_content {
		position: static;
		overflow: visible;
		top: 0px;
		left: 0px;
		width: 100%!important;
	}
	html {
		overflow: visible;
	}
	div.invisible {
		display: block!important;
	}
}
/* --------------------------------------------------------------------------------------------- */