@charset "utf-8";
/* ===================================================================
CSS information
 file name  :profile.css
 author     :Ability Consultant
=================================================================== */
/* -----------------------------------------------------------
	h2
----------------------------------------------------------- */
#profile h2 span{
	background: url(../profile/images/tit_profile.png) left center no-repeat;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
#profile .con_intro{
	overflow: hidden;
	margin: 0 auto 50px;
}
#profile .con_intro h3{
	margin-bottom: 20px;
}
#profile .con_intro .box_intro{
	float: left;
	width: 55%;
}
#profile .con_intro .right{
	width: 40%;
}
@media screen and (max-width: 320px){
	#profile .con_intro .box_intro{
		font-size: x-small;
	}
}
/* -----------------------------------------------------------
	.nav_profile
----------------------------------------------------------- */
#profile .nav_profile{
	overflow: hidden;
	border-left: 1px solid #8a8a8a;
	margin-bottom: 15px;
}
#profile .nav_profile li{
	float: left;
	width: 50%;
}
#profile .nav_profile li a{
	display: block;
	padding: 0.5em 0;
	text-align: center;
	background: #c0bebe;
	border-right: 1px solid #8a8a8a;
	text-decoration: none;
}
#profile .nav_profile li a.active{
	background: #0e70b8;
	color: #fff;
}

/* -----------------------------------------------------------
	.con_outline
----------------------------------------------------------- */
#profile .con_outline{
	text-align: center;
}
#profile .con_outline h3{
	background: #f1eee8;
	padding: 0.5em;
	margin-bottom: 20px;
}
#profile .con_outline h4{
	text-align: center;
	display: inline-block;
	padding: 0.5em 2em;
	background: #0e70b8;
	color: #fff;
	margin-bottom: 10px;
	border-radius: 50px;
}
#profile .con_outline .txt{
	padding: 1em;
	border: 1px solid #646464;
	margin-bottom: 20px;
	background: #f2f8fb;
	text-align: left;
}
#profile .con_outline .txt2{
	margin-bottom: 10px;
}
#profile .con_outline ul.li_outline{
	padding-top: 1em;
}
#profile .con_outline ul.li_outline li{
	list-style: decimal;
	list-style-position: inside;
	padding: 0.5em;
	margin: 5px 0;
	background: #01928a;
	color: #fff;
	font-weight: bold;
}

#profile .con_outline th,
#profile .con_outline td{
	text-align: left;
}
#profile .con_outline td li{
	padding: 1em;
	border-bottom: 1px solid #ccc;
}

#profile .con_outline table td.list_company li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
