﻿@charset "UTF-8";

:root {
  /* 各レイアウト用要素幅 */
  --responsive-usr-ranking-r--item-width: 295px;
  --responsive-usr-thumbnail-t--item-width: 245px;
}

@media screen and (min-width: 769px) {
  body {
    min-width: unset;
  }

  input[type="checkbox"] {
    width: 21px;
    height: 21px;
    margin-right: 8px;
  }

  .pagination > * {
    margin: 0 0;
    border: 0;
  }

  .pager-total {
    margin-right: 30px;
  }

  .pager-current {
    color: #fff;
  }

  .pagination > li a {
    min-width: 32px;
    min-height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
