@charset "utf-8";
.stepList li.first {
	padding: 0;
	background: none;
}

.stepList li {
    display: block;
  float: left;
  background-image: url("../img/arrow.gif");
  background-position: 11px center;
  background-repeat: no-repeat;
  padding-left:36px;
}

.stepList li p span {
    display: block;
    padding: 15px 0 10px;
    font-size: 1.2em;
	font-weight: bold;
    color: #00a99d;
	font-family: "Lucida Console", Monaco, monospace;
	text-decoration: underline;
}

.stepList li p {
    width:168px;
    height: 270px;
	padding: 0 8px;
    line-height: 1.5;
	background-color: #f0f8f1;
	border: 1px dotted #00a99d;
  font-size:13px;

}