@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : recruit_career.css
 author     : Ability Consultant
 style info : 採用情報 キャリア採用
=================================================================== */
.box_container {
	max-width: 1140px;
	margin: auto;
}

@media only screen and (max-width: 1140px) {
	.box_container {
		width: 95%;
	}
}

@media print {
	.box_container {
		width: 95%;
	}
}

.ie8 .box_container {
	width: 95%;
}

.box_container:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.box_container {
	display: block;
}

#bg_page {
	background-image: url(../recruit/career/images/bg_title-pc.jpg);
}

@media only screen and (max-width: 767px) {
	#bg_page {
		background-image: url(../recruit/career/images/bg_title-sp.jpg);
	}
}

/*準備中のテキスト*/
.txt_preparation {
	text-align: center;
}

/*# sourceMappingURL=../maps/recruit_career.css.map */
