body{
	color: #707070;
	font-size: 17px;
}
#head_title{
	height: 470px;
	background: url(../img/info/head_main.jpg);
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
#head_title h1{
	padding: 40px 0 0;
	font-size: 38px;
}
#head_title h1 span{
	color: #EE7700;
}
section#topics{
	width: 100%;

	padding: 70px 0;
}
section#topics h1{
	color: #4D4D4D;
	text-align: center;
	font-size: 30px;
	margin: 0 0 20px;
	border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 1023px){
	section#topics div.box{
		width: 94%;
		margin: 0 auto;
		padding: 20px 3%;
		background: #fff;
		box-sizing: border-box;
		border-radius: 10px;
	}
}
@media screen and (min-width: 1024px){
	section#topics div.box{
		width: 1060px;
		margin: 0 auto;
		padding: 20px 30px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 10px;
	}
}
section#topics ul li{
	margin: 5px 0;
	padding: 0 5px;
	border-bottom: dotted 1px #ccc;
}
section#topics ul li a{
	display: block;
	color: #000;
	padding: 5px 0;
}
section#topics ul li a:hover{
	text-decoration: none;
	background: #eee;
}
section#topics p.date{
	text-align: right;
}


section#paging{
	padding: 0 0 70px;
	background: #fff;
}
section#paging div.paging{
	width: 380px;
	margin: 0 auto 50px;
	position: relative;
}
section#paging div.paging div.prev{
	position: absolute;
	width: 100px;
	left: 0;
}
section#paging div.paging div.next{
	position: absolute;
	width: 120px;
	right: 0;
}
section#paging div.paging div.more{
	position: absolute;
	width: 120px;
	left: 0;
	right: 0;
	margin: auto;
}
section#paging div.paging div a{
	display: block;
	text-align: center;
	width: 120px;
	padding: 15px 0;
	border: solid 1px #ccc;
	border-radius: 10px;
}
section#paging div.paging div a:hover{
	text-decoration: none;
	background: #eee;
}