@charset "utf-8";

/* ピックアップバナー */
#pickup_box ul li,
#pickup_box_bottom ul li {
	margin-bottom: 5px;
}

/* トピックス */
#topics_box dt {
	text-align: left;
}

#topics_box dd {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 20px;
}

#topics_box span.topics_icon_event,
#topics_box span.topics_icon_news {
	font-family: 'Sorts Mill Goudy', serif;
	padding: 0 5px;
}

#topics_box span.topics_icon_event {
	background: #C66;
}

#topics_box span.topics_icon_news {
	background: #6CC;
}