@charset "UTF-8";

.rank .hoshi {
  color:#ffba66;
}
.rank .text-area {
  margin: 0 20px;
}
.rank h4 {
  color:#c6a03a;
}
.rank .btn {
  width: 270px;
}
#rank_table {
  width: 100%;
  margin-top: 20px;
}
#rank_table th {
  /* color: #000; */
  padding: 8px 15px;
  background: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 120%;
  /* text-shadow:0 -1px 0 rgba(255,255,255,0.9); */
  box-shadow:  2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
  font-size: 16px;
  color: #c6a03a;
}
#rank_table th:first-child {
  border-left:1px solid #aaa;
}
#rank_table th:last-child {
  border-right:1px solid #aaa;
  /* box-shadow: 2px 2px 1px rgba(0,0,0,0.1); */
  text-align: left;
}
#rank_table tr td {
  padding: 8px;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
  vertical-align: middle;
}
#rank_table tr td:first-child {
  border-left: 1px solid #aaa;
  text-align: center;
  width: 15%;
  min-width: 60px;
}
#rank_table tr td:last-child {
  border-right: 1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#rank_table tr {
  background: rgba(255,255,255,0.05);
}
#rank_table tr:nth-child(2n+1) {
  background: rgba(255,255,255,0.25);
}
#rank_table tr:last-child td {
  border-bottom:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}


