@charset "utf-8";

/*
新たなごみ処理施設建設　＞　新たなごみ処理施設等整備基本計画策定他支援業務
/new-construct/basic-plan.html
*/


/*
***********************************************************************************************

***********************************************************************************************
*/

.eyecatch h1 {
	max-width: 330px;
}


/*
***********************************************************************************************
募集概要
***********************************************************************************************
*/

.sec02 dt {
	font-weight: bold;
}

	.sec02 dt::before {
		content: "＜";
	}

	.sec02 dt::after {
		content: "＞";
	}

	.sec02 dd + dt {
		margin-top: 1em;
	}


.sec02 table {
	width: 100%;
}

	.viewmode-mobile .sec02 th {
		font-size: 90%;
		white-space: nowrap;
	}

.sec02 td {
	/*
	text-align: center;
	*/
	padding: .25em .5em;
}

	.viewmode-mobile .sec02 td {
		font-size: 90%;
		white-space: nowrap;
	}

table.type01 > thead > tr > th {
	background-color: #e3ebee;
	color: #000;
}

.sec02 tr > td:first-child,
.sec02 tr > td[rowspan] + td {
	text-align: center;
}

.sec02 .td-center {
	text-align: center;
}

.sec02 thead th {
	line-height: 2;
}

	.sec02 thead th small {
		display: block;
		font-weight: normal;
	}

	.sec02 thead tr + tr th {
		font-weight: normal;
	}

.sec02 tbody tr > td:first-child {
	text-align: left;
}