@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ==========================================================================
	CONTENT
========================================================================== */
#page-title{
  background: url(../images/cmn-images/page-title.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.first{
  margin-bottom:10px;
}
.next{
  background:url(../images/begginer-images/flow-icon.png) 50% 100% no-repeat;
  background-size:50px auto;
  padding-bottom:30px;
}
.fin{
  padding-bottom:20px;
}
.flow{
  margin-bottom:10px;
}
.flow .inner{
  background-color:#ffffff;
  padding:20px 10px;
}

#way h2{
  font-size:1.6rem;
  font-weight:normal;
  margin-bottom:10px;
}
#way h2 i{
  color:#6eb63d;
}
.line{
  border-bottom:1px dotted #000;
  margin-bottom:15px;
  padding-bottom:15px;
}

#guide{
  position:relative;
  z-index:100;
  padding:30px 15px;
	margin-bottom:-50px;
}
#guide .inner{
  z-index:110;
  overflow:hidden;
  text-align:left;
  background-color:#fff;
  padding:15px;
}

.gre{
	color:#6eb63d;
}
