@charset "utf-8";

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

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

============================================================

/*-table
-------------------------------------------------------------------*/

#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;
	text-align:left;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#mainLeft div.section table thead th{
	font-weight:bold;
	text-align:center;
	color:#FFF;
	background:#A69260;
}
#mainLeft div.section table thead td{
	font-weight:normal;
	text-align:center;
	background:#F1F0D1;
}

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

#mainLeft div.section table tbody th.right{
	text-align:right;
}

#mainLeft div.section table tbody th.pay{
	font-weight:bold;
	text-align:left;
	color:#FFF;
	background:#A69260;
}

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


/*-ul alpha notice
-------------------------------------------------------------------*/
#mainLeft div.section ul.notice{
clear:both;
}

#mainLeft div.section ul.notice li{
padding:0 0 0 1.5em;
text-indent:-1.5em;
}

#mainLeft div.section ul.notice li span{
display:inline;
padding:0 5px 0 0;
}


/*-page outline
-------------------------------------------------------------------*/

#mainLeft div.section dl{
margin:10px 0 0 0;
}

#mainLeft div.section dl dt,
#mainLeft div.section dl dd{
float:left;
}

#mainLeft div.section dl dd {
width:97%;
}

#mainLeft div.section div.subindex div.content-area p span.ttl{
	font-weight:bold;
	color:#333399;
}

#mainLeft div.section div.subindex div.content-area p span.ttl02{
	font-size:117%;
	font-weight:bold;
	color:#333399;
}

/*-page expenses
-------------------------------------------------------------------*/

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












