@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  styles.css
 style info :  recruitフォルダ専用css
 
=================================================================== */

/* ==== ▼ primary ▼ ==== */
#primary {
    float : right ;/*left ;*/
}
/* ==== ▲ primary ▲ ==== */

/* ==== ▼ secondary ▼ ==== */

#secondary {
    float : left ;/*right ;*/
}
#secondary .sideBox {
    margin : 5px 6px 10px 0 ;/*5px 0 10px 6px ;*/
}
/* ==== ▲ secondary ▲ ==== */


/* ==== ▼ recruit ▼ ==== */
#recruit table {
	width: 595px ;
	border-collapse: separate ;/*collapse ;*/
	border-spacing: 2px ;
}

#recruit td,th {
	padding: 5px 3px 5px 3px ;
	text-align: left ;
	vertical-align: top ;
	border: solid 1px #ccc ;
}

#recruit td {
	/*width: 485px ;*/
	font-size: 0.9em ;
}

#recruit th {
	/*width: 90px ;*/
	/*padding: 5px 0 3px 5px ;*/
	background-color: #f7f7f9 ;
	font-weight: normal ;
}

#recruit th.type {
	width: 147px ;
}

#recruit th.work {
	width: 250px ;
}

#recruit th.requirement {
	width: 180px ;
}

#recruit th.site {
	width: 130px ;
}

#recruit dl.officer dt {
	clear: left;
	float: left;
	width: 110px;
}

#recruit dl.iso dd {
	margin: 0 0 0 10px ;
}

/* ==== ▲ recruit ▲ ==== */


