/* @override 
	http://ishiikomuten.jp/recruit/recruit.css
*/

div#topimage {
	margin: 30px;
	text-align: center;
}

h3 {
	margin: 20px;
}

table#freshers {
	margin: 10px 20px;
	border-collapse: collapse;
	border-top: 2px solid #D8E6E4;
	border-bottom: 2px solid #D8E6E4;
}

table#freshers th {
	width: 100px;
	background: #D8E6E4;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	padding: 3px 5px;
	line-height: 1.2;
}

table#freshers td {
	border-top: 2px solid #D8E6E4;
	border-bottom: 2px solid #D8E6E4;
	padding: 3px 5px;
	line-height: 1.4;
}

table#career {
	margin: 10px 20px;
	border-collapse: collapse;
	border-top: 2px solid #e6dbda;
	border-bottom: 2px solid #e6dbda;
}

table#career th {
	width: 100px;
	background: #e6dbda;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	padding: 3px 5px;
	line-height: 1.2;
}

table#career td {
	border-top: 2px solid #e6dbda;
	border-bottom: 2px solid #e6dbda;
	padding: 3px 5px;
	line-height: 1.4;
}

