<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
/* 会員登録進捗矢羽メニューCSS */
.registration-step{
  list-style-type: none;
  display:table;
  width:95%;
  padding:0;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-right: auto;
  margin-left: auto;
  overflow:hidden;
}
.registration-step li{
  display:table-cell;
  position:relative;
  background: #757575;
  font-size: 16px;
  padding: 8px 5px 8px 30px;
  color: #fff;
  width: 100px;
}
.registration-step li:last-child{
  padding-right: 18px;
}
.registration-step li:last-child:before,
.registration-step li:last-child:after{
  display:none;
}
.registration-step li:before,
.registration-step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.registration-step li:before{
  top:-19px;
  right:-18px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 18px;
  z-index: 10;
}
.registration-step li:after{
  top:-19px;
  right:-16px;
  border-style: solid;
  border-color: transparent transparent transparent #757575;
  border-width: 40px 0 40px 18px;
  z-index: 10;
}
.registration-step li.is-current{
  background: #113063;
}
.registration-step li.is-current:after{
  border-color: transparent transparent transparent #113063;
}
