.topicBox {
	position: relative;
	width: 100%;
	margin: 24px 0 0;
	padding: 0 25px 40px;
	box-sizing: border-box;
}
.topicBox p {
	text-align: center;
}
.titleBox {
	position: relative;
	border-bottom: solid 1px #000;
}
.titleBox h2 {
	width: 120px;
	height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: lighter;
	font-family: "Century Gothic", sans-serif;
	line-height: 1;
	text-align: center;
	background-color: #000;
	margin: 0;
	padding: 7px 0;
	box-sizing: border-box;
}
.titleBox a {
	position: absolute;
	top: 50%;
	right: 0;
	width: 48px;
	height: 22px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	background-color: #8f8f8f;
	padding: 5px 0;
	display: block;
	transform: translateY(-50%);
	box-sizing: border-box;
}
.titleBox a:hover {
	background-color: #ff6f00;
}

.topicListBox {
	margin: 8px 0 0;
}
.topicListBox table {
	width: 100%;
	border-collapse: collapse;
}
.topicListBox tr {
	border-bottom: dotted 1px #8f8f8f;
}
.topicListBox th {
	width: 120px;
	height: 48px;
	font-size: 12px;
	font-weight: lighter;
}
.topicListBox td a {
	color: #000;
	font-size: 12px;
}
.topicListBox td a:hover {
	color: #ff6f00;
}
.topicListBox > p {
	font-size: 12px;
	margin: 24px 0 0;
}


