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

 file name  :recruit.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/* ページタイトル背景
----------------------------------------------------------- */
#recruit #wrp_pagetitle {
	background: url(../recruit/images/title.jpg) top center no-repeat;
}

#recruit h3 {
	margin: 0 0 18px 0;
	width: 109px;
	height: 30px;
	background: url(../recruit/images/tit_recruit.gif) top left no-repeat;
	text-indent: -9999px;
}












/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

