.ranking_alives {
  width: 100vw;
  max-width: 100%;
}

.result_ranking_one {
  margin: 16px 8px 32px 8px;
}

.ranking_name {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: bold;
}

.margin_in_ranking {
  margin: 8px 0px 8px 0px;
}

table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

table th {
  padding: .7em;
  background-color: #f0f8fd;
  color: #020202;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
}

.table_rank {
  width: 30px;
}

.table_debug {
  width: 50px;
}

.table_nickname {
  width: 300px;
}

.table_get_count {
  width: 40px;
}

.table_last_get_date {
  width: 100px;
  white-space: nowrap;
}

.table_last_get_date_val {
  white-space: nowrap;
}

table td {
  text-align: center;
}

.result_ranking_last_update {
  float: right;
}

h2.top {
  background: none;
  border-bottom: none;
  border-left: 5px solid #f80;
  border-top: 1px solid #f80;
  font-size: 108%;
  font-weight: 700;
  height: auto;
  margin: 2em 0 1em;
  padding: .5em;
}

.subhead {
  background: url(/images/bg_title_s.png) 0 0 no-repeat;
  border-bottom: 1px solid #eee;
  font-weight: 700;
  height: 20px;
  line-height: 18px;
  margin: 2em 0 .5em;
  padding: 0 0 0 25px;
  text-align: left;
}

.ranking_subhead a {
  text-decoration: underline;
}

.message {
  margin: 32px;
  display: inline-block;
  font-size: medium;
  line-height: 18px;
}
/*# sourceMappingURL=index.css.map */