/*
--------------------------------------------------------

--------------------------------------------------------
*/

/*
全体
*/

#careerBox {
	width: 530px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.careerL {
	float: left;
	width: 255px;
}
.careerR {
	float: right;
	width: 255px;
}

table {
	clear: both;
}

#careerBox h4 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-left: #399 solid 10px;
	font-size: 14px;
}

#careerBox ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: #CCC dotted 1px;
}
ul.careerList li {
	margin: 0;
	padding: 0;
}
#careerBox li {
	margin-bottom: 15px;
	line-height: 110%;
}
.careerList li span {
	display: block;
	margin-bottom: 5px;
	padding: 2px;
	background: #f5f5f5;
	color: #666;
}
div.topBtn {
	clear: both;
	width: 530px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: right;
}
div.clLast {
	margin-bottom: 0;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
