@charset "utf-8";

.ts-custom-post-list {
  padding: 25px 20px 20px 0;
  font-size: 100%;
}

.ts-custom-post-list-header {
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.ts-custom-post-list table {
  width: 100%;
  border-collapse: collapse;
  border: #e5e5e5 1px solid;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

/**/
.ts-custom-post-list th,
.ts-custom-post-list td {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1;
}

.ts-custom-post-list th a,
.ts-custom-post-list td a {
  text-decoration: none;
}

.ts-custom-post-list thead th {
  background-color: #fff;
  color: #32373c;
  padding: 10px 0;
  border-bottom: #e1e1e1 1px solid;
  font-size: 0.9rem;
}

.ts-custom-post-list tfoot th {
  background-color: #fff;
  color: #32373c;
  padding: 10px 0;
  border-top: #e1e1e1 1px solid;
  font-size: 0.9rem;
}

.ts-custom-post-list tbody th,
.ts-custom-post-list tbody td {
  background-color: #f9f9f9;
  color: #32373c;
}

.ts-custom-post-list thead th.ts-admin-blog-num,
.ts-custom-post-list tbody th.ts-admin-blog-num {
  width: 5%;
  padding: 0 10px;
}

.ts-custom-post-list thead th.ts-admin-blog-name,
.ts-custom-post-list tfoot th.ts-admin-blog-name {
  text-align: left;
}

.ts-custom-post-list tbody th.ts-admin-blog-name {
  text-align: left;
  width: 60%;
  font-size: 0.9rem;
}

.ts-custom-post-list tbody th.ts-admin-blog-name a {
  font-weight: bold;
}

.ts-custom-post-list .ts-admin-blog-name span {
  display: block;
  padding: 0 10px;
}

.ts-custom-post-list tbody th {
  padding: 5px 0;
}

.ts-custom-post-list tbody td {
  text-align: center;
  padding: 5px 0;
}

.ts-custom-post-list tbody tr:nth-child(even) th,
.ts-custom-post-list tbody tr:nth-child(even) td {
  background-color: #fff;
}

.ts-custom-post-list tbody td ul {
  margin: 0;
  padding: 0;
}

.ts-custom-post-list tbody td li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

/*EOF*/