@charset "UTF-8";


/*--mv--*/
.mv_sec{
	background-image:url(../../img/information/mv.jpg);
}

/*--info--*/
.info{
	width:1000px;
	margin:0 auto;
	margin-bottom: 120px;
	overflow:hidden;
	text-align: left;
	font-size: 15px;
}

article {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px dotted #636161;
}

article a {
	display: block;
}

article a,
article a:link,
article a:visited {
	color: #333;
}

article a:hover {
	color: #0068b7;
	text-decoration: none;
}

article.last {
	margin-bottom: 0;
	border: none;
	padding-bottom: 0;
}

article h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.info .pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.info .pager > *:not(.extend) {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	margin: 0 3px;
}
.info .pager a {
	color: #333;
}
.info .pager a:hover,
.info .pager .current {
	background: #333;
	color: #fff;
	text-decoration: none;
}
