@charset "utf-8";
#banner {
	margin-top: 100px;
	height: 250px;
	background: url(../upload/banner.jpg) center no-repeat;
	background-size: cover;
}
#nav {
	padding: 10px 0;
	font-size: 16px;
	line-height: 30px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #ccc;
}
#nav .wrap {
	white-space: nowrap;
	overflow: auto;
}
#nav a {
	text-decoration: underline;
}
#nav span:before {
	content: "\e006";
	font-family: ico;
	padding: 0 10px;
}
#content {
	padding: 60px 0;
	line-height: 30px;
}
#content p {
	margin: 1em 0;
}
#content img {
	max-width: 100%;
	height: auto;
}
#content figure>img {
    width: 100%;
    height: 100%;
}
#content h1, #content h2, #content h3 {
	margin: 15px 0;
}
#pageNav {
	clear: both;
	cursor: default;
	text-align: right;
	padding: 10px 0;
}
#pageNav>* {
	display: inline-block;
	vertical-align: middle;
}
#pageNav a, #pageNav font {
	color: #666;
	margin: 0 2px;
	min-width: 30px;
	height: 30px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #f8f8f8;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
#pageNav a:hover {
	color: #f60;
	border: 1px solid #ffd3b6;
	background-color: #fffbf8;
}
#pageNav font {
	color: #fff;
	border-color: #f60;
	background-color: #f60;
}
#pageNav span {
	margin-right: 10px;
}
#pageNav label {
	margin-left: 10px;
}
#pageNav input {
	width: 28px;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font: normal 13px/22px Arial, Verdana, Geneva, sans-serif;
	text-align: center;
}
#pageNav a.first:before, #pageNav a.prev:before, #pageNav a.next:before, #pageNav a.last:before {
	font-family: ico;
	font-size: 23px;
}
#pageNav a.first:before {
	content: "\e007";
}
#pageNav a.prev:before {
	content: "\e005";
}
#pageNav a.next:before {
	content: "\e006";
}
#pageNav a.last:before {
	content: "\e008";
}
@media screen and (max-width:991px){
	#banner {
		margin-top: 0;
	}
	.col_3>div {
		flex: 0 0 100%;
	}
	.col_3 figure {
		height: 300px;
		aspect-ratio: initial;
	}
	#pageNav {
		text-align: center;
	}
	#pageNav label {
		display: none;
	}
}
@media screen and (max-width:600px){
	#pageNav a, #pageNav font {
		min-width: 28px;
		height: 28px;
		font-size: 15px;
		line-height: 28px;
	}
	#pageNav span {
		display: none;
	}
}