@charset "utf-8";

/* ---------------------------------------------------------
TITLE　: LILQUIDROOM [recruit.css]
------------------------------------------------------------ 
------------------------------------------------------------
目次
-基本設定
-リンク設定
------------------------------------------------------------ */


/* ---------------------------------------------------------
基本設定
------------------------------------------------------------ */

/* ---------------------------------------------------------
メインコラム
------------------------------------------------------------ */
.outer{
	margin:0 0 20px 0;
}


/*リクルート
------------------------------------------------------------ */
table.listrecruit{
	width: 636px;
	
	line-height:1.3;
	
	padding:0;
	margin:12px 0 0 0;

	border: solid 1px #ffffff;
	background:#f3f3f3;
}


/* 見出し文字 */
table.listrecruit td {
	padding: 10px 10px 8px 10px;
	border: solid 1px #ffffff;
	border-collapse:collapse;
}

table.listrecruit td.title{
	font-weight:bold;
}

table.listrecruit td.notice { 
	line-height:1.5;
	background:#ffffff;
}






