@charset "utf-8";
/* ===================================================================
CSS information

 file name  :recruit.css
 author     :Ability Consultant
style info  :採用情報　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	ヘッダー
----------------------------------------------------------- */

/* ヘッダスラッシュ */
#privacy #header h2 {
	margin:0;
	padding:0;
	width:100%;
	height:248px;
	top:0;
	left:0;
	position:absolute;
	z-index:1;
	text-indent:-9999px;
}

/* h2  画像タイトル */
#privacy #header h2 {
	background:url(../privacy/images/title.jpg) center top no-repeat;
}


/*----------------------------------------------------
	
	#main	メイン	
	
----------------------------------------------------*/
#privacy .cnt_privacy{
	margin-bottom: 65px;
	overflow: hidden;
}

#privacy .cnt_privacy h3{
	margin-bottom: 40px;}

#privacy .cnt_privacy_txbox{
	margin-bottom: 40px;}

#privacy .cnt_privacy_txbox p{
	margin-bottom: 1em; 
}

#privacy .cnt_privacy_txbox ul {
	list-style: decimal inside;
	margin-bottom: 1em; 
}

#privacy .cnt_privacy_txbox ul li{
	list-style: decimal inside;

}

/*======================================

	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

=======================================*/
#privacy .cnt_pamphlet,
#privacy .cnt_chirash { zoom: 1; }
