@charset "utf-8";
/* 求人案内デザイン
-------------------------------------------*/

#recruit a {
	text-decoration: none;
	color: #0066FF;
}
#recruit a:hover {
	text-decoration: underline;
	color: #FF3366;
}

#recruit table {
	margin-top: 15px;
	margin-left: 1px;
	margin-bottom: 35px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#recruit table th {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #EFEFEF;
	font-weight: normal;
}
#recruit table td {
	padding-right: 15px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
}

