@charset "utf-8";

/*
情報公開　＞　regeneration
/disclosure/regeneration.html
*/

/*
***********************************************************************************************

***********************************************************************************************
*/

.eyecatch h1 {
	max-width: 330px;
}

#content_body table {
	width: 100%;
}

	.viewmode-mobile #content_body th {
		font-size: 90%;
		white-space: nowrap;
	}

#content_body td {
	text-align: center;
	padding: .25em .5em;
}

	.viewmode-mobile #content_body td {
		font-size: 90%;
		white-space: nowrap;
	}

table.type01 > thead > tr > th {
	background-color: #e3ebee;
	color: #000;
}

#content_body tr > td:first-child,
#content_body tr > td[rowspan] + td {
	text-align: center;
}

#content_body thead th {
	line-height: 1.6;
}

	#content_body thead th small {
		display: block;
		font-weight: normal;
	}

	#content_body thead tr + tr th {
		font-weight: normal;
	}

#content_body tbody tr > td:first-child {
	text-align: left;
}


/*
***********************************************************************************************
調査報告書
***********************************************************************************************
*/

.sec02 {
	background-color: #eff1f3;
	margin-top: 50px;
	padding: 30px;
}

	.viewmode-mobile .sec02 {
		padding: 15px;
	}
