@charset "utf-8";

h2.zeh_title {
	width: 100%;
	margin: 3em auto 0.5em auto;
	font-weight: bold;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #555;
}

p.zeh_report {
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #003399 !important;
}

.doc {
	width: 1000px !important;
	margin: 0 auto;
	text-align: center;
}

#page_content h2 {
	border-left: none;
}

#page_content p {
	margin-left: 1em;
}

#page_content img {
	margin: 1em auto
}

@media screen and (max-width:1010px) {

	.doc {
		width: 100% !important;
	}

	.br-pc {
		display: none;
	}

	#page_content p {
		text-align: left;
	}

	h2.zeh_title:first-child {
		margin: 0 auto 0.5em auto;
	}
}