/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.mincho {
  font-family: serif;
}

/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS - BUSINESS v2
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* MTA - EXHIBITION
/* -------------------------------------------------------------------------*/
.mta-exh-pic img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.mta-exh-wrp {
  overflow-x: auto;
}

.mta-exh--tbl {
  font-size: 14px;
  font-size: 0.875rem;
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
}
.mta-exh--tbl tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
.mta-exh--tbl th, .mta-exh--tbl td {
  padding: 10px 10px;
}
.mta-exh--tbl th {
  background-color: #e6f5e6;
  font-weight: normal;
  border: 1px solid #bcc9bc;
  border-top: none;
  border-right: none;
  color: #12613c;
}
.mta-exh--tbl th:first-child {
  border-left: none;
}
.mta-exh--tbl td {
  border-left: 1px solid #bcc9bc;
  border-bottom: 1px dotted #b8b8b8;
}
.mta-exh--tbl td:first-child {
  border-left: none;
}
.mta-exh--tbl td:last-child {
  padding-right: 0;
  width: 150px;
}

.mta-exh--link {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.mta-exh--link li {
  margin: 0;
  padding: 0;
}
.mta-exh--link li + li {
  margin-top: 4px;
}
.mta-exh--link a {
  display: block;
  min-width: 100px;
  position: relative;
  background-color: #296fca;
  color: #fff;
  text-decoration: none;
  padding: 7px 20px 6px 10px;
  border-radius: 3px;
  transition: background 0.2s ease;
}
.mta-exh--link a:hover {
  background-color: #5894e2;
}
.mta-exh--link a::after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.mta-exh--link a.link-site::after {
  content: url(../img/ic-site.png);
}
.mta-exh--link a.link-data::after {
  content: url(../img/ic-data.png);
}

/* -------------------------------------------------------------------------*/