@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
 -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/

/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
	overflow-x: hidden;
}

a:link {
	color: #132850;
}

a:visited {
	color: #000000;
}

a:hover, a:active {
	color: #132850;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 40px 32px 0;
}

.alignright {
	float: right;
	margin: 0 0 32px 40px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.comp {
	color: #FF0000;
}

.mgnb20 {
	margin-bottom: 20px !important;
}

/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	height: 100px;
}

#header h1,
#header p {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	position: absolute;
	top: 12px;
	left: 20px;
}

#header h1 a,
#header p a {
	text-decoration: none;
	color: #142850;
}

#header h1 span,
#header p span {
	font-size: 16px;
	font-weight: 500;
}

#header h1 span:nth-child(2),
#header p span:nth-child(2) {
	display: inline-block;
	position: relative;
	top: -3px;
	margin-left: 10px;
	background: linear-gradient(to right, #fff100 0%,#fff766 50%);
	font-weight: 400;
	padding: 4px 16px;
	border-radius: 16px;
}

#header .topms {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
}

#header .topMenu {
	background:#8A76BD;
	color:#fff;
	padding: 0.8em 1em 0.8em 0.8em;
}

#header .topMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display:flex;
}

#header .topMenu li {
	margin:0 0.6em;
	position: relative;
}

#header .topMenu li:nth-child(2):before {
    position: absolute;
    content: "｜";
    top: 3px;
    left: -18px;
}

#header .topMenu li:nth-child(2):after {
    position: absolute;
    content: "｜";
    top: 3px;
    right: -16px;
}

#header .topMenu li a {
	display: block;
	padding: 3px 8px 0;
	color: #FFF;
	text-decoration: none;
}

#header .topMenu li:nth-child(1) {
 margin: 0;
 padding: 0 1em;
}

#header .topMenu li i {
	margin-right:.5em;
}

#header .topSearch {
	background-color: #EEE;
	padding: 0.8em 1em;
}

.searchform input[type="text"] {
	width: 200px;
	box-shadow: inset 1px 1px 3px rgb(0 0 0 / 7%);
	font-size: 14px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	border: 1px solid #CCC;
}

.searchform input[type="submit"] {
	font-size: 14px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	padding: 1px 8px;
}

header .bottomMenu {
	float: right;
	margin: 68px 0 0;
}

header .bottomMenu ul {
	display:flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

header .bottomMenu > ul > li {
	padding:0 1em;
	border-left:solid 1px;
}

header .bottomMenu > ul > li:first-child {
	border-left:none;
}

header .bottomMenu > ul > li > a {
	line-height:1em;
	text-decoration: none;
	display: block;
}

header .bottomMenu li ul {
	display:none;
	z-index: 10;
}

#menu-side_about li:nth-child(1),
#menu-side_curriculum li:nth-child(1),
#menu-side_research li:nth-child(1),
#menu-side_staff li:nth-child(1),
#menu-side_life li:nth-child(1),
#menu-side_skill li:nth-child(1),
#menu-side_management li:nth-child(1) {
display:none;
}

#menu-side_about li:nth-child(1) ul.sub-menu {
display:block !important;
}

