@charset "utf-8";

/* 公開情報 入札2025 */
.box_nyusatu {
	width: 70%;
	margin: 0 auto 3em auto;
	padding: 2em 0px;
	border: thick double crimson;

}
.box_nyusatu h3 {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-weight: normal;
	font-size: 1.5em;
	color: #333;
	line-height: 200%;
	text-align: center;
	letter-spacing: 0.2em;
}
.box_nyusatu p {
	line-height: 150%;
	/*text-indent: 1em;*/
	padding-right: 40px;
	padding-left: 40px;
}

.box_nyusatu ul {
	list-style-position: inside;
	padding: 0 0 0 4em;
}
.box_nyusatu ul li {
	line-height: 180%;
	font-size: 1em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


/*pdf用*/
.box_nyusatu ul.pdf a, .box_nyusatu ul.pdf a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	text-decoration: none;
	background-color: #F4B7B7;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 100%;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB7E7E;
}
.box_nyusatu ul.pdf a:hover, .box_nyusatu ul.pdf a:active, .box_nyusatu ul.pdf a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	color: #1D4159;
	background-color: #DEE9DE;
	text-decoration: none;
	line-height: 100%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94B894;
}
.box_nyusatu ol {
	margin-left: 40px;
}
