@charset "utf-8";

/*ページタイトル枠*/
.page_title {
	background:#FFFFFF url(../../../flow/img/page_title_back1.jpg) no-repeat left top;	
}
.flow_index {
	line-height:1em;
}
.flow_index_step,
.flow_index_step2 {
	margin-left:6px;
	margin-bottom:20px;
}
.flow_index_step a {
	display:block;
	float:left;
	width:54px;
	height:286px;
}
.flow_index_step a:link,
.flow_index_step a:visited,
.flow_index_step a:active,
.flow_index_step2 a:link,
.flow_index_step2 a:visited,
.flow_index_step2 a:active {
	text-decoration:none;
	background-color: #F0EEE8;
	border-bottom:none;
}
.flow_index_step a:hover,
.flow_index_step2 a:hover {
	text-decoration:none;
	background-color: #CEC8B5;
	border-bottom:none;
}
.flow_step_mark,
.flow_step_mark2 {
	float:left;
}
.flow_index_step2 a {
	display:block;
	float:left;
	width:54px;
	height:137px;
}
.flow_step_now:link,
.flow_step_now:visited,
.flow_step_now:active {
	background-color: #CEC8B5!important;
	text-decoration:none;
	border-bottom:none;
}
.flow_step_now:hover {
	text-decoration:none;
	border-bottom:none;
}


