table {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 90px;
}

table > tbody > tr:first-child {
	border-top: 3px solid black;
}

td {
	border-bottom: 1px solid #ddd;
	height: 50px;
	font-size: 15px;
}

td > div {
	margin-left: 20px;
}

td > img {
	padding: 40px 0;
}

.tb-notice-title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.tb-notice-date {
	color: #a4a4a4;
	margin-bottom: 10px;
}

.tb-notice-next {
	width: 100px;
	background-color: #f3f3f3;
	text-align: center;
}

.tb-notice-content {
	margin-top: 30px;
	margin-bottom: 20px;
}

.tb-notice-attach {
	margin-bottom: 30px;
}

.btn-list {
	text-align: right;
	margin-bottom: 200px;
}

