@charset "utf-8";

/* recruit
-------------------------------------------------------------------------------------------------------*/

#recruit .attention {
	margin-bottom: 20px;
	padding: 5px 15px;
	border: 1px solid #ffd5e5;
	background: #ffeaf2;	
}

#recruit .attention p {
	margin-bottom: 0;
	color: #fb5e80;
}

#recruit .type {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../images/recruit_mark01.gif) no-repeat left 4px;
	color: #70a42e;
	font-weight: bold;
}

#recruit .type span {
	color: #e74242;
}

#recruit .detailBox {
	margin-bottom: 20px;
	padding: 13px;
	background: url(../images/recruit_bg01.gif);
}

#recruit .detailBox .detailBoxInner {
	padding: 30px;
	background: #fff;
}

#recruit .detailBox table {
	border-top: 1px solid #bed6a0;
	width: 100%;
}

#recruit .detailBox table th {
	padding: 3px 20px;
	background: #e3ffda;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #bed6a0;
	vertical-align: top;
	width: 30%;
}

#recruit .detailBox table td {
	padding: 3px 20px;
	background: #fff;
	text-align: left;
	border-bottom: 1px solid #bed6a0;
}



