@charset "utf-8";
/******************** recruit ********************/
div.recruit {
	width: 520px;
	margin: 0 0 20px 5px;
	background: url(../img/recruit_bg.gif) no-repeat top center;
	border: 1px solid #c2b8d6;
}
div.recruit div.inner {
	padding: 30px 60px 20px 65px;
}
div.recruit div.inner .highlight {
	font-size: 180%;
	line-height: 140%;
	margin: 15px 0;
	text-align: center;
	background: #f2eff7;
	padding: 10px;
	color: #534373;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック","メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
}
/***********/
table.recruit {
	border-collapse: collapse;
	width: 520px;
	margin: 0 0 0 5px;
}
table.recruit td {
	border-bottom: 1px dotted #ccc;
}
table.recruit td.item {
	width: 50px;
	padding: 5px 8px 5px 5px;
}
table.recruit td.value {
	width: 420px;
	padding: 6px 5px 5px 8px;
}
p.em {
	color: #534373;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}


/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/