.recruiting .recruiting_top h1{
	font-size: 20px;
	color: #00a0e9;
	text-align: center;
	line-height: 90px;
}
.recruiting .recruiting_top p{
	font-size: 14px;
	color: #333333;
	text-indent: 28px;
	line-height: 28px;
}
.recruiting .recruiting_top h2{
	font-size: 14px;
	color: #4d4d4d;
	font-weight: bold;
	text-indent: 28px;
	line-height: 28px;
}
.recruiting  ul{
	margin-top: 22px;
	margin-bottom: 60px;
}
.recruiting  ul li{
	border-bottom: 1px dashed #bfbfbf;
	overflow: hidden;
	line-height: 56px;
}
.recruiting  ul li:nth-last-of-type(1){
	border-bottom: 0px dashed #bfbfbf;
	overflow: hidden;
	line-height: 56px;
}
.recruiting  ul li span{
	width: 4px;
	height: 14px;
	float: left;
	background: #00a0e9;
	display: block;
	margin-top: 21px;
}
.recruiting ul li h1{
	width: 50%;
	font-size: 14px;
	color: #333333;
	float: left;
	text-align: left;
	margin-left: 10px;
	line-height: 56px;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.recruiting ul li h1 a{
	float: none;
	text-decoration: none;
}
.recruiting  ul li p{
	width: 47%;
	font-size: 12px;
	color: #00a0e9;
	float: right;
	text-align: right;
	margin-left: 10px;
	line-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	w
}
.recruiting  ul li h1:hover a{
	color: #00a0e9;
}
.recruiting  ul li a{
	width: 40%;
	float: right;
	line-height: 56px;
}
#page {
  text-align: right;
  overflow: hidden;
  display: block;
  -webkit-justify-content: flex-end;
  margin-bottom: 60px;
  margin-top: 0px;
}
@media only screen and (max-width: 750px) {
	.recruiting ul li h1{
		width: 46%;
	}
	.recruiting .recruiting_top h1{
		line-height: 34px;
	}
	.recruiting ul li p{
		width: auto;
	}
}