@charset "UTF-8";
dt {
	margin: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted navy;
}
dt .date {
	font-size: 13px;
}
dt .title {
	font-size: 0.95em;
	padding-left: 24px;
	background: url(../img/icon_bell.png) left center no-repeat;
}

@media screen and (min-width: 600px) {
	dt .title {
		font-size: 1em;
	}
}