.common-table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}


.common-table__head-row {
  background-color: #fff;
  border-bottom: 1px solid #6f6f6f;
}

.common-table__head-title {
  color: #2c2c2c;
  font-size: 0.9rem;
  padding: 8px;
  font-weight: normal;
  text-align: center;
  box-sizing: border-box;
}

.common-table__body > .common-table__body-row:nth-of-type(even) {
  background-color: #f2f2f2;
}

.common-table__body > .common-table__body-row:last-of-type {
  border-bottom: 1px solid #6f6f6f;
}

.common-table__body-row {
  background-color: #fff;
  border-bottom: 1px dotted #c8c8c8;
}

.common-table__body-data {
  font-size: 0.8rem;
  padding: 8px;
  font-weight: normal;
  box-sizing: border-box;
  text-align: center;
}

.common-table__body-data.-link {
  padding: 0;
}

.common-table__body-data.-search-num .common-table__anchor,
.common-table__body-data.-search-num a.common-table__anchor {
  display: block;
  padding: 8px 24px;
  font-size: 1rem;
  text-align: left;
}

.common-table__head-title.-circle-btn,
.common-table__body-data.-circle-btn {
  width: 48px;
}

.common-table__head-title.-date,
.common-table__body-data.-date {
  width: 96px;
  white-space: nowrap;
}

.common-table__head-title.-nowrap,
.common-table__body-data.-nowrap {
  white-space: nowrap;
}

.common-table__body-data.-account {
  width: 300px;
}


.common-table__body-data.-logo {
  width: 300px;
  vertical-align: middle;
}


.common-table__body-data.-logo img{
  width: 30px;
  vertical-align: middle;
  margin-right: 8px;
}

.common-table__head-title.-tx-left,
.common-table__body-data.-tx-left {
  text-align: left;
}

.common-table__head-title.-status,
.common-table__body-data.-status {
  white-space: nowrap;
  width: 152px;
  text-align: left;
}

.common-table__head-title.-main,
.common-table__body-data.-main {
  width: 100%;
}

.common-table__body-data.-date {
  font-size: 0.7rem;
}

.common-table__body-data.-text {
  width:35%;
  font-size: 0.7rem;
  text-align:left;
}

.common-table__body-data.-ev-date {
  width:15%;
  font-size: 2rem;
  text-align:left;
}

.common-table__circle-btn,
a.common-table__circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100%;
  padding: 4px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  transition: 0.3s background-color;
}

.common-table__circle-btn:hover,
a.common-table__circle-btn:hover {
  background-color: #fdeef0;
}

.common-table__circle-btn:hover .icon,
a.common-table__circle-btn:hover .icon {
  color: #e11e32;
}

.common-table__circle-btn:hover .style-icon:before, .common-table__circle-btn:hover .style-icon:after,
a.common-table__circle-btn:hover .style-icon:before,
a.common-table__circle-btn:hover .style-icon:after {
  background-color: #e11e32;
}

.common-table__anchor,
a.common-table__anchor {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
}

.common-table__anchor.-main,
a.common-table__anchor.-main {
  display: block;
  text-align: left;
  padding: 8px;
}

.common-table__anchor.-icon-btn,
a.common-table__anchor.-icon-btn {
  color: #2c2c2c;
}

.common-table__anchor.-icon-btn > .icon,
a.common-table__anchor.-icon-btn > .icon {
  vertical-align: middle;
  font-size: 1.8rem;
  margin-right: 2px;
}

.common-table__anchor.-icon-btn:hover,
a.common-table__anchor.-icon-btn:hover {
  color: #e11e32;
}

.common-table__anchor.-icon-btn:hover .icon,
a.common-table__anchor.-icon-btn:hover .icon {
  color: #e11e32;
}

.common-table__anchor.-icon-btn .common-table__anchor-text,
a.common-table__anchor.-icon-btn .common-table__anchor-text {
  vertical-align: middle;
}

.common-table__anchor.-moderate,
a.common-table__anchor.-moderate {
  color: #9a9a9a;
}

.common-table__anchor:hover .common-table__anchor-num.-moderate,
a.common-table__anchor:hover .common-table__anchor-num.-moderate {
  color: #e11e32;
}

.common-table__anchor-text.-emphasis {
  font-size: 2rem;
  font-weight: bold;
}

.common-table__anchor-text.-moderate {
  font-size: 1.2rem;
}

.common-table__anchor-num {
  vertical-align: middle;
}

.common-table__anchor-num.-moderate {
  display: inline-block;
  color: #9a9a9a;
}

.common-table__anchor-num.-project-result-num {
  display: inline-block;
  color: #9a9a9a;
}

.common-table__anchor-num.-project-result-num:before {
  content: '（';
}

.common-table__anchor-num.-project-result-num:after {
  content: '）';
}

.common-table__col-2-box {
  display: flex;
  align-items: center;
}

.common-table__text.-moderate {
  color: #9a9a9a;
}

.common-table__status {
  display: inline-block;
  font-size: 1.2rem;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
  padding: 1px 4px;
  margin: 0 12px 0 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: normal;
}

.common-table__status.-stop {
  border-color: #c8c8c8;
  background-color: #c8c8c8;
  color: #fff;
}

.common-table__status.-active {
  border-color: #69ad36;
  color: #69ad36;
}

