@charset "utf-8";
/* CSS Document */

header .local_branding_area {
	background:url(../about/img/local_brarding.jpg) no-repeat;
}
main .info_h4 {
	text-align:left;
}

/*archive*/
main .frame_box {
	width:900px;
	margin:auto;
}
#info .panel-footer .pagination {
	display:flex;
	justify-content:space-between;
	width:430px;
	margin:50px auto 0;
}
#info .panel-footer .pagination li {
	border:none;
	font-size:107.1%;/*15px*/
}
#info .panel-footer .pagination li a {
	background:#73a4d2;
	color:#FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:2px 8px;
}
#info .panel-footer .pagination .active a {
	background:#326ba0;
	font-weight:bold;
}
@media screen and (min-width: 0px) and (max-width: 1020px) {
header .local_branding_area {
	background:url(../about/img/local_brarding.jpg) no-repeat center bottom -100px;
}
}

@media screen and (min-width: 0px) and (max-width: 500px) {
.date {
	display:block!important;
}
.article {
	display:block!important;
	width:100%!important;
}
#info .panel-footer .pagination {
	width:100%;
}
#info .panel-footer .pagination li:first-child ,
#info .panel-footer .pagination li:last-child {
	display:none;
}
}