@charset "UTF-8";

/*	採用情報	*/

dl.detail{
	width: 100%;
	overflow: hidden;
}
dl.detail dt{
	margin: 0 0 1em 0;
	width: 140px;
	float: left;
	clear: both;
}

dl.detail dd{
	height: 1%;	/* Hack for Win IE6 2行目以降の文字位置のずれを解消 */
	margin: 0 0 1em 5px;
	width: 570px;
	float: left;
}

html>body dl.detail dd{
	height: auto;
}

