.box_tmp {
    background: #fff;
    overflow: hidden;
    padding: 30px 0;
    border-radius: 10px;
    width: 96%;
    margin: 0 auto;
    color: #313131;
}
.box_tmp a {
    color: #4b4b4b;
}
.mouse body .box_tmp a:hover {
    color: #4b4b4b;
}
.wrp_box_jumbo {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}
.wrp_box_jumbo .ttl_kaeru_jumbo {
    font-size: 193%;
    font-weight: bold;
}
table {
  display: flex;
}
.wrp_box_jumbo .rank_circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: white;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}
.wrp_box_jumbo .rank_circle span {
    font-size: 14px;
}
.wrp_box_jumbo .rank_blue {
    background: #2244C9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #3451db), color-stop(0.51, #002da8), color-stop(0.49, #4163c1), color-stop(0, #7c8fe4));
    background: -webkit-linear-gradient(top, #7c8fe4 0%, #4163c1 49%, #002da8 51%, #3451db 100%);
    background: -moz-linear-gradient(top, #7c8fe4 0%, #4163c1 49%, #002da8 51%, #3451db 100%);
    background: -o-linear-gradient(top, #7c8fe4 0%, #4163c1 49%, #002da8 51%, #3451db 100%);
    background: -ms-linear-gradient(top, #7c8fe4 0%, #4163c1 49%, #002da8 51%, #3451db 100%);
    background: linear-gradient(to bottom, #7c8fe4 0%, #4163c1 49%, #002da8 51%, #3451db 100%);
}
.wrp_box_jumbo .rank_green {
    background: #2DCD26;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #38db34), color-stop(0.51, #11a800), color-stop(0.49, #42c141), color-stop(0, #7fe47c));
    background: -webkit-linear-gradient(top, #7fe47c 0%, #42c141 49%, #11a800 51%, #38db34 100%);
    background: -moz-linear-gradient(top, #7fe47c 0%, #42c141 49%, #11a800 51%, #38db34 100%);
    background: -o-linear-gradient(top, #7fe47c 0%, #42c141 49%, #11a800 51%, #38db34 100%);
    background: -ms-linear-gradient(top, #7fe47c 0%, #42c141 49%, #11a800 51%, #38db34 100%);
    background: linear-gradient(to bottom, #7fe47c 0%, #42c141 49%, #11a800 51%, #38db34 100%);
}
.wrp_box_jumbo .rank_pink {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #db34a4), color-stop(0.51, #a80077), color-stop(0.49, #c141a4), color-stop(0, #e47ccc));
    background: -webkit-linear-gradient(top, #e47ccc 0%, #c141a4 49%, #a80077 51%, #db34a4 100%);
    background: -moz-linear-gradient(top, #e47ccc 0%, #c141a4 49%, #a80077 51%, #db34a4 100%);
    background: -o-linear-gradient(top, #e47ccc 0%, #c141a4 49%, #a80077 51%, #db34a4 100%);
    background: -ms-linear-gradient(top, #e47ccc 0%, #c141a4 49%, #a80077 51%, #db34a4 100%);
    background: linear-gradient(to bottom, #e47ccc 0%, #c141a4 49%, #a80077 51%, #db34a4 100%);
}
.wrp_box_jumbo .rank_yellow {
    background: #D5D62F;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #dbdb34), color-stop(0.51, #a0a800), color-stop(0.49, #bac141), color-stop(0, #e4de7c));
    background: -webkit-linear-gradient(top, #e4de7c 0%, #bac141 49%, #a0a800 51%, #dbdb34 100%);
    background: -moz-linear-gradient(top, #e4de7c 0%, #bac141 49%, #a0a800 51%, #dbdb34 100%);
    background: -o-linear-gradient(top, #e4de7c 0%, #bac141 49%, #a0a800 51%, #dbdb34 100%);
    background: -ms-linear-gradient(top, #e4de7c 0%, #bac141 49%, #a0a800 51%, #dbdb34 100%);
    background: linear-gradient(to bottom, #e4de7c 0%, #bac141 49%, #a0a800 51%, #dbdb34 100%);
}
.wrp_box_jumbo .rank_orange {
    background: #F57D3E;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #fd9c68), color-stop(0.51, #ea5506), color-stop(0.5, #f17431), color-stop(0, #feceb4));
    background: -webkit-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
    background: -moz-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
    background: -o-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
    background: -ms-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
    background: linear-gradient(to bottom, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
}
.wrp_box_jumbo .rank_red {
    background: #CB242A;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #db3438), color-stop(0.51, #a8000c), color-stop(0.49, #c14145), color-stop(0, #e47c7d));
    background: -webkit-linear-gradient(top, #e47c7d 0%, #c14145 49%, #a8000c 51%, #db3438 100%);
    background: -moz-linear-gradient(top, #e47c7d 0%, #c14145 49%, #a8000c 51%, #db3438 100%);
    background: -o-linear-gradient(top, #e47c7d 0%, #c14145 49%, #a8000c 51%, #db3438 100%);
    background: -ms-linear-gradient(top, #e47c7d 0%, #c14145 49%, #a8000c 51%, #db3438 100%);
    background: linear-gradient(to bottom, #e47c7d 0%, #c14145 49%, #a8000c 51%, #db3438 100%);
}
.wrp_box_jumbo .rank_skyblue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #bcf4fd), color-stop(0.75, #87c2fb), color-stop(0.51, #6ba8e4), color-stop(0.5, #8fbff0), color-stop(0.2, #91bae4), color-stop(0, #b6e2fd));
    background: -webkit-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
    background: -moz-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
    background: -o-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
    background: -ms-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
    background: linear-gradient(to bottom, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
}
.wrp_box_jumbo .rank_border_bottom {
    border-bottom: 1px dotted #666;
    margin-bottom: 5px;
}
.wrp_box_jumbo .f16 {
    font-size: 124%;
    font-weight: bold;
    line-height: 1.6;
}
.wrp_box_jumbo .red {
    color: #ff0000 !important;
}
.ubudo_jumbo{
	white-space:nowrap;
}

@media screen and (max-width: 768px) {
  #contents {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .ankerlink {
    margin: 20px auto 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ankerlink .btn_kaeru,.ankerlink .btn_kaeru02 {
    display: block;
    padding: 14px 20px;
    position: relative;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
  }
  .ankerlink .btn_kaeru {
    background-color: #f56778;
    box-shadow: 0 3px 0 #cb5462;
    margin-right: 20px;
  }
  .ankerlink .btn_kaeru02 {
    background-color: #1abc9c;
    box-shadow: 0 3px 0 #0e8c73;
  }
  .ankerlink .btn_kaeru:after,.ankerlink .btn_kaeru02:after {
    content: "▶";
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 6px;
    margin-top: 0;
  }
  .box_tmp {
    margin-bottom: 40px;
  }
  .wrp_box_jumbo .jumbo_num tr {
    display: flex;
    margin-bottom: 10px;
  }
  .wrp_box_jumbo td:first-child {
    width: 16%;
  }
  .wrp_box_jumbo td:nth-child(2) {
    width: 4%;
  }
  .wrp_box_jumbo td:nth-child(3) {
    width: 50%;
  }
  .wrp_box_jumbo td:last-child {
    width: 30%;
  }
  .rank_border {
    display: block !important;
  }
  .rank_border .rank_border_bottom {
    display: block;
    width: 100% !important;
  }
  #footer #fnav{
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
