/*インフォ用*/
/*内側背景設定*/
.top_infoarea_in {
	background: #fff;
}
.top_newsarea_in {
	background: #f9fbff;
	font-size: 0.85rem;
}
.top_newsarea_in h2 {
	background: #1a0dab;
	padding: 1rem;
}
.top_news_lst span {
	font-size: 0.65rem;
	background: #cacdd9;
	color: #000;
	padding: 0.15rem 0.3rem;
	display: inline-block;
	width: 6rem;
	text-align: center;
}
.top_news_lst a {
	display: inline-block;
	color: #1a0dab;
}
.info_h3 {
  font-size:1.7;
  font-weight:bold;
}
ul.list_disk {
	padding: 0 1rem;
}
ul.list_disk li {
	list-style: disc;
	padding: 0 0.3rem;
	font-size: 0.9rem;
	color: #6663c1;
}
li.top_news_lst {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0.5rem;
	border-bottom: dotted 1px #777;
}
/*トップ緊急用表示*/
.sp_info {
	padding: 0.5rem;
}
.sp_info h3 {
	font-size: 1.35rem;
	background: #eee;
	padding: 0.5rem;
}
.sp_info h3 ~ p {
	padding: 0.5rem;
	font-size: 0.85rem
}