@charset "UTF-8";

/*----------------------------------------
Date Created:2013/02/22 [t.sato]
Last Updated:2013/02/22 [t.sato]
----------------------------------------*/

/* 
----------------------------------------*/
/* 求人案内 */
#rec {
	margin-bottom:20px;
}
table.rec {
	margin:10px 0;
	width:540px;
}
table.rec caption {
	font-weight:bold;
	margin-bottom:2px;
}
table.rec th,
table.rec td {
	border:1px solid #AACC55;
	font-size:1em;
}

table.rec td {
	background:#FFF;
	padding: 10px 20px;
}
table.rec td.week {
	text-align:center;
	padding:10px;
	white-space:nowrap;
	background:#99CC00;
	color:#FFF;
	line-height:1.2;
}
table.rec td.time{
	background:#FFFFFF;
	padding:10px;
	color:#333;
	line-height:1.4;
}





/* clearfix
----------------------------*/
#news li:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#news li {	display: inline-block; }
/* \*/
* html #news li { height: 1%; }
#news li { display: block; }
/* */








