
@charset "UTF-8";

/* あ */

table.ranking_table{
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 0.95em;
  border: 1px solid #333;
}

.ranking_table caption{
  text-align: left;
}

.ranking_table th, .ranking_table td{
  border: 1px solid #333;
}

.ranking_table th{
  padding: 2px 5px;
}

.ranking_table td{
  padding: 2px 10px;
}

.ranking_table th{
  text-align: center;
  background-color: #e6e7ff;
}

/* PC */
@media screen and (min-width:960px){
  .ranking_table th{
    font-size: 0.8em;
  }
}

.ranking_table td{
  text-align: left;
}

span.plus{
  color: #00f;
  color: #090;
}

span.minus{
  color: #f00;
}


/* タブレットスマートフォン */
@media screen and (max-width:959px){
  .ranking_customers_table th:nth-child(4), .ranking_customers_table td:nth-child(4),.ranking_customers_table th:nth-child(5), .ranking_customers_table td:nth-child(5){
    display: none;
  }
}

