/*
 * ac/register
 */
.applyStatus {
  margin-top: 50px;
}
.applyStatus > ul {
  text-align: center;
}

.applyStatus > ul > li {
  position: relative;

  display: inline-block;

  padding: 0 1.5rem;

  text-align: center;
}

.applyStatus > ul > li.active {
  color: #d01027;
}

.applyStatus > ul > li:before {
  display: none;
}

.applyStatus > ul > li:after {
  position: absolute;
  top: 0;
  right: -1rem;

  display: block;

  content: 'ー';

  color: #333;
}

.applyStatus > ul > li:last-child:after {
  display: none;
}

@media screen and (max-width: 640px) {
  .applyStatus {
    margin-top: 30px;
    margin-bottom: -20px;
  }
}

/*
ac/settings/notice
*/
.app_notice .info_navi_top_box {
  overflow-x: scroll;

  height: 400px;
  margin-bottom: 30px;

  border: 2px solid #d01027;
  border-radius: 5px;
}
.app_notice h5 {
  font-size: 1.8rem;
  font-weight: normal;

  color: #333;
}
.app_notice .contents_links .link_btn_wrap {
  float: left;

  width: 50%;
}
.app_notice .contents_links .link_btn {
  font-size: 15px;
  line-height: 40px;

  width: 140px;
  margin: 0 auto;

  cursor: pointer;
  text-align: center;

  color: #fff;
  border: none;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background: #d01027;

      -ms-border-radius: 2px;
       -o-border-radius: 2px;
}
.app_notice .contents_links .link_btn a {
  display: block;

  text-align: center;

  color: #fff;
}
.app_notice .contents_links .link_btn a:hover {
  color: #fff;
}


/*
管理画面　管理者一覧
*/
table#admin-list th:last-child,
table#admin-list td:last-child {
  width: 10em;
}
