@charset "utf-8";
/* CSS Document */


div.wrapIntroduce {
	clear: both;
	margin: 0 0 1.0em 0;
	padding: 4px 4px 6px 4px;
	border: 3px solid #f0f0f0;
}

div.wrapIntroduce div.paragraph{
	margin: 0;
	padding: 4px;
	background-color: #fff;
}

div.profile{
	display: inline;
	width: 130px;
	height: 220px;
	padding: 5px;
	background: url(/recruit/education/images/bg_profile.gif) no-repeat left top;
}
.typeL div.profile{
	float: left;
}
.typeR div.profile{
	float: right;
}

.typeR p{
	display: inline;
	float: left;
	width: 560px;
	margin-left: 3px;
	padding: 2px;
}
.typeL p{
	display: inline;
	float: right;
	width: 560px;
	margin-right: 3px;
	padding: 2px;
}

div.wrapIntroduce h2{
	width: 560px;
	margin-top: 0;
	padding: 2px;
	border-bottom: 1px solid #ccc;
}

.typeL h2{
	display: inline;
	float: right;
}
.typeR h2{
	display: inline;
	float: left;
}

div.profile img{
	display: block;
	margin: 0 auto 7px auto;
}
div.wrapIntroduce div.profile p{
	line-height: 1.2;
	width: 130px;
	margin: 5px auto;
	padding: 0;
}

div.wrapIntroduce h3{
	clear: both;
	display: inline;
	float: right;
	width: 560px;
	padding: 2px;
	border-bottom: 1px solid #ccc;
}

div.wrapIntroduce div.popupBox {
	display: inline;
	float: right;
	width: 560px;

}

div.wrapIntroduce ul{
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

div.wrapIntroduce ul li{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}






/* clearfix */
div.section div.wrapIntroduce{
	zoom: 1;/*for IE 5.5-7*/
}
div.section div.wrapIntroduce:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

