@charset "UTF-8";

/*--------------------------------------------------------------------
flow.html	(業務の流れ)
flow.css
--------------------------------------------------------------------*/
/*タイトル*/
div#Main div#Title h2 {
	background: url(../img/flow/title.png) no-repeat left top;
}

/*コンテンツ 共通*/
div#Flow {
	width: 425px;
	margin: 0 auto;
	padding: 15px 0 15px 5px;
}

div#Flow p {
	padding: 0 10px;
}

/*派遣の流れ*/
div#Flow div#Flow01 {
	width: 415px;
	margin: 0 auto;
	padding: 15px 0 5px 0;
}

div#Flow div#Flow01 h3 {
	height: 23px;
	background: url(../img/flow/flow_t01.gif) no-repeat left top;
	text-indent: -99999px;
	overflow: hidden;
}

/*紹介予定派遣の流れ*/
div#Flow div#Flow02 {
	width: 415px;
	margin: 0 auto;
	padding: 15px 0 5px 0;
}

div#Flow div#Flow02 h3 {
	height: 23px;
	background: url(../img/flow/flow_t02.gif) no-repeat left top;
	text-indent: -99999px;
	overflow: hidden;
}

/*共通*/
div#Flow ol {
	list-style: none;
	width: 406px;
	margin: 0 auto 0 9px;
}

div#Flow ol li {
	margin: 20px 0 0 0;
}

div#Flow ol li strong {
	display: block;
	height: 15px;
	text-indent: -99999px;
	overflow: hidden;
}

div#Flow ol li p {
	margin: 5px 0 0 10px;
}

div#Flow ol li ul li {
	list-style: none;
	margin: 3px 0 0 20px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 85%;
	color: #ff3a00;
}

div#Flow ol li.FlowT01 {
	background: url(../img/flow/flow_t01-1.png) no-repeat left top;
}

div#Flow ol li.FlowT02 {
	background: url(../img/flow/flow_t01-2.png) no-repeat left top;
}

div#Flow ol li.FlowT03 {
	background: url(../img/flow/flow_t01-3.png) no-repeat left top;
}

div#Flow ol li.FlowT04 {
	background: url(../img/flow/flow_t01-4.png) no-repeat left top;
}

div#Flow ol li.FlowT05 {
	background: url(../img/flow/flow_t01-5.png) no-repeat left top;
}

div#Flow ol li.FlowT06 {
	background: url(../img/flow/flow_t01-6.png) no-repeat left top;
}

div#Flow ol li.FlowT07 {
	background: url(../img/flow/flow_t01-7.png) no-repeat left top;
}

div#Flow ol li.FlowT08 {
	background: url(../img/flow/flow_t01-8.png) no-repeat left top;
}

div#Flow ol li.FlowT09 {
	background: url(../img/flow/flow_t01-9.png) no-repeat left top;
}

div#Flow ol li.FlowT10 {
	background: url(../img/flow/flow_t01-10.png) no-repeat left top;
}