@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/

#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html #xxx
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html #xxx
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
#xxx
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
div.section h2 a.buttonShopDetail span
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

							div#contentheader 画像指定
							
------------------------------------------------------------------------------*/
div#contentHeader h1{
	background-image: url(../../recruit/images/content_header.gif);
}



/*------------------------------------------------------------------------------

								h2 a.buttonShopDetail
								
------------------------------------------------------------------------------*/
div.section h2 a.buttonShopDetail{
	position: absolute;
	top: 50%;
	right: 6px;
	width: 126px;
	height: 20px;
	margin-top: -10px;
	background: url(../../recruit/images/button_shop_detail_ov.gif) no-repeat scroll left top;
}

div.section h2 a.buttonShopDetail span{
	width: 126px;
	height: 20px;
	background: url(../../recruit/images/button_shop_detail.gif) no-repeat scroll left top;
	cursor: hand;
}


div.section h2 a.buttonShopDetail:active span,
div.section h2 a.buttonShopDetail:hover span{
	background-image: none;
}



/*------------------------------------------------------------------------------

								h2 a.buttonShopDetail
								
------------------------------------------------------------------------------*/
div.section table{
	width: 600px;
}

div.section table th{
	width: 120px;
}