@charset "utf-8";

/* ****************************************************

top.css
-----------------------------------
1: for PC
	1-3: main
1: for Smartphone
	1-3: main
-----------------------------------
3: print for PC
-----------------------------------
ex: clearfix

***************************************************** */

/*=================================

	1: PARTS for PC

================================ */
/* 1-3: main
================================ */
#recruitList.newsListType01 {
	border-bottom: 1px solid #dddddd;
}
#recruitList.newsListType01 .topic:last-of-type .topicData,
#recruitList.newsListType01 .topic:last-of-type .topicTitle {
	border-bottom: none;
}
/* pagerContents */
.universityPagenate {
	display: none;
	margin-top: 20px;
	padding: 10px 20px;
	background: #c8dcf3;
	line-height: 0.6;
}
.universityPagenate ul {
	display: inline-block;
	margin-top: 0 !important;
	font-size: 0;
}
.universityPagenate ul li {
	float: left;
	display: table;
	width: 40px;
	height: 30px;
	margin-left: 1px;
	text-align: center;
	color: #1e6cc2;
	line-height: 2.1;
}
.universityPagenate ul li:first-child {
	margin-left: 0;
}
.universityPagenate ul li button {
	cursor: pointer;
	display: table-cell;
	width: 100%;
	padding: 0;
	border: none;
	background: #1e6cc2;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 1.3rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	line-height: 2.3;
}
.universityPagenate ul li button:hover {
	text-decoration: underline;
}
.universityPagenate ul li button.is-current {
	cursor: auto;
	background: #064ea0;
}
.universityPagenate ul li button.is-current:hover {
	text-decoration: none;
}

@media only screen and (max-width: 768px) {

/*=================================

	2: PARTS for Smartphone

================================ */
/* 1-3: main
================================ */
/* pagerContents */
.universityPagenate {
	display: none;
	margin: 18px -2.34% 0 -2.34%;
	padding: 20px 15px;
}
.universityPagenate ul li {
	width: 30px;
	height: 25px;
}
.universityPagenate ul li:first-child {
	margin-left: 0;
}
.universityPagenate ul li button {
	font-size: 1.1rem;
}
.universityPagenate ul li button:hover {
	text-decoration: none;
}

}

@media print {

/*=================================

	3: print for PC

================================ */

}


/*=================================

	clearfix

=================================*/
.universityPagenate:after {
	content: "";
	display: block;
	clear: both;
}
.universityPagenate {
	zoom: 1;
}