@charset "utf-8";

/*--------------------------------------------------
　index.css　jobs/index.html専用
--------------------------------------------------*/
#jobs_top_news img.tab-sp {
	display: none;
}
#footer {
	text-align: left;
	background: #fff;
	border-top: 1px solid #e6e6e6;
	margin-top:64px;
}
#footer .footet_pan {
	width: 960px;
	margin: 32px auto;
	font-size: 12px;
	box-sizing: border-box;
	padding: 0 14px;
}
#footer .footet_pan a {
	color: #464646;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}


/*--------------------------------------------------
元のコンテンツ幅が960pxのため、ブレイクポイント調整
--------------------------------------------------*/
@media screen and (min-width: 760px) and (max-width: 959px) {
	#rec_body #pan, .footet_pan {
		padding-left: 15px;
	}
	#jobs_top_news {
		display: block;
	}
	#jobs_top_news img.tab-sp {
		display: block;
	}
	#jobs_top_news img.pc {
		display: none;
	}
	#jobs_top_news h2 {
		border-top: none;
		width: 100%;
	}
	#jobs_top_news ul {
		border-top: none;
		padding-left: 0;
		width: auto;
	}
}


/*--------------------------------------------------
モバイル
--------------------------------------------------*/
@media screen and (max-width: 759px) {
	#jobs_top_news img.tab-sp {
		display: block;
	}
	#jobs_top_news img.pc {
		display: none;
	}
	#container #footer {
		margin-top: 0;
	}
#container #footer .footet_pan {
		display: none;
	}
}