@charset "UTF-8";

/* -----------------------------------------------------------
 Midaretaihitoduma (since 2009/10/08)

 File name:      css/contents.css
 Author:         Your Name (admin)
 Style Info:     各コンテンツ用CSS
----------------------------------------------------------- */


/* 求人ページ
----------------------------------------------------------- */

div#recruitTtl {
	width: 699px;
	margin: 0;
}

div#recruitLead {
	width: 699px;
	height: 84px;
}

div#recruitLead p {
	padding: 5px 0 0 9px;
	color: #ff3366;
	font-size: 14px;
	font-weight: bold;
}

div#recruit {
	width: 699px;
	height: 764px;
	margin-bottom: 10px;
	padding: 0;
	background: url(../../images/recruit/recruitBg.jpg) no-repeat left top;
}

div#recruit div#recruitLead {
	height: 81px;
	margin: 0;
}

div#recruit div#recruitLead p {
	padding: 16px 22px 0;
	line-height: 1.3;
	color: #ff3366;
	font-size: 16px;
	font-weight: bold;
}

div#recruit div#recruitTable {
	padding: 0 10px 0 63px;
}

div#recruit div#recruitTable table {
	width: 626px;
	margin: 0;
	padding: 0;
	border: none;
}

div#recruit div#recruitTable table th {
	width: 93px;
	height: 63px;
	padding: 0;
	color: #ff3366;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

div#recruit div#recruitTable table th.thSmall {
	height: 62px;
}

div#recruit div#recruitTable table th p {
	padding: 12px 0 0;
	line-height: 1.1;
}

div#recruit div#recruitTable table th span {
	margin-left: 26px;
	color: #222222;
}

div#recruit div#recruitTable table td {
	width: 506px;
	height: 63px;
	padding-left: 27px;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
}

div#recruit div#recruitTable table td.tdSmall {
	height: 62px;
}

div#recruit div#recruitTable table td p {
	padding: 12px 0 0;
	line-height: 1.1;
}

div#recruit div#recruitTable table td p span {
	color: #ff3366;
	font-weight: bold;
}




