@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: 1100px;
	margin: 50px auto;
	border: solid 1px #CCC;
	padding: 0 30px;
	box-sizing: border-box;
}
.topics table{
	margin-top: 30px;
	font-size: 18px;
}
.topics table th{
	font-weight: normal;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: top;
	line-height: 1.5;
}
.topics table td{
	vertical-align: top;
	line-height: 1.5;
	padding-bottom: 20px;
}
.topics table td a{
	display: block;
}
.topics table td img{
	vertical-align: -3px;
}
.date{
	text-align: right;
}
.half{
	width: calc(50% - 10px);
}
.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: #5DACBD;
	color: #FFF;
	margin: 10px auto;
	font-size: 14px;
	text-align: center;
}
.back a:hover{
	background-color: #236CFF;
}
