#admin.under-rise .header__top {
  background-color: rgb(245, 232, 232);
}
#admin .left_sec h3 {
  background-color: #005bac;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  margin-bottom: 5px;
}
#admin .left_sec .list_sec {
  margin-bottom: 30px;
}
#admin .left_sec .list_sec dl {
  padding: 5px 0;
  border-bottom: 1px solid #999;
}
#admin .left_sec .list_sec dl dt {
  font-size: 0.9em;
}
#admin .left_sec .list_sec dl dd a {
  display: block;
}

.tag_state {
  display: inline-block;
  background-color: #999;
  width: 8em;
  text-align: center;
  line-height: 1;
  padding: 3px 3px;
  margin-right: 10px;
  font-size: 0.9em;
  color: #fff;
}
.tag_state.large {
  width: auto;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.1em;
  padding: 5px 40px;
}
.tag_state.complete {
  background-color: #005bac;
}
.tag_state.hold {
  background-color: #00ac78;
}
.tag_state.confirm {
  background-color: #a46007;
}
.tag_state.working {
  background-color: #6e5b92;
}
.tag_state.wait {
  background-color: #ce0404;
}

.design_template_sec .template_list figure.horizon {
  padding: 0 30px;
}

@media screen and (max-width: 780px) {
  .design_template_sec .template_list figure.horizon {
    padding: 0px;
  }
}