@charset "utf-8";

/* CSS Document */

div#recruitinfo {
	width:480px;
	float:right;
	margin:0 0 0 10px;
}

div#map {
	width:200px;
	float:left;
}


/* 求人内容 ここから */
table.recruit {
	border-collapse:separate;
    /*border-collapse:collapse;*/
    border-spacing:15px;
    background-color:#FFFFFF;
    empty-cells:show;
	margin:0 0 5px 0;
}
table.recruit th{
	background:url(../gra/grade.gif) top repeat-x;
    border-bottom:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    padding:5px 10px;
    text-align:center;
	vertical-align:top;
	white-space:nowrap;
}
table.recruit td{
	font-size:90%;
    padding:5px 0;
	vertical-align:top;
}

/* 求人内容 ここまで */





