@charset "utf-8";

#topics.urgent_detail {
	line-height: 14pt;
}

/* 重要なお知らせ：一覧 */

#topics ul.urgent {
	line-height: 1.6;
}
#topics ul.urgent li {
	margin-bottom: 5px;
}
#topics ul.urgent li span {
	width: 8em;
	margin-right:0.8em;
	color: #777;
	font-weight: bold;
}

#topics ul.urgent a {
	text-decoration:underline;
}
#topics ul.urgent a:hover {
	text-decoration: none;
}

/* 重要なお知らせ：詳細 */
#topics p.date {
	height: 30px;
	line-height: 1.6;
}

