@charset "utf-8";



.topicsbox img{
	display: block;
	text-align: center;
	margin: 10px 0;
}

.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{

}
.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("./img/pdf.png");
	background-repeat: no-repeat;
	background-position: 20px center;
	line-height: 1;
	border: solid 2px #A8977F;
	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: #003BB0;
	color: #FFF;
	margin: 10px auto;
	font-size: 14px;
	text-align: center;
	margin-bottom: 50px;
}
.back a:hover{
	background-color: #62AADA;
}



/**/
.backbutton{
	text-align: right;
	margin-top: 50px;
}

.backbutton a{
	display: inline-block;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	padding: 10px 20px;
	line-height: 1;
	border-radius: 6px 6px 0 0 ;
	box-sizing: border-box;
}

.newspage{
	margin-bottom: 60px;
}
.newspage p{
	text-align: left;
}
.newspage .date{
	text-align: right;
	margin: 0;
	margin-bottom: 30px;
}
.newsbox a{
	text-decoration: none;
	color: #000;
}

h2.h2green{
	text-align: left;
	padding: 0;
	padding-top: 20px;
	font-size: 16px;
}


/**/
		.pagebutton{
			list-style: none;
			margin:0;
			margin-top: 30px;
			padding:0;
			margin-bottom:50px;
			text-align:center;
		}
		.pagebutton li{
			display:inline-block;
			width:40px;
			height:30px;
			margin:1px;
			padding:0;
		}
		.pagebutton li a{
			display:block;
			line-height:1;
			height:100%;
			background-color:#EEE;
			color:#000;
			padding-top:10px;
			text-align:center;
			text-decoration:none;
		}
		.pagebutton li.thispage a{
			background-color:#CCC;
		}
		.pagebutton li a:hover{
			background-color:#CCC;
		}
		.pagebutton li.prev a,
		.pagebutton li.next a{
			background-color:#AAA;
		}
		.pagebutton li.prev a:hover,
		.pagebutton li.next a:hover{
			background-color:#888;
		}


