/*
##################################################################
TOP求人CSS
##################################################################
*/

/* 枠 */
.recruitBox {
	margin: 3px 0px;
	border: 1px solid #609a15;
	padding: 5px 3px;
	background-color: #f2fdc6;
	font-size: 12px;
	line-height: 15px;
	color: #333;
    text-align: left;
    width: 429px;
    height: 80px;
    overflow: auto;
	}

/* 見出し */
.recruitBox strong {
	width: 428px;
	color: #1b2416;
	padding-bottom: 2px;
	}

/* アンカー */
.recruitBox a {
	font-weight: 700;
	color: #006400 !important;
	text-decoration: underline !important;
	}

.recruitBox a:hover {
	color: #c30 !important;
	text-decoration: none !important;
	}



