@charset "UTF-8";

#list_article {
	padding-top: 20px;
}

#list_article li {
	float: left;
	width: 300px;
	margin-bottom: 5px;
}

#list_article li a {
	padding-left: 15px;
	background: url(/images/global/icn_ft_link_off.png) no-repeat left center;
}

#list_article li a:hover {
	background: url(/images/global/icn_ft_link_on.png) no-repeat left center;
}

h3.ttl_red {
		clear: both;
		width: 880px;
		height: 44px;
		line-height: 50px;
		padding-left: 22px;
		margin-bottom: 10px;
		font-size: 1.231em;
		font-weight: bold;
		background: url(/images/job/bg_subttl_red.png) no-repeat center center;
		position: relative;
}

.profile {
	border:#ccc 3px solid;
	padding:10px;
	margin:0 20px;
}
.profile .name{
	border-bottom: solid #ccc 2px;
	font-size:14px;
	font-weight: bold;
	padding:10px 0;
	margin-left:210px;
	margin-bottom:10px;
}
.profile li img {
	float:left;
	border:#ccc 1px solid;
	padding:5px;
	margin:0 10px 20px 0;
	}
.profile ul {
}
.profile dl{
	margin:15px 0;
}
.profile dl dt{
	border-bottom:solid 1px #e9546b;
	font-size:14px;
	font-weight:bold;
	background:url(/images/consultant/profile_subitlebg.png) no-repeat 5px center;
	padding:5px 0 5px 20px;
	}
.profile dl dd{
	margin:5px 0 20px 0;
}
