@charset "utf-8";


h3 {
	margin-bottom : 10px ;
}


#recruitWrapper {
	margin-bottom : 20px ;
	padding       : 0    ;
}



.recruitText {
	margin      : 0            ;
	padding     : 0 0 0 6px ;
	line-height : 180%         ;
	font-size   : 120%         ;
}



#recruitTable {
	width      : 100% ;
	text-align : left  ;
	line-height : 160% ;
	font-size : 120% ;
	margin-bottom:20px;
}

	#recruitTable tr {
		background  : #eeffe7        ;
	}

	#recruitTable th {
		color       : #fff           ;
		font-weight : bold           ;
		text-align  : left           ;
		padding     : 5px 8px        ;
		border      : 1px solid #fff ;
		background  : #6b8e23        ;
	}

	#recruitTable td {
		text-align  : left           ;
		line-height : 160%           ;
		padding     : 5px 8px        ;
		border      : 1px solid #fff ;
	}
	
	#recruitTable .odd {
		background  : #fff           ;
	}
	
	#recruitTable .item {
		width       : 80px ;
		font-weight : bold ;
	}
	

