@charset "utf-8";

/*
======== table of content. =================================

File name: css/recruitement.css
Summary: 募集人員CSSファイル

============================================================
*/

#mainLeft div.section table{
	width:100%;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
#mainLeft div.section table th,
#mainLeft div.section table td{
	padding:5px 10px 5px 10px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#mainLeft div.section table thead th{
	padding:5px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	background:#A69260;
}
#mainLeft div.section table thead td{
	padding:5px;
	text-align:center;
	font-weight:normal;
	background:#F1F0D1;
}

#mainLeft div.section table tbody th{
	text-align:center;
	font-weight:normal;
	background:#F1F0D1;
}

#mainLeft div.section table tbody td{
	text-align:center;
}

#mainLeft div.section table td strong{
font-weight:bold;
}

#mainLeft div.section table td span{
padding:0 0 0 1em;
}

#mainLeft div.section p.notice{
padding:0 0 0 1em;
text-indent:-1em;
font-size:84%;
}

#mainLeft div.section p.notice span{
display:inline;
}



