@charset "UTF-8";


section#topics {
}
section#topics ul li {
	padding: 10px 0;
	border-bottom: dotted 2px #000;
}
section#topics ul li:first-child {
	border-top: dotted 2px #000;
}

section#topics ul li .date {
	font-size: 0.7rem;
	font-weight: bold;
}
section#topics ul li .title {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 0 10px;
}
section#topics #btn {
	text-align: center;
	margin: 30px auto 0;
}
