@charset "utf-8";
body{
	background: #fafafa;
}

.page_wrap{
	max-width: 960px;
	margin: auto;
	padding: 0 0 100px 0;
}
.information_wrap dl{
	display: flex;
	flex-wrap: wrap;
}
.information_wrap dl dt{
	color: #5D5D5D;
	width: 20%;
	padding: 20px 0px 20px 10px;
	font-size: 0.9rem;
	border-bottom: 1px solid #898989;
}
.information_wrap dl dd{
	width: 80%;
	padding: 20px 0px 20px 10px;
	border-bottom: 1px solid #898989;
}

.page-slagtitle *{
	text-decoration: none;
	list-style: none;
	color: #000;
	border: none;
	scroll-behavior: smooth;
}
.page-slagtitle{
	margin: 50px 0;
}
.page-slagtitle ul{
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.page-slagtitle ul li{
		width: 15%;
	margin: 10px;
}
.page-slagtitle ul li a{
		width: 100%;
    font-size: 0.8rem;
    color: #fff;
    background:#B0C4CA;
    display: inline-block;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    margin: 0 30px 0 0;
}
.page-slagtitle ul li a:hover{
    background: var(--text-color);
		opacity: 1.00; 
}
.page-slagtitle ul li a.on{
    background: var(--text-color);
		opacity: 1.00; 
}


/* page navigation*/
.pager{
	text-align: center;
	margin: 20px 0;
}
.pagenav {
  clear: both;
  width: 100%;
  height: 57px;
  margin: 100px 0 20px;
  text-align: center;
}

.pagenav a {
	display: inline-block;
	padding-top: 16px;
  clear: both;
  color: #0a54ce;
  background: #FFF;
  width: 56px;
  height: 57px;
  text-align: center;
}

.page-numbers {
	display: inline-block;
	padding-top: 16px;
  clear: both;
  color: #21246B;
  background: #D9E7FF;
  width: 56px;
  height: 57px;
  text-align: center;
}



a.prev {
  float: left;
  display: inline-block;
  background: url("/wp-content/themes/tpl-ulo.fish.hokudai.ac.jp-ver1.02/module/img/information/controls-l.png") no-repeat;
	background-size: 56px;
  background-position: 0 0;
  background-color: none;
  border: none;
  width: 56px;
  height: 56px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

a.next {
  float: right;
  display: inline-block;
  background: url("/wp-content/themes/tpl-ulo.fish.hokudai.ac.jp-ver1.02/module/img/information/controls-r.png") no-repeat;
	background-size: 56px;
  background-position: 0 0;
  background-color: none;
  border: none;
  width: 56px;
  height: 56px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.current {
	display: inline-block;
	padding-top: 16px;
  clear: both;
  color: #FFF;
  background: #0a54ce;
  width: 56px;
  height: 57px;
  text-align: center;
}


/* SPレスポンシブ */

@media screen and (max-width:767px) {
	.page-slagtitle{
		margin: 20px 0;
	}
	.page-slagtitle ul li{
			width: 42%;
	}
	.information_wrap dl dt{
		width: 30%;
	}
	.information_wrap dl dd{
		width: 70%;
	}
	.page-numbers {
		margin: 0px 0 0 0;
	}

	.pagenav a {
		width: 30px;
	}

	.page-numbers {
		margin: 0px;
	}
	.current {
		width: 30px;
	}

	a.prev {
		width: 56px;
		height: 56px;
	}

	a.next {
		width: 56px;
		height: 56px;
	}
	
}