/* data_download.css */
/* ========= 共通: トークン / ベース ========= */

/* お知らせ欄 */
.top-board-wrap {
	position: relative;
	padding-bottom: 44px;
}

/* お知らせ欄リンク */
.top-board-links {
	position: absolute;
	right: 8px;
	bottom: 6px;
	background: #f5f8e8;
	border: 1px solid #b7b7b7;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 1.5;
	z-index: 2;
}

/* お知らせ欄リンク箇所 */
.top-board-links a {
	color: #333;
	text-decoration: none;
	margin-right: 12px;
	white-space: nowrap;
}

/* 最後のリンクは右マージンなし */
.top-board-links a:last-child {
	margin-right: 0;
}
.top-board-links a:hover,
.top-board-links a:focus {
	text-decoration: underline;
}