@media all and (min-width: 1125px) {
header .bottomMenu > ul > li:nth-last-child(-n+2) {
		display:none;
	}
	
header .bottomMenu li:hover ul {
		display:flex;
		flex-wrap:wrap;
		position:absolute;
		left:0;
		width:100%;
		padding:2em calc((100% - 1000px) / 2);
		padding-top:4em;
		color:#fff;
		background:linear-gradient(#fff 2em, rgba(37,32,51,.95) 2em);
		box-shadow:0 10px 8px rgba(0,0,0,.32);
		margin: 0;
}
	
header .bottomMenu li li {
		margin:1em 0;
		text-align:left;
		width:calc(100% / 3);
		border-left:none;
	}		
}

header .bottomMenu li li::before {
	content:'−';
	margin-right:.5em;
}

header .bottomMenu li li a {
	display:inline-block;
	color: #FFF;
	text-decoration: none;
}

.topMenu ul li.has-child ul {
 position: absolute;
 left: 0;
 top: 34px;
 z-index: 2;
	border: 1px solid #8A76BD;
 background-color: #FFF;
	font-size: 14px;
 width:200px;
 visibility: hidden;
 opacity: 0;
 transition: all .3s;
	padding: 0;
	display: block !important;
}

/*hoverしたら表示*/
.topMenu ul li.has-child:hover > ul,
.topMenu ul li.has-child ul li:hover > ul,
.topMenu ul li.has-child:active > ul,
.topMenu ul li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

.topMenu ul li.has-child ul li {
	margin: 0 !important;
	padding: 0 !important;
}

.topMenu ul li.has-child ul li a{
	padding: 8px !important;
 color: #8A76BD !important;
	border-bottom: 1px solid #CCC;

}

.topMenu ul li.has-child ul li:last-child a{
  border-bottom:none;
}

.topMenu ul li.has-child ul li a:hover,
.topMenu ul li.has-child ul li a:active{
 background-color: #8A76BD;
	color: #FFF !important;
}

.topMenu ul li.has-child ul li:last-child a {
	background-color: #FFF;
	border: none;
	font-weight: 400;
	border-radius: 0;
}

.topMenu ul li.has-child ul li:last-child a:hover {
 background-color: #8A76BD;
	color: #FFF;
}

.topMenu ul li.has-child ul li::before {
 content:'';
 position: absolute;
 left: 90%;
 top: calc( 50% - 3px );
 width:6px;
 height:6px;
 border-top: 2px solid #8A76BD;
 border-right:2px solid #8A76BD;
 transform: rotate(45deg);
	z-index:3;
}
.topMenu ul li.has-child ul li:hover::before {
 border-top: 2px solid #FFF;
 border-right:2px solid #FFF;
}

#header .topMenu ul li.has-child ul li:nth-child(2):after {
display: none;
}

#header .topMenu ul li.has-child ul li:nth-child(2):before {
content:'';
 position: absolute;
 left: 90%;
 top: calc( 50% - 3px );
 width:6px;
 height:6px;
 border-top: 2px solid #8A76BD;
 border-right:2px solid #8A76BD;
 transform: rotate(45deg);
	z-index:3;
}

#header .topMenu ul li.has-child ul li:nth-child(2):hover:before {
 border-top: 2px solid #FFF;
 border-right:2px solid #FFF;
}

/*------------------------------------------------------------------------------------------------
  footerMenu
--------------------------------------------------------------------------------------------------*/
#fmenu {
	position: relative;
	bottom: 0;
	padding: 60px;
	background-color: #F1F1F1;
}

#fmenu .wrap {
	width: 1060px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#fmenu .wrap ul.text {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

#fmenu .wrap ul.text li {
	margin: 0 32px 0 0;
	padding: 0;
}

#fmenu .wrap ul.text li a {
	color: #142850;
	text-decoration: none;
	font-weight: 500;
	display: block;
	padding: 8px 0;
}

#fmenu .wrap ul.text li a:hover {
	color: #CC1452;
	font-weight: 500;
}

#fmenu .wrap ul.btn {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

#fmenu .wrap ul.btn li {
	margin: 0 0 0 30px;
	padding: 0;
}

#fmenu .wrap ul.btn li a {
	display: block;
	background: url(../image/arrow-02.png) #FFF no-repeat 90% center;
	color: #142850;
	text-decoration: none;
	border: 2px solid #142850;
	border-radius: 32px;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -o-transition: all .3s;
 transition: all  .3s;
	padding: 8px 40px 8px 30px;
	font-weight: 500;
}

#fmenu .wrap ul.btn li a:hover {
	background: url(../image/arrow-01.png) #142850 no-repeat 90% center;
	color: #FFF;
}


/*------------------------------------------------------------------------------------------------
  fixed content
--------------------------------------------------------------------------------------------------*/
.midnight {
	pointer-events:none;
}

.midnightHeader.black {
  color:#fff;
}

.fixed {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-end;
	float:right;
	height:100vh;
	padding:0 1em 1em 0;
}

.fixed a {
	font-size:2em;
	pointer-events:auto;
}

.fixed .pagetop {
	cursor:pointer;
	transition:.3s;
	pointer-events:auto;
}

/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
footer {
	background:#252033;
	color:#fff;
	padding-bottom:3em;
}

