@charset "UTF-8";
/* ユーザー */
/* 変数 */
/* ユーザーランキング 選択 */
.c-user_select {
  border: 1px solid #eee;
  background: #eee;
  height: 45px;
  padding: 5px;
}
.c-user_select:after {
  content: "";
  display: table;
  clear: both;
}
.c-user_select .c-list_years {
  float: left;
  width: 155px;
}
.c-user_select .js-dropdown {
  position: relative;
}
.c-user_select .js-dropdown > a {
  display: block;
  position: relative;
  height: 46px;
  padding: 15px 5px;
  background: #fff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
}
.c-user_select .js-dropdown > a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 8px;
  height: 8px;
  margin: -8px 0 0;
  border-top: 2px solid #e52e6e;
  border-right: 2px solid #e52e6e;
  transform: rotate(135deg);
}
.c-user_select .js-dropdown_menu {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ff89b3;
  z-index: 111;
}
.c-user_select .js-dropdown_menu a {
  display: block;
  padding: 10px 5px;
  color: #777;
  background: #fff;
  border: 1px solid #ff89b3;
  border-top: 1px dotted #777;
  border-bottom: none;
  font-size: 13px;
  line-height: 1.4;
}
.c-user_select .js-dropdown_menu a:hover {
  background: #ffe1e3;
}
.c-user_select .js-dropdown_second {
  position: relative;
}
.c-user_select .js-dropdown_second .js-dropdown_menu_second {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  margin-left: -1px;
  border-top: 1px solid #ff89b3;
  border-bottom: 1px solid #ff89b3;
}
.c-user_select .js-dropdown_second .js-dropdown_menu_second li:first-child a {
  border-top: none;
}
.c-user_select .c-list_sort {
  float: right;
  width: 145px;
}

/* ユーザーランキング ヘッダ */
.c-user_head {
  display: table;
  width: 60%;
  margin: 0 0 4px 40%;
  background: #ffe1e3;
}
.c-user_head > p {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 2%;
  font-size: 10px;
  text-align: center;
}
.c-user_head > p.author {
  width: 50%;
}
.c-user_head > p.attribute {
  width: 50%;
  padding-right: 0;
  border-left: 1px solid #fff;
}
.c-user_head > p.attribute dt {
  width: 83%;
}
.c-user_head > p.attribute dd {
  padding-right: 0;
}
.c-user_head > p:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -2px;
  border: 4px solid transparent;
  border-top: 4px solid #ffe1e3;
}

/* ユーザーランキング 一覧 */
.c-user_list {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid  #ccc;
}
.c-user_list + .c-user_list {
  border-top: none;
}
.c-user_list .c-user_set {
  display: table;
  width: 100%;
}
.c-user_list .c-user_set .title {
  display: table-cell;
  vertical-align: top;
  padding: 0 3% 10px 0;
}
.c-user_list .c-user_set .title .name {
  float: left;
  color: #555;
  margin-right: 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}
