@charset "utf-8";

.cont h1 {
	background-image: url(../images/title.png);
}

/*============================
container
============================*/
.cont .container {
	width: 100%;
	background: #fff;
	text-align: left;
}

/*============================
primary
============================*/
.primary {
	width: 980px;
	margin: auto;
	background: #fff;
	padding: 0;
	padding-bottom: 0;
}

#recruit h2 {
	background:
		url(../images/title_sub.jpg) center center no-repeat,
		url(../../images/common/contents/title_line.png) left center repeat-x;
}

#recruit > p {
	text-align: center;
	margin-bottom: 30px;
}

#recruit .photo {
	margin-bottom: 30px;
}

#recruit .inner {
	overflow: hidden;
}

#recruit .inner table {
	float: left;
	width: 480px;
}

#recruit .inner table:last-of-type {
	float: right;
}

#recruit .inner table tr {
	border-bottom: 2px solid #ebebeb;
}

#recruit .inner table th {
	width: 126px;
	text-align: center;
}

#recruit .inner table td {
	padding: 15px 0;
}

@media only screen and (max-width: 768px) {
	
.cont h1 {
	background: url(../images/title_sp.png) center center no-repeat;
	background-size: 35.73333333333%;
}

.primary {
	width: 89.333333333333%;
}
	
#recruit h2 {
	background:
		url(../images/title_sub_sp.jpg) center center no-repeat,
		url(../../images/common/contents/title_line.png) left center repeat-x;
	margin-bottom: 20px;
	background-size: 
		34.933333333333%,
		6px;
}

#recruit > p {
	text-align: left;
}
	
#recruit > p br {
	display: none;
}

#recruit > .photo {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 37.313432835%;
	background: url(../images/photo_sp.jpg) center center no-repeat;
	background-size: cover;
}

#recruit .inner {
	overflow: hidden;
}

#recruit .inner table {
	float: none;
	width: 100%;
}

#recruit .inner table:last-of-type {
	float: none;
}

#recruit .inner table th {
	width: 126px;
	text-align: center;
}
	
}