﻿@charset "UTF-8";

:root {
  /* 各レイアウト用要素幅 */
  --responsive-usr-ranking-r--item-width: 295px;
  --responsive-usr-thumbnail-t--item-width: 245px;
}

@media screen and (min-width: 1101px) {
  body {
    min-width: unset;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  select,
  textarea {
    min-height: 32px;
    padding: 0 9px;
    border: 1px solid #cccccc;
    background-color: #fff;
    max-width: 100%;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  select {
    min-height: 32px;
    padding: 0 31px 0 9px;
    border-color: #ccdce7;
  }

  textarea {
    padding: 9px;
  }

  .pagination > * {
    margin: 0 4px;
    border: 0;
  }

  .pager-total {
    margin-right: 30px;
  }

  .pager-current {
    color: #000;
  }

  .pagination li a {
    color: #bbb;
  }
}