.c-user_list .c-user_set .title .name .num {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  padding: 0 2px;
  color: #fff;
  background: #ff89b3;
  color: #fff;
  background: #00bfff;
  /* deepskyblue */
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
  z-index: 1;
  text-align: center;
}
.c-user_list .c-user_set .title .type {
  display: block;
  float: left;
  margin-top: 1px;
  padding: 0 5px;
  color: #fff;
  background: #aaa;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
}
.c-user_list .c-user_set .title .type.premium {
  background: #d59e19;
  border-color: #a77106;
}
.c-user_list .c-user_set .title .type.ex2017 {
  background: #ff662b;
  border-color: #db4b31;
}
.c-user_list .c-user_set .title .type.ex2016 {
  background: #270378;
  border-color: #1d014d;
}
.c-user_list .c-user_set .title .type.advanced {
  background: #ff1fce;
  border-color: #cd1498;
}
.c-user_list .c-user_set .title .type.eisei {
  background: #ff1f6d;
  border-color: #cd1447;
}
.c-user_list .c-user_set .title .type.arahito {
  background: #834c9f;
  border-color: #31104f;
}
.c-user_list .c-user_set .title .type.mvp {
  background: #87c242;
  border-color: #35830d;
}
.c-user_list .c-user_set .title .type.top20 {
  background: #f6cf32;
  border-color: #ebbe36;
}
.c-user_list .c-user_set .title .type.master {
  background: #3a7bbf;
  border-color: #0a2b7e;
}
.c-user_list .c-user_set .follow {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  text-align: right;
}
.c-user_list .c-user_set .follow .btn {
  display: inline-block;
  margin-top: -5px;
  padding-left: 6px;
  padding-right: 6px;
}
.c-user_list .c-user_set .follow .btn + .btn {
  margin-left: 4px;
}
.c-user_list .c-user_set .follow .btn.btn-info {
  padding-top: 5px;
  padding-bottom: 4px;
}
.c-user_list .c-user_set .follow .btn.btn-info:hover {
  background: #f2f4f6;
  opacity: 0.8;
}
.c-user_list .c-user_set .follow .fa-home {
  color: #ff89b3;
  font-size: 16px;
}
.c-user_list .c-user_set .follow img {
  width: 13px;
  margin: 1px 1px 3px;
  vertical-align: middle;
}
.c-user_list .c-user_box {
  display: table;
  width: 100%;
}
.c-user_list .c-user_box > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 2%;
}
.c-user_list .c-user_box > div.thm {
  width: 10%;
  padding: 0;
}
.c-user_list .c-user_box > div.thm a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 150%;
  overflow: hidden;
}
.c-user_list .c-user_box > div.thm img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 72px;
  object-fit: cover;
  object-position: 0 0;
}
.c-user_list .c-user_box > div.point {
  width: 30%;
}
.c-user_list .c-user_box > div.point table {
  float: none;
}
.c-user_list .c-user_box > div.point th, .c-user_list .c-user_box > div.point td {
  font-weight: bold;
}
.c-user_list .c-user_box > div.author {
  width: 30%;
}
.c-user_list .c-user_box > div.attribute {
  width: 30%;
  padding-right: 0;
}
.c-user_list .c-user_box table {
  float: right;
  font-size: 10px;
  line-height: 1.3;
}
.c-user_list .c-user_box td {
  padding-left: 5px;
  text-align: right;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* ユーザーランキング 選択 */
  .c-user_select .c-list_years {
    width: 230px;
  }
  .c-user_select .js-dropdown > a {
    padding: 15px 15px 15px 30px;
    font-size: 15px;
  }
  .c-user_select .js-dropdown > a:after {
    right: 15px;
    width: 10px;
    height: 10px;
  }
  .c-user_select .js-dropdown_menu a {
    padding: 10px 5px 10px 30px;
  }
  .c-user_select .c-list_sort {
    width: 35%;
  }

  /* ユーザーランキング ヘッダ */
  .c-user_head {
    width: 66%;
    margin-left: 34%;
  }
  .c-user_head > p {
    font-size: 12px;
    padding: 1.5% 2%;
  }

  /* ユーザーランキング 一覧 */
  .c-user_list .c-user_set .title {
    padding: 0 3% 10px 0;
  }
  .c-user_list .c-user_set .title .name {
    font-size: 16px;
  }
  .c-user_list .c-user_set .title .name .num {
    min-width: 24px;
    height: 24px;
    padding: 0 4px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .c-user_list .c-user_set .title .type {
    margin-top: 3px;
  }
  .c-user_list .c-user_set .follow .btn {
    margin-top: 0;
  }
  .c-user_list .c-user_set .follow .fa-home {
    font-size: 18px;
  }
  .c-user_list .c-user_set .follow img {
    width: 15px;
    margin: 2px 1px;
  }
  .c-user_list .c-user_set .follow .fa-user-plus {
    margin-right: 3px;
  }
  .c-user_list .c-user_box > div.point {
    width: 24%;
  }
  .c-user_list .c-user_box > div.author {
    width: 34%;
  }
  .c-user_list .c-user_box > div.author table {
    margin-right: 2%;
  }
  .c-user_list .c-user_box > div.attribute {
    width: 32%;
  }
  .c-user_list .c-user_box table {
    margin: 0 0 5px;
    font-size: 12px;
  }
  .c-user_list .c-user_box th, .c-user_list .c-user_box td {
    padding: 3px 0;
  }
  .c-user_list .c-user_box td {
    padding-left: 20px;
  }
}
/* @media */
/* Medium devices (desktops, 992px and up) */
/* @media */
/* Large devices (large desktops, 1200px and up) */
/* @media */
