/* お知らせスクロール　現在上記のお知らせに移行中　終わったらCSSも削除 */
#newsevent {
	height: 250px;/*スクロールの高さ*/
	overflow-y: scroll;
}

/* お知らせテーブル */
.topics dl {
padding: 5px 0;
border-bottom: 1px solid #ccc;
}

.topics dt {
padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
.topics dt {
clear: left;
float: left;
width: 10%;
}
.topics dd {
margin-left: 11%;
}
}

