@charset "utf-8";

/* ------------------------------------------------------------
 リクルートエージェント　求人情報　CSS
 更新日:13/06/11
------------------------------------------------------------ */

/* 2013/06/11 おすすめキーワード一覧
-------------------------------------------*/

/* -----キーワード一覧----- */
.recommendKeyword {
	table-layout: fixed;
	width: 100%;
	margin: 10px 0;
	border: 1px solid #5A91B9;
	border-top: none;
	border-collapse: collapse;
}

.recommendKeyword th,
.recommendKeyword td {
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
}

.recommendKeyword th {
	background: #5A91B9;
	color: #fff;
	font-weight: normal;
}

.recommendKeyword .odd td {
	background: #DEECF0;
}

/* -----キーワード 0件表示----- */
.recommendKeyword .recommendKeywordNoResult {
	padding: 80px 5px;
	text-align: center;
	line-height: 140%;
}

/* 2013/06/11 その他キーワードから探す
-------------------------------------------*/

.searchOtherKeyword {
	margin: 0 0 20px;
}

.searchOtherKeyword .searchOtherKeywordTitle {
	margin: 0 0 7px;
	color: #595959;
	font-size: 100%;
	font-weight: bold;
}

.searchOtherKeyword .searchOtherKeywordList li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 1em 0 0;
}



