@charset "UTF-8";
/* -------- file info -------- */
/* filename:kougi.css */
/* creation date:2018年12月9日 */
/* last updated:2018年12月9日 */
#InternalPage.kougi p {
	line-height: 1.8em;
}
#PresidentComment {
   background-color: #FFFFCC;
   padding: 20px;
}
.president_img {
	float: left;
	margin-right: 20px;
}
.president_txt {
	font-size: 16px;
	line-height: 1.8em;
}
#InternalPage h5 {
	border-bottom: 2px solid #2f6d86;
    border-left: 10px solid #2f6d86;
	padding: 5px 15px;
	font-size: 16px;
	margin-bottom: 20px;
}
#InternalPage h6 {
	color: #F15F3A;
	border-bottom: 3px double #F15F3A;
	padding: 5px;
	font-size: 16px;
	margin-bottom: 20px;
}
#InternalPage h6::before {
	content: '◆';
	margin-right: 5px;
}
table {
	width: 100%;
}
table , td, th {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
td, th {
	padding: 5px;	
}
th {
	background: #FFFFCC;
}
td span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.left_h {
	vertical-align: middle;
}
.pagenation {
	margin-top: 4px;
}
.pagenation__list {
	list-style: none;
	margin-top: 3px;
}
.pagenation__list:after {
	content: "";
	display: block;
	clear: both;
} 
.pagenation__list li {
	float: left;
	border-left: 1px solid #669933;
 	border-right: 1px solid #669933;
	padding: 0 10px;
	line-height: 1.0em;
}
.pagenation__list li+li {
	border-left: 0;
  	border-right: 1px solid #669933;
}
.list__orange_icon li {
	background-image: url(../../temp-img/pointorange.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding: 5px 40px;
}
/* 768px以上　PC表示 */
@media (min-width: 768px) {
	.president_txt {
		margin-top: 15px;
	}	
	#InternalPage h4 {
		font-size: 18px;
		color: #473732;
		height: 54px;
		background-image: url(../../temp-img/midashi2.jpg);
		background-repeat: no-repeat;
		padding: 13px 0px 0px 50px;
		margin: 10px 0px 10px 0px;
	}
	.num_list  li {
		margin-left: 20px;
		line-height: 1.8em;
	}
	.top_h {
		width: 253px;	
	}
	.left_h {
		width: 80px;
	}
	.page_tit {
		float: left;
	}
	.pagenation__list {
		float: left;
	}
}


/* 767px以下 SP表示 */
@media (max-width: 767px) {
	#InternalPage h4 {
		font-size: 18px;
		color: #473732;
		background-color: #fbf8ef;
		padding: 5px 10px 5px 35px;
		margin: 10px 0px 20px 0px;
		background-image: url(../img/kougi/foot_icon.png);
		background-repeat: no-repeat;
		background-position: 10px center;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border: solid 1px #ebe9dc;
	}
	.num_list  li {
		margin-left: 10px;
		line-height: 1.8em;
	}
	.top_h {
		width: 40%;	
	}
	.left_h {
		width: 20%;
	}
	.pagenation__list {
		float: right;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}