@charset "utf-8";


.topicsbox:after{
	content: "";
	display: block;
	clear: both;
}
.topicsbox img{
	max-width: 100%;
}

.marginL20{
	margin-left:20px;
}
.marginR20{
	margin-right:20px;
}
.topics{
	width: 100%;
	margin: 50px auto;
	padding: 0 30px;
	box-sizing: border-box;
}
.topics table{
	margin-top: 30px;
	font-size: 18px;
	width: 100%;
	border-collapse: collapse;
}

.topics table th{
	font-weight: normal;
	white-space: nowrap;
	padding: 20px 10px;
	border-bottom: solid 1px #AAA;
	vertical-align: top;
	line-height: 1.5;
	text-align: center;
	max-width: 80px;
}
.topics table td{
	vertical-align: top;
	border-bottom: solid 1px #AAA;
	line-height: 1.5;
	padding: 20px 10px;
}
.topics table td a{
	display: block;
	color: #000;
	text-decoration: none;
}
.topics table td img{
	vertical-align: -3px;
}
.date{
	text-align: right;
}
.half{
	width: calc(50% - 20px);
}
.floatL{
	float: left;
}
.floatR{
	float: right;
}
.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{
	margin-bottom: 100px;
}
.back a{
	display: block;
	width: 80px;
	text-decoration: none;
	border-radius: 50%;
	background-color: #6FB92C;
	color: #FFF;
	margin: 10px auto;
	font-size: 14px;
	text-align: center;
}
.back a:hover{
	background-color: #447318;
}


/**/
.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: 100px;
}
.newspage p{
	text-align: left;
}
.newspage .date{
	text-align: right;
	margin: 0;
}
.newsbox a{
	text-decoration: none;
	color: #000;
}

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


/**/
		.pagebutton{
			list-style: none;
			margin:0;
			padding:0;
			margin-top: 40px;
			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;
		}

