@charset "UTF-8"; 
/*
Style: 求人案内ページ css
Version: 0.2.0
Update: 2018-12-15
*/
 
/*--- 求人案内ページ ---*/ 
	 
#content { 
}
	 
.requirementsList { 
	width: 920px;
	margin: 0 auto;
}
	 
.requirementsList > li { 
	padding-bottom: 60px;
	text-align: left;
}

.requirementsList > li:last-child {
	padding-bottom: 0;
}
	 
.requirementsList .heading { 
	padding-bottom: 30px;
	font-size: 170%;
	font-weight: bold;
}
 
.requirements { 
	overflow: hidden;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
}
	 
.requirements dt , 
.requirements dd {
	padding: 20px 40px;
	border-top: 1px solid #ccc;
}
 
.requirements dt { 
	clear: left;
	float: left;
	width: 25%;
	text-align: center;
}
 
.requirements dd { 
	margin-left: 25%;
	background-color: #fff;
}
      
@media screen and (max-width: 767px) { 
	 
/*--- 求人案内ページ ---*/ 
	 
#content { 
}
	 
.requirementsList { 
	width: 100%;
	padding: 0 10px;
}
	 
.requirementsList > li { 
	padding-bottom: 30px;
}
	 
.requirementsList .heading { 
	padding-bottom: 10px;
}
 
.requirements { 
	background-color: #fff;
}
	 
.requirements dt , 
.requirements dd {
	padding: 10px 20px;
}
 
.requirements dt { 
	float: none;
	width: 100%;
	background-color: #f2f2f2;
}
 
.requirements dd { 
	margin-left: 0;
}
      
} 
  