footer .pagetop {
	background-color: #8A76BD;
	font-family:'Muli', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	text-align:center;
	font-size:.9em;
	padding:1em 0;
	cursor:pointer;
	transition:.3s;
}

footer .pagetop:hover {
	background-color: #A091CA;
}

footer .pagetop::before {
	/*content:'\f077';
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	font-style:normal;
	font-size:.85em;
	display:inline-block;
	width:2em;
	line-height:1.6em;
	text-align:center;
	border:solid 2px;
	border-radius:50%;
	margin-right:1em;*/
	background-image: url(../image/arrow-11.png);
	background-size: 15px;
	display:inline-block;
	width:15px;
	height: 10px;
	content: "";
	position: relative;
	margin-right: 6px;
}

footer .container {
	width: 1200px;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
	margin:3em auto;
}

footer .container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .container > ul:not(:first-child) {
	margin-top:2em;
}

footer .container > ul > li {
	margin-top:1.5em;
}

footer .container > ul:first-child > li:first-child {
	margin-top:0;
}

footer li a {
	color: #FFF !important;
	text-decoration: none;
}

footer li li {
	margin-top:.5em;
}

footer li li a::before {
	content:'−';
}

footer p {
	text-align:center;
}

footer p a {
	font-size:1.3em;
	width:2em;
	line-height:2em;
	text-align:center;
	border-radius:50%;
	color:#132850 !important;
	background:#fff;
	display:inline-block;
	margin:0 .2em 1em;
}

footer p span {
	font-size:2em;
	display:block;
}

footer small {
	font-family:'Muli', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	display:block;
	text-align:center;
	margin-top:3em;
}

.pagetop.fix {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}

.pagetop.fix img {
	cursor: pointer;
	border: 1px solid #FFF;
}


/*------------------------------------------------------------------------------------------------
  common
--------------------------------------------------------------------------------------------------*/
.arrowbtn a {
	position: relative;
	display: block;
	width: 280px;
	border: 1px solid #828282;
	text-decoration: none;
	color: #000;
	padding: 16px;
	font-size: 16px;
	font-weight: 500;
	margin: 0 auto;
	background-color: #FFF;
}

.arrowbtn a:before {
	position: absolute;
	top: calc( 50% - 4px);
	right: 20px;
	width: 40px;
 height: 8px;
	content: "";
 border-bottom: 1px solid #828282;
 border-right: 1px solid #828282;
 transform: skew(45deg);
	transition: all .3s;
}

.arrowbtn a:hover {
	background-color: #DBD6E9;
	border-color: #8A76BD;
}

.arrowbtn a:hover:before {
	right: 10px;
	border-color: #8A76BD;
}

.arrowbtn2 a {
	position: relative;
	display: block;
	width: 220px;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	color: #FFF;
	margin: 20px auto 0;
	padding: 16px 10px;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}

.arrowbtn2 a:before {
	position: absolute;
	top: calc( 50% - 4px);
	right: 16px;
	width: 40px;
 height: 8px;
	content: "";
 border-bottom: 1px solid #FFF;
 border-right: 1px solid #FFF;
 transform: skew(45deg);
	transition: all .3s;
}

.arrowbtn2 a:hover:before {
	right: 8px;
	border-color: #FFF;
}

.arrowbtn3 a {
	position: relative;
	display: block;
	width: 480px;
	text-decoration: none;
	text-align: center;
	padding: 12px 8px;
	border: 2px solid #142850;
	line-height: 1.4;
	margin: 20px auto 60px;
	border-radius: 40px;
	color: #000;
}

.arrowbtn3 a:before {
	position: absolute;
	top: calc( 50% - 4px);
	right: 24px;
	width: 40px;
 height: 8px;
	content: "";
 border-bottom: 1px solid #828282;
 border-right: 1px solid #828282;
 transform: skew(45deg);
	transition: all .3s;
}

.arrowbtn3 a:hover {
	background-color: #142850;
	color: #FFF;
}

.arrowbtn3 a:hover:before {
	right: 16px;
	border-color: #FFF;
}

.more {
	font-family:'Muli', 'Noto Sans JP', sans-serif;
	font-size:.85em;
	text-align:center;
	width:20em;
	padding:1.65em 0;
	color:#132850;
	border:solid 2px;
	border-radius:5em;
	margin:2em auto;
	transition:.3s;
}

