



/* お仕事紹介までの流れ
------------------------------------------*/



/* 連絡先
-------------------------*/

#flow_contact{
	clear: both;
	background: url(../work/images/flow_tel.gif) no-repeat;
	height: 75px;
	position: relative;
}

#flow_contact a:link, #flow_contact a:visited{
	font-size: 12px;
	position: absolute;
	left: 255px;
	bottom: 9px;
	color: #3F3F3F;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

#flow_contact a:hover {
	text-decoration: none;
}

#flow_contact #flow_layout {
	position: relative;
	height: 75px;

}

#flow_step2 div.f_left {
	float: left;
	width: 150px;
}

#flow_step2 div.f_right {
	float: right;
	width: 295px;
}

.flow_step_left {
	float: left;
	width: 217px;
}

.flow_step_right {
	float: right;
	width: 217px;
}

.flow_step_left .flow_haken {
	line-height: 30px;
	background: #ebf4d9;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666666;
}

.flow_step_right .flow_syoukai {
	line-height: 30px;
	background: #e3f0f5;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666666;
}