@charset "UTF-8";
/* ------------------------------------------------ */
/* 出展社一覧 */
/* ------------------------------------------------ */
.list_tab {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 5px 0;
  margin: 1em 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list_tab li a {
  display: block;
  color: #fff;
  background: #999;
  padding: 0.325em 1.75em;
  margin: 3px 0;
  margin-right: 6px;
  border-radius: 4px;
}

.list_tab li a:hover {
  opacity: 0.7;
}

.npd_guide {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.npd_guide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.75em;
}

.npd_guide .n, .npd_guide .p, .npd_guide .d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 80%;
  border-radius: 3px;
  color: #fff;
  padding: 0 0.5em;
  margin-right: 0.25em;
}

.npd_guide .n {
  background: #90b444;
}

.npd_guide .p {
  background: #7990aa;
}

.npd_guide .d {
  background: #c08dbb;
}

@media screen and (max-width: 599px) {
  .npd_guide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .npd_guide > div:first-child {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

.list_group {
  margin: 30px 0 60px;
}

.target50 {
  background: #999;
  color: #fff;
  border-radius: 6px 6px 0 0;
  font-size: 1.25em;
  padding: 0.5em 0;
  text-align: center;
  width: calc(100% - 1em);
  margin: 0 auto;
}

.list_group table {
  width: 100%;
}

.list_group table th, .list_group table td {
  border: 1px solid #ccc;
  padding: 0.5em;
}

.list_group table th {
  background: #f1f1f1;
}

.list_group table td a {
  color: #000;
}

.list_group table td a:hover {
  color: #09f;
}

.list_group table td.event {
  width: 4em;
}

.list_group table td.event .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list_group table td.event .wrap > div {
  font-size: 13px;
  width: 3em;
  text-align: center;
  padding: 3px 0.5em;
  border-radius: 4px;
  background: #444;
  color: #fff;
}

.list_group table td.event .wrap > div.et {
  background: #ed7a3e;
}

.list_group table td.event .wrap > div.iot {
  background: #3e9ced;
}

.list_group table td.name.sub {
  padding-left: 1em;
}

.list_group table td.npd_t {
  width: 8em;
}

.list_group table td.npd_t .icons a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list_group table td.npd_t .icons a:hover {
  opacity: 0.7;
}

.list_group table td.npd_t .icons a p {
  margin: 0 1px;
  font-size: 80%;
  color: #fff;
  border-radius: 3px;
  padding: 0.1em 0;
  width: 2em;
  text-align: center;
}

.list_group table td.npd_t .icons a p.n {
  background: #90b444;
}

.list_group table td.npd_t .icons a p.p {
  background: #7990aa;
}

.list_group table td.npd_t .icons a p.d {
  background: #c08dbb;
}

.list_group table td.booth {
  text-align: center;
  width: 7em;
}

@media screen and (max-width: 599px) {
  .list_group table td.name {
    width: 50%;
  }
}