.more2 {
    display: block;
	font-family:'Muli', 'Noto Sans JP', sans-serif;
	font-size:.85em;
	text-align:center;
	width:20em;
	padding:1.65em 0;
	color:#132850;
	border:solid 2px;
	border-radius:5em;
	margin:2em auto;
	transition:.3s;
	text-decoration: none;
}

.more.en {
	font-style:italic;
}

.more:hover,
.more2:hover {
	box-shadow:0 .5em;
	transform:translateY(-.5em);
}

/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#second {
}

#second .pagettl {
	position: relative;
	height: 320px;
}

#second .pagettl:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 30%;
	height: 320px;
	animation: slide-skew 0.8s;/*1*/
	background: url(../image/back-07.png) no-repeat 100% 0;
	background-size: cover;
	z-index: -1;
	overflow: hidden;
    opacity: .7;
}
 
@keyframes slide-skew {
  0% {
    transform: translate(160px,30px);
    opacity: 0;
  }
		40% {
    transform: translate(160px,30px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
    opacity: .7;
  }
}

#second .pagettl .wrap {
	position: relative;
	height: 320px;
	display: flex;
	align-items: center;
}

#second .pagettl .wrap h1 {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 0 30px;
	font-size: 40px;
	font-weight: 700;
	animation: slide-ttl 1.2s;/*2*/
	color: #7057AE;
	text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 3px 3px 10px #fff, -3px -3px 10px #fff;
	letter-spacing: .05em;
	position: relative;
}

#second .pagettl .wrap h1:before {
    position: absolute;
    content: "";
    background-color: #FFF;
    width: 40px;
    height: 1px;
    top: 50%;
    left: -30px;
}


@keyframes slide-ttl {
  0% {
    opacity: 0;
				transform: translateX(-60px);
  }
  60% {
    opacity: 0;
				transform: translateX(-60px);
  }
  100% {
    opacity: 1;
				transform: translateX(0);
  }
}


#second .pagettl .wrap h1 span {
	font-size: 26px;
	display: block;	
}

#second .pan {
	position: relative;
	text-align: right;
	z-index: 1;
	background-color: #FFF;
}

@keyframes btmtoup {
  0% {
    opacity: 0;
				transform: translateY(40px);
  }
  /*70% {
    opacity: 0;
				transform: translateY(40px);
  }*/
  100% {
    opacity: 1;
				transform: translateY(0);
  }		
}

#second .pan ul {
	display: inline-block;
	justify-content: flex-end;
	background:linear-gradient(to right, #8A76BD, #BD75A8);
	color: #FFF;
	margin: -16px 0 0;
	padding: 16px;
	list-style: none;
	animation: btmtoup 1.8s;/*3*/
}

#second .pan ul li {
	display: inline;
}

#second .pan ul li:before {
	content: "" !important;
}

#second .pan ul li a {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
}

#second .pan ul li a:hover {
	text-decoration: underline;
}

#second .content {
	width: 1060px;
	margin: 0 auto;
	padding: 60px 0 40px;
	animation: btmtoup 1.8s;/*3*/
	font-size: 16px;
	line-height: 1.8;
}

#second .content h2 {
	position: relative;
	background-color: #8A76BD;
 font-size: 24px;
 font-weight: 500;
	color: #FFF;
	padding: 4px 8px;
	margin: 0 0 20px;
}

/*#second .content h2::before {
	position: absolute;
	content: "";
	top: 0;
	left: -34px;
 border-top: 51px solid transparent;
 border-right: 34px solid #359FDA;
}*/

#second .content h2::after {
	position: absolute;
	content: "";
	top: 0;
	right: -34px;
 border-bottom: 51px solid transparent;
 border-left: 34px solid #8A76BD;
}

#second.about .content h2 span {
	float: right;
	color: rgba(255, 255, 255, 0.7);
}

#second .content h3 {
  margin: 0 0 16px;
  padding: 16px;
  font-size: 22px;
  font-weight: 500;
  background-color: #E9E6F2;
		line-height: 1;
		color: #142850;
}

#second .content p {
	margin: 0 0 64px;
}

