@charset "utf-8";
/* CSS Document */
	#recruit{
		width:750px;
	}
	#recruit h3{
	margin:0;
}
#recruit .imgs-recruit{
	padding:10px;
}
#recruit .img-recruit{
	float:left;
	padding:9px;
	border:solid 1px #ccc;
}
#recruit .img-staff{
	float:right;
	padding:9px;
	border:solid 1px #ccc;
}
#recruit .section h4{
	margin:10px 0;
	padding:5px 10px;
	font-weight:normal;
	font-size:100%;
	background:#eee;
}
#recruit .section p{
	margin:0;
	padding:20px 10px;
}

#recruit .inquiry{
	margin:20px 0 0;
	padding:17px;
	border:solid 3px #ccc;
}
#recruit .inquiry h4{
	float:left;
	width:160px;
	margin:0;
}
#recruit .inquiry .txt{
	float:left;
	width:350px;
	padding:1.25em 0 0;
	line-height:200%;
	font-size:90%;
}
#recruit .btn-inquiry{
	float:right;
	width:200px;
	padding:20px 0 0;
}

