@charset "UTF-8";

.recruit.news #contents {
	width: 100%;
}
#listInner li a {
	display: block;
}
.listTitle:before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	background: #b50081;
	margin-right: 5px;
}
.listTitle { font-weight: bold; }

#listInner li .cat {
	color: #fff;
	background: #333;
	display: inline-block;
}

#listInner ~ .wp-pagenavi {
	font-size: 116%;
	text-align: center;
}
#listInner ~ .wp-pagenavi > * {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
#listInner ~ .wp-pagenavi a {
	background: #c6c6c6;
}
#listInner ~ .wp-pagenavi span {
	background: #323333;
}

#listInner ~ .wp-pagenavi {
	font-size: 116%;
	padding: 50px 0;
}
#listInner ~ .wp-pagenavi > * {
	padding: 0 5px;
	margin: 0 5px;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#listInner ~ .wp-pagenavi .last,
#listInner ~ .wp-pagenavi .first {
	width: 40px;
	height: 0;
	overflow: hidden;
	padding-top: 40px;
	position: relative;
}
#listInner ~ .wp-pagenavi .last:after,
#listInner ~ .wp-pagenavi .first:after {
	width: 7px;
	height: 7px;
	content: "";
	display: block;
	border-top: 2px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#listInner ~ .wp-pagenavi .last:after {
	right: 18px;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#listInner ~ .wp-pagenavi .first:after {
	left: 18px;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#newsNav .selBox a {
	color: #fff;
	display: block;
	background: #333;
	font-size: 108%;
  line-height: 40px;
  padding: 0 25px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

@media (min-width:769px){
	#newsNav {
		padding: 20px 0;
		text-align: center;
	}
	#newsNav .selBox {
		height: 40px;
		margin: 0 10px;
		vertical-align: middle;
	}

	.listTitle {
		font-size: 139%;
		padding: 0 33px;
	}
	#listInner { padding: 0 50px; }
	#listInner li {
		font-size: 108%;
		border-bottom: 1px dotted #d5d5d5;
	}
	#listInner li a,
	#listInner .nopost { padding: 20px 0 15px; display: block; }
	#listInner li a:hover { color: #666; }
	#listInner li p { margin-bottom: 10px; }
	#listInner li .cat {
		width: 95px;
		font-size: 86%;
		line-height: 23px;
		text-align: center;
		margin: 0 20px;
	}
	#listInner li time + .size { margin-left: 20px; }
	#listInner li .size:before {
		content: "";
		width: 20px;
		height: 23px;
		margin-right: .5em;
		display: inline-block;
		vertical-align: middle;
		background: url(../images/pdf_img.gif) no-repeat center;
	}
	.selBox select {
		width: 234px;
		height: 40px;
	}
	.selBox span {
		line-height: 40px;
	}
}
@media (max-width:768px){
	#newsNav {
		margin-top: 20px;
	}
	.selBox select {
		height: 50px;
		width: 100%;
	}
	.selBox span {
		font-size: 12px;
		line-height: 50px;
	}
	.listTitle {
		font-size: 16px;
		margin-top: 15px;
	}

	#listInner {
		padding: 0 25px;
	}
	#listInner li {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: -.05em;
		border-bottom: 1px dotted #d5d5d5;
	}
	#listInner li a,
	#listInner .nopost {
		padding: 13px 6px 9px;
	}
	#listInner li p { margin-bottom: 6px; }
	#listInner li .cat {
		width: 97px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		margin: 0 12px 0 0px;
	}
	#listInner li .size:before {
		content: "";
		width: 18px;
		height: 20px;
		display: inline-block;
		vertical-align: middle;
		background: url(../images/pdf_sp.gif) no-repeat center;
		background-size: 100%;
		-moz-background-size: 100%;
		-webkit-background-size: 100%;
	}

	#corpBlock { padding-bottom: 25px; }
	#listInner ~ .wp-pagenavi {
		padding: 25px 0 0;
	}
	#listInner ~ .wp-pagenavi > * {
		width: 35px;
		height: 35px;
		font-size: 13px;
		line-height: 35px;
		margin: 0 10px;
		min-width: 35px;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
	}
}

@media (max-width:375px){ 
	#listInner ~ .wp-pagenavi > * {
		margin: 0px 5px;
	}
	#listInner li p time {
	    margin-right: 10px;
	}
}

@media (max-width:320px){ 
	#listInner li p time {
		margin-right: 17px;
	}
	#listInner ~ .wp-pagenavi > * {
	    margin: 0px 2px;
	}
}


.recruit .newsTitle {
	text-align: center;
	padding: 20px 0 30px;
	margin: 0 50px;
	border-bottom: 2px solid #e6e6e6;
}
.recruit #listInner time {
	color: #b50081;
}