#second .content ul {
	margin-right: 20px;
}

#second .content ul li {
	margin-bottom: 12px;
	line-height: 1.6;
}

#second p.morecmt {
    margin-bottom: 10px;
}

.arrow::after {
	content:'\f054';
	font-weight:bold;
	font-size:.85em;
	width:1.6em;
	line-height:1.6em;
	text-align:center;
	border:solid 2px;
	border-radius:50%;
	display:block;
	margin:.5em auto 0;
}

#second .tobira .arrow::after {
content: "";
border: none;
}


#second .main {
	background-color: #132850;
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(255,255,255,.03) 8px, rgba(255,255,255,.03) 16px);
	padding:6em 0;
}

.main h1 {
	color:#fff;
	text-align:center;
	font-size:2.85em;
	line-height:normal;
}

.main h1 span {
	font-size:.55em;
	display:inline-block;
	border:solid 3px;
	padding:.3em .6em;
	margin-top:.5em;
}

#second .content {
	margin: 0 auto 3em;
	background-color: #FFF;
}

#second .content > div {
	margin-top:6em;
}

#second .content > div:first-of-type {
	margin-top:4em;
}

#second ul,
#second ol {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top:2em;
	margin-left:1.5em;
	margin-bottom:4em;
}

#second ul li {
	margin-top:1em;
	text-indent:-1.5em;
}

#second ul li::before {
	content:'●';
	margin-right:.5em;
}

#second li a {
	/*border-bottom:solid 1px;*/
	display:inline-block;
	text-indent:0;
	transition:.3s;
	text-decoration: underline;
}

#second li a:hover {
	opacity:.7;
}

#second li ul {
	margin: 0.5em 0 0 2em;
}

#second li li {
	list-style:circle;
	margin:0;
	text-indent:0;
}

#second li li::before {
	display:none;
}

#second ol li {
	list-style:upper-alpha;
	margin-bottom: 1em;
}

#second h3 {
	color:#fff;
	background:#132850;
	font-size:1.4em;
}

#second h3::before {
	content:'';
	width:3.8em;
	border-bottom:solid 1px #142850;
	display:inline-block;
	vertical-align: 10px;
	margin-right:.5em;
	margin-left: -16px;
}

#second h4 {
	border-top:solid 1px;
	border-bottom:solid 1px;
	font-size:1.28em;
	line-height:normal;
	padding:1em 0;
	margin-top:2em;
}

#second h2 + p,
#second h3 + p,
#second h4 + p,
#second p:not(:first-of-type) {
	margin-top:2em;
}

#second p {
margin-bottom: 3em;
}

p a {
	display:inline;
	text-decoration:underline;
}

#second .lead {
	font-size:1.57em;
	font-weight:bold;
	text-align:center;
	margin-bottom: 2em;
}

#second .flex {
	display:flex;
}

#second .flex img {
	flex-shrink:0;
}

#second .buttonWrap {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom: 3em;
}

#second .buttonWrap a {
	margin:.5em;
}

#second table {
	margin-top:4em;
}

#second table tr {
	border-bottom:solid 1px #132850;
}

#second table th,
#second table td {
	padding:1em;
}

#second table th {
	background:#e3f2f9;
	font-weight:normal;
}

/*- pager_wrap -------------------------------------------------*/
#second .pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 10px;
}

#second .pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

#second .pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

#second .pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .pager_wrap ul.pager li {
	display: inline;
	min-width: 20px;
	margin: 2px;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #3C88BB;
	text-indent: 0;
}

#second .pager_wrap ul.pager li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	border: none;
}

#second .pager_wrap ul.pager li::before {
content: "";
margin-right: 0;
}
#second .pager_wrap ul.pager li.active {
	background-color: #3C88BB;
	display: block;
	padding: 10px 15px;
	color: #FFFFFF;
}

#second .pager_wrap ul.pager li.active a:link, #second .pager_wrap ul.pager li.active a:visited,
#second .pager_wrap ul.pager li.active a:hover, #second .pager_wrap ul.pager li.active a:active {
	color: #FFFFFF !important;
}

#second .pager_wrap ul.pager li a:hover {
	color: #000;
	background-color: #B4D3E7;
}


