@charset "utf-8";
/* ===================================================================
CSS information

 file name  :recruit.css
 author     :Ability Consultant
style info  :採用情報　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	ヘッダー
----------------------------------------------------------- */

/* ヘッダスラッシュ */
#pamphlet #header h2 {
	margin:0;
	padding:0;
	width:100%;
	height:248px;
	top:0;
	left:0;
	position:absolute;
	z-index:1;
	text-indent:-9999px;
}

/* h2  画像タイトル */
#pamphlet #header h2 {
	background:url(../pamphlet/images/title.jpg) center top no-repeat;
}


/*----------------------------------------------------
	
	#main	メイン	
	
----------------------------------------------------*/
#pamphlet .cnt_pamphlet,
#pamphlet .cnt_chirashi{
	margin-bottom: 65px;
	overflow: hidden;
	width:705px;
}

#pamphlet .cnt_pamphlet h3,
#pamphlet .cnt_chirashi h3{
	margin-bottom: 40px;
}

#pamphlet .cnt_pamphlet .btn_pamphlet01{
	float:left;
}
#pamphlet .cnt_pamphlet .btn_pamphlet02{
	margin-left:27px;
	float:left;
}

#pamphlet .cnt_pamphlet .txt_pamphlet{
	margin-right:69px;
	float:right;
}


/* -----------------------------------------------
	パンフレットのダウンロード
-------------------------------------------------*/
#pamphlet #img_tx_pnplt{
	margin-bottom: 20px;
	float: left;
}

#pamphlet #img_pnplt{
	float: right;
}

#pamphlet #pnplt_bt_box{
	margin-bottom: 30px;
	overflow: hidden;
	float:left;
}

#pamphlet #pnplt_bt_box img{
	margin-bottom: 10px;	
}

/*PDF*/
#pamphlet #box_pamphlet_pdf {
	margin: 30px 0;
	clear: both;
	overflow: hidden;
}

#pamphlet #box_pamphlet_pdf img{
	float: right;
}

#pamphlet #box_pamphlet_pdf p{
	margin-left: em;
	float: left;
}

/* -----------------------------------------------
	チラシのダウンロード
-------------------------------------------------*/
#pamphlet #img_chirashi_ryokan{
	float: right;
}

#pamphlet .cnt_chirashi .box_chirashi_dtl{
	width: 400px;
	float: left;
	overflow: hidden;
}

#pamphlet .cnt_chirashi .box_chirashi_dtl h4{
	margin-bottom: 1em;
	font-size: 1.5em;
}

#pamphlet .cnt_chirashi .box_chirashi_dtl p.tx_chirashi{
	margin-bottom: 3em;
}

/*======================================

	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

=======================================*/
#pamphlet .cnt_pamphlet,
#pamphlet .cnt_chirash { zoom: 1; }

#pamphlet .cnt_pamphlet .txt_pamphlet{
	margin-right:39px;
}
