/* job_page
-----------------------------------------*/

#job_page{ margin-bottom: 20px;}

.job_ttl{ margin-bottom: 2px;}

.job_page_inr{ margin: 0 0 5px 4px;}

.job_clm{
	width: 230px;
	float: left;
	border: 1px solid #d969b1;
	padding: 5px;
	margin-right: 10px;
}

.job_clm_image{
	float: left;
	width: 120px;
}
.job_clm_txt{
	float: right;
	width: 102px;
	font-size: 12px;
	color: #333333;
}
.job_clm_txt dt{
	background: url("../images/top/job/job_icon01.gif") no-repeat top left;
	padding-left: 18px;
	font-weight: bold;
    height:32px;
    word-wrap: break-word;
}

.job_clm_txt dt a{
	color: #333333;
	text-decoration: none;

}
.job_clm_txt dd{
	line-height: 1.5;
}

.job_clm_txt dd span{
	border-bottom: 1px dashed #dbdbdb;
    word-wrap: break-word;
}
.job_clm_txt dd a{
	color: #333333;
	text-decoration: none;
}
.job_clm_txt dd a:hover{ text-decoration: underline;}

#job_page .last{ margin-right: 0;}

.job_btm_txt{ margin-left: 4px;}
