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

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

/* -----------------------------------------------------------
	ヘッダー
----------------------------------------------------------- */

/* ヘッダスラッシュ */
#recruit #header h2 {
	margin:0;
	padding:0;
	width:100%;
	height:248px;
	top:0;
	left:0;
	position:absolute;
	z-index:1;
	text-indent:-9999px;
}

/* h2  画像タイトル */
#recruit #header h2 {
	background:url(../recruit/images/title.jpg) center top no-repeat;
}


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

/* -----------------------------------------------
	共通部分
-------------------------------------------------*/
#recruit #main .cnt_main h3 {
	margin: 0 0 20px;
}

#recruit #main .cnt_main table {
	margin: 0 0 60px;
	width: 705px;
}


/* -----------------------------------------------
	.cnt_gaiyou　会社概要	
-------------------------------------------------*/
#recruit #main .cnt_main .cnt_gaiyou p.small {
	text-align: right;
	margin: -10px 5px 0 0;
}


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

	hack - 各種cssハック - for Firefox

=======================================*/
/* firefoxで枠線非表示になるバグ対応 */
html>/**/body table.tbl_basic th {
	border-collapse: separate;
	border-spacing: 1;
	border-left:2px solid #A4A0BB;
}


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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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