@charset "utf-8";


/* recruit
---------------------------------------------------------------------*/

#main{
	position:relative;
}

#main_wrap{
	width:900px;
	margin:0 0 0 12px;
	padding:15px 0 30px;
	background:url(../common/bg_line_org.png) repeat;
}

#sm{
	position:absolute;
	left:12px;
	top:12px;
	width:188px;
	height:214px;
	background:url(../common/bg_side_grn.png) no-repeat;
}
	#sm dl{
		position:absolute;
		left:20px;
		top:20px;
	}
	#sm dt{
		margin-bottom:15px;
	}
	#sm dd{
		margin-bottom:5px;
	}
	#sm img#img_rec{
		position:absolute;
		left:20px;
		top:156px;
	}
	
#fr_ttl_app{
	position:absolute;
	left:280px;
	top:20px;
	padding:15px;
	background:#FFF;
	border:1px solid #a0e2df;
	z-index:1;
}
	#fr_ttl_app h1{
		margin:0 0 10px 0;
	}
	
#fr_app{
	float:left;
	margin:88px 0 0 240px;
	padding:50px 35px 20px 35px;
	width:630px;
	background:#FFF;
	border:1px solid #ffd5bf;
}
:root *> #fr_app{
	width:560px;
}
