/* recruit */

/* インデックスページ用 */
.Article p.fresher,
.Article p.career {
	margin: 0 0 20px 20px;
	padding: 0;
	width:214px;
	float: left;
}

.Article p.fresher {
}

.Article p.fresher span,
.Article p.career span {
	display:none;
}

.Article p.fresher a {
	background: url(../img/fresher.gif) center center no-repeat;
	display: block;
	height:50px;
	width:214px;
}
.Article p.fresher a:hover {
	background: url(../img/fresher_on.gif) center center no-repeat;
}

.Article p.career a {
	background: url(../img/career.gif) center center no-repeat;
	display: block;
	height:50px;
	width:214px;
}
.Article p.career  a:hover {
	background: url(../img/career_on.gif) center center no-repeat;
}

br.clear {
	clear: both;
}

/* ﾊ・Wページ用 */

/*Tabels */
.Article table.saiyou {
	padding: 0 0 0 3em;
	width: 99%;
	font-size: 1.3em;
	border-collapse: collapse;
}

.Article table.saiyou th,
.Article table.saiyou td {
	padding: 0.5em 1em;
	border: 1px solid #AAAAAA;
}

.Article table.saiyou th {
	background-color: #CCC;
	white-space: nowrap;
	text-align: center;
}
.Article table.saiyou td {
	background-color: #FFF;
}

.Article table.saiyou td dl {
	margin: 0;
}

.Article table.saiyou td dl dt {
	clear: both;
	float: left;
	width: 6.5em;
	white-space: nowrap;
}

.Article table.saiyou td dl dd {
	margin-left: 7em;
	margin-bottom: 3px;
	text-indent: -0.5em;
	_text-indent: -0.8em;
}

.Article table.saiyou td div.indent {
	padding: 0 0 0 1.8em;
	font-size: 1em;
	text-indent: -1.8em;
}

.Article table.saiyou td div.indent4 {
	margin-left: 4.8em;
	text-indent: -4.8em;
}

.Article table.saiyou td dl.setumeikai dt {
	clear: both;
	float: left;
	width: 4em;
}

.Article table.saiyou td dl.setumeikai dd {
	margin-left: 4em;
	margin-bottom: 3px;
	text-indent: -0.5em;
	_text-indent: -0.8em;
}

.Article p.entry {
	padding: 10px 0 0 1em;
}

.Article p.entry img {
	vertical-align: text-bottom;
}
