/*=============================================
*
* recruitページ
*
=============================================*/
/*---------------------------------------------
テキスト
---------------------------------------------*/
.txt01 {
	margin-bottom: 30px;
}
/* ============================================
topArea
============================================ */
#page_404 #topArea {
	background: url(../images/recruit/recruitTopAreaImg-01.png) center top no-repeat;
	height: 472px;
}
@media screen and (max-width:1100px){
#page_404 #topArea{
	background: url(../images/recruit/recruitTopAreaImg-02.png) center top no-repeat;
	height: 472px;
}
}
@media screen and (max-width:600px){
#page_404 #topArea {
	background: url(../images/recruit/recruitTopAreaImg-03.png) center top no-repeat;
	height: 380px;
}
}
/*---------------------------------------------
見出し
---------------------------------------------*/
#page_404 #topArea h2.h01 {
	background: url(../images/page_404/page404TopHeading-01.png) center center no-repeat;
	height: 100%;
	margin: 0 auto 0 auto;
	width: 100%;
}
@media screen and (max-width:600px){
#page_404 #topArea h2.h01 {
	background: url(../images/page_404/page404TopHeading-02.png) center center no-repeat;
	height: 100%;
	margin: 0 auto 0 auto;
	width: 100%;
}
}
/*=============================================
*
* #sec01
*
=============================================*/
#page_404 #sec01 {
	margin-bottom: 0;
}

#page_404 #sec01 .txt01 {
	text-align: center;
}