p.n-link-area {
    margin-top: 35px;
  }
  a.n-link-btn {
    position: relative;
    display: block;
    font-size: 19px;
    text-align: center;
    padding: 14px 20px;
    width: 460px;
    margin: 0 auto;
    text-decoration: none;
    color: #FFF;
    background: #f80;
    border-bottom: solid 3px #d27d00;
    border-radius: 4px;
    /*box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);*/
    font-weight: bold;
  }
  a.n-link-btn:active {
    border-bottom: solid 2px #fd9535;
  }
  a.n-link-btn:after {
    content: "\f0ab";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 17px;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    /*animation: flash 1s linear infinite;*/
  }
  /* 繧ｿ繝� */

  .tab-group {
    display: flex;
    flex-wrap: wrap;
  }
  .tab-group li {
    margin-left: 8px;
  }
  ul.tab-group .tab {
    text-align: center;
    padding: 0.4rem 1.5rem;
    cursor: pointer;
    white-space: nowrap;
    background-color: #78787a;
    color: #fff;
    width: auto !important;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 7px;
    font-size: 12px;
    height: auto !important;
    border-bottom: none !important;
  }
  li.tab.agatab{
      width: 115px !important;
  }
  
  ul.tab-group .tab:hover, ul.tab-group .tab2:hover {
    background: #ED681A;
    color: #fff !important;
    border-bottom: none;
  }
  ul.tab-group .tab2:hover {
    background: #f80;
    
  }
  ul.tab-group .tab2 a:hover,ul.tab-group .tab2:hover:after {
    color: #ffffff;
  }
  p.rank {
    font-size: 18px;
    color: #BA0303;
    font-weight: bold;
    position: relative;
  }
  .panel ul li:nth-of-type(1) p.rank, .panel ul li:nth-of-type(2) p.rank, .panel ul li:nth-of-type(3) p.rank {
    padding-left: 32px;
  }
  .panel ul li:nth-of-type(1) .rank:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 29px;
    background-image: url(/img/rank1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    /* vertical-align: middle; */
    background-position: top;
    margin-right: 3px;
    box-sizing: content-box;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
  .panel ul li:nth-of-type(2) .rank:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 29px;
    background-image: url(/img/rank2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    /* vertical-align: middle; */
    background-position: top;
    margin-right: 3px;
    box-sizing: content-box;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
  .panel ul li:nth-of-type(3) .rank:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 29px;
    background-image: url(/img/rank3.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    /* vertical-align: middle; */
    background-position: top;
    margin-right: 3px;
    box-sizing: content-box;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
  ul.tab-group .tab.is-active {
    background-color: #ED681A;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    position: relative;
    border-bottom: none !important;
  }
  .panel.is-show.mb-tb {
      margin-bottom: 50px;
      margin-top: 0 !important;
  }
  .panel {
    display: none;
    margin-top: 20px;
  }
  .panel.is-show {
    display: block;
  }
  .panel ul li:first-child {
    /*border-top: 1px solid #c3c3c3;*/
  }
  .panel ul li {
    padding: 2rem 0;
    position: relative;
    margin-right: 7px;
    padding-right: 2px;
    width: 108px;
  }
  .panel-date {
    padding-left: 18px;
    vertical-align: middle;
    display: inline:block;
  }
  .panel-ttl {
    font-size: 1.6rem;
    color: #3d3d3d;
    padding-left: 2rem;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 400px;
  }
  p.panel-midashi {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
  }
  ul.panel-rank-list,dl.list {
    display: flex;
  }
  p.rank-title {
    font-size: 12px;
    line-height: 1.2;
    height: 30px;
    display: flex;
    position: relative;
  }
  .panel-ranking-box {
    overflow: auto;
  }
  p.rank-img {
    width: 108px;
    height: 95px;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  p.rank-img img {
    max-width: 100%;
    max-height: 100%;
  }
  p.rank-fee {
    color: #f00;
    font-weight: bold;
    margin-top: 5px;
  }
  li.panel-rank-item a:hover p.rank-title {
    text-decoration: underline;
    color: #2a2a2a !important;
  }
  /*繧ｸ繝｣繝ｳ繝ｫ*/

  .genre-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .genre-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .genre-list ul li {
    width: 18.5%;
    text-align: center;
    margin-right: 11px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .genre-list ul li img {
    max-width: 100%;
    max-height: 100%;
  }
  .genre-list ul li a:hover img {
    opacity: 0.7;
  }
  .genre-list ul li a:hover {
    text-decoration: underline;
    color: #2a2a2a !important;
  }
  .genre-imgbox {
    height: 120px;
    margin-bottom: 5px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  p.genre-name {
    font-size: 16px;
  }
  body .panel-ranking-box dl.list dt a img.lazyload{
      max-width: none !important;
      width: 139px !important;
      
  }
  a.tablink {
  font-weight: bold;
  display: inline-block;
  padding: 0.7em 1em;
  text-decoration: none;
  background: linear-gradient(#FFF, #dedede);
  color: #2a2a2a;
  border: 1px solid #808080;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-size: 21px;
}
a.tablink:hover{
  color: #2a2a2a !important;
}
a.tablink:after {
  content: "\f138";
  font-family: FontAwesome;
  transform: translateY(-50%);
  font-size: 17px;
  color: #2a2a2a;
  font-style: normal;
  font-weight: bold;
  margin-left: 5px;
}
p.btn_area {
  margin: 0;
}