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

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


/* -----------------------------------------------------------
	
	#main_title		メインイメージ
		
----------------------------------------------------------- */
#recruit #main_title h2 {
	background:url(../recruit/images/title.jpg) center 0 no-repeat;
}



/*----------------------------------------------------
	#main	メイン	
----------------------------------------------------*/

/*  INTRO　テキスト */
#recruit #main .txt_intro {
	margin:15px 0 0 20px;
	width:610px;
}


/*	.con_recruit		採用情報	
----------------------------------------------------*/
#recruit #main .con_recruit {
	margin-top:35px;
	width:740px;
}

#recruit #main .con_recruit h3 {
	margin-bottom:15px;
}

#recruit #main .con_recruit table {
	margin:0 auto;
	width:700px;
}

#recruit #main .con_recruit table th {
	width:190px;
}









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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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




