
.serika-contents table {
  border-collapse: collapse;
  margin-top: 5px;
}

.serika-contents td {
  border:1px solid #ccc;
  padding: 3px;
}

.serika-contents th {
  border:1px solid #ccc;
  padding: 3px;
  background:#EFEFEF;
  text-align: center;
  color: dimgray;
}

.td-center-nowrap {
  text-align: center;
  white-space: nowrap;
}

.font-pink-bold {
  color: pink;
  font-weight: bold;
}

.font-orange-bold {
  color:  orange;
  font-weight: bold;
}

.font-gold-bold {
  color: gold;
  font-weight: bold;
}

.font-lime-bold {
  color: lime;
  font-weight: bold;
}

.font-tomato-bold {
  color: tomato;
  font-weight: bold;
}

.font-size-x-small {
  font-size: x-small;
}

.font-size-small {
  font-size: small;
}

.font-size-medium {
  font-size: medium;
}

.font-size-large {
  font-size: large;
}

.font-size-x-large {
  font-size: x-large;
}

.heading-line-wide {
  line-height: 1.2;
}
