.flow_box {
	width: 550px;
	border: 1px solid #00ACEC;
	margin: 5px;
	background-image: url(/images/kounyunagare/step_bg.gif);
	background-repeat: repeat-y;
}
.step_box {
	float: left;
	padding: 5px;
}
.text_box {
	float: left;
	padding: 5px;
	width: 470px;
}

.flow_box:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.flow_box{
  zoom:1;
}


.flow_box {display: inline-table;}

/* Hides from IE-mac \*/
* html .flow_box {height: 1%;}
.flow_box {display: block;}
/* End hide from IE-mac */

.style1 {color: #23298B;
	font-size: 150%;
	font-weight: bold;
}
.style2 {color: #FF0000}
