@import "../common/common.css";

#flow #ex {
  margin: 15px 0;
}

#flow #ex p {
  color: #666666;
  font-size: 11px;
}

#flow #flow_main {
  margin-top: 30px;
}

#flow .block {
  clear: both;
  background: url("img/arrow.gif") no-repeat 20px 50px;
  width: 680px;
  min-height: 200px;
}

#flow .step_bg {
  float: right;
}

#flow .step_bg img {
  margin-top: 10px;
}

#flow .block:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

#flow .step_bg p {
  width: 350px;
  line-height: 150%;
  font-size: 13px;
  margin-top: 10px;
}