@charset "utf-8";

.content h2{
	font-size: 18px;
	text-align: left;
}

.topicsbox img{
	display: block;
	text-align: center;
	margin: 10px;
}

.topics table,
.topics tr,
.topics td,
.topics th,
.topics tbody,
.topics thead{
	display: block;
}
.topics table th{
	font-weight: normal;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: top;
	line-height: 1.5;
	text-align: left;
	background-color: #DDD;
	font-size: 14px;
}
.topics table td{
	vertical-align: top;
	line-height: 1.5;
	padding-bottom: 20px;
	font-size: 16px;
}
.topics table td a{
	display: block;
	text-decoration: none;
	color: #000;
}
.topics table td img{
	vertical-align: -3px;
}
.date{
	text-align: right;
}

.topics{
	margin: 10px;
}
.clear{
	clear: both;
}

.bottonlink{
		text-align: center;
		margin: 30px 0;
}
.bottonlink a{
	display: inline-block;
	padding: 20px 20px;
	text-decoration: none;
	padding-left: 60px;
	background-image: url("../news/img/pdf.png");
	background-repeat: no-repeat;
	background-position: 20px center;
	line-height: 1;
	border: solid 2px #5DACBD;
	border-radius: 6px;
	text-align: center;
	color: #000;
}
.bottonlink a:hover{
	background-color: #EEE;
}
.back a{
	display: block;
	width: 80px;
	text-decoration: none;
	border-radius: 50%;
	background-color: #5DACBD;
	color: #FFF;
	margin: 10px auto;
	font-size: 14px;
	text-align: center;
	margin-bottom: 50px;
}
.back a:hover{
	background-color: #62AADA;
}
