@charset "UTF-8";
/* CSS Document */
#ranking{
  display: block;
}
#ranking h2{
  font-size: 28px;
  margin-bottom: 20px;
}
#ranking .men .tableArea tr:hover td, 
#ranking .men .tableArea tr:nth-child(even):hover td {
  background: #3D80DF !important;
}
#ranking .women .tableArea tr:hover td, 
#ranking .women .tableArea tr:nth-child(even):hover td {
  background: #df3d3d !important;
}
#ranking table td{
  text-align: center;
}
#ranking table th:nth-child(2) br{
  display: none;
}
@media only screen and (max-width:767px) {
#ranking table th:nth-child(2) br{
  display: block;
}
#ranking table td{
  white-space: nowrap
}
#ranking h2{
  font-size: 22px;
  margin-bottom: 20px;
}
}