p.n-link-area {
    margin-top: 35px
}
p.n-link-area a {
    font-size: 16px;
    color: #03c !important;
}
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;
    font-weight: 700
}
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: 700
}
.tab-group {
    display: flex;
    flex-wrap: wrap
}
.tab-group li {
    margin-left: 8px
}
.tab {
    text-align: center;
    padding: 0.7rem 2rem;
    cursor: pointer;
    white-space: nowrap;
    background-color: #606062;
    color: #fff;
    /*width: 77px;*/
    border-radius: 3px;
    font-weight: 700;
    margin-bottom: 7px
}
li.tab.agatab {
    width: 115px !important
}
.tab2 {
    cursor: pointer;
    white-space: nowrap;
    background-color: #eee;
    width: 77px;
    border-radius: 3px;
    font-weight: 700;
    position: relative;
    width: 141px;
    box-sizing: border-box
}
.tab2 a {
    display: block;
    padding: 0.7rem 0 0.7rem 10px !important;
}
.tab2:after {
    content: "\f063";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    font-size: 17px;
    color: #0018F0;
    font-style: normal;
    font-weight: 700
}
.tab:hover,
.tab2:hover {
    background: #0018F0;
    color: #fff !important
}
.tab2:hover {
    background: #f80
}
.tab2 a:hover,
.tab2:hover:after {
    color: #fff
}
.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;
    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;
    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;
    background-position: top;
    margin-right: 3px;
    box-sizing: content-box;
    position: absolute;
    left: 0;
    bottom: -5px
}
.tab.is-active {
    background-color: #0018F0;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    position: relative
}
.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 {
    padding: 2rem 2px 2rem 0;
    position: relative;
    margin-right: 7px;
    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: 700;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px
}
ul.panel-rank-list {
    display: flex
}
p.rank-title {
    font-size: 12px;
    line-height: 1.2;
    height: 30px;
    display: flex;
    position: relative;
    color: #03c;
}
.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: red;
    font-weight: 700;
    margin-top: 5px;
    margin-top: 3px;
    line-height: 1.1;
}
p.rank-fee2 {
    color: #333;
    font-weight: 700;
    margin-top: 5px;
    font-size: 11px;
}
li.panel-rank-item a:hover p.rank-title {
    text-decoration: underline;
    color: #2a2a2a !important
}
.genre-box {
    margin-top: 30px;
    margin-bottom: 30px
}
h3.list-midashi {
    font-size: 19px;
    font-weight: 700;
    padding: 5px 7px 5px 5px;
    border-left: 6px solid #0090f0
}
.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: .7
}
.genre-list ul li a:hover {
    text-decoration: underline;
    color: #2a2a2a !important
}
p.n-link-area.yaji a {
    color: #fff !important;
}
.genre-imgbox {
    height: 120px;
    margin-bottom: 5px;
    text-align: center;
    display: flex;
    align-items: center
}
p.genre-name {
    font-size: 16px
}
.panel ul li .item_review a .star img{
    width: 78%;
}
.panel ul li .item_review a{
    font-size: 10px;
    white-space: nowrap;
}
.item_review a span.num{
    font-size: 12px !important;
}
p.rank-fee:nth-of-type(1){
    margin-top: 0px !important;
}
p.rank2 {
font-size: 18px;
color: #BA0303;
font-weight: 700;
position: relative;
}
.panel ul li:nth-of-type(1) p.rank2:after{
content: '';
display: inline-block;
width: 30px;
height: 29px;
background-image: url(/img/rank1.jpg);
background-size: contain;
background-repeat: no-repeat;
background-position: top;
margin-right: 3px;
box-sizing: content-box;
position: absolute;
left: 0;
bottom: -5px;
}
.panel ul li:nth-of-type(2) p.rank2:after{
content: '';
display: inline-block;
width: 30px;
height: 29px;
background-image: url(/img/rank2.jpg);
background-size: contain;
background-repeat: no-repeat;
background-position: top;
margin-right: 3px;
box-sizing: content-box;
position: absolute;
left: 0;
bottom: -5px;
}
.panel ul li:nth-of-type(3) p.rank2:after{
content: '';
display: inline-block;
width: 30px;
height: 29px;
background-image: url(/img/rank3.jpg);
background-size: contain;
background-repeat: no-repeat;
background-position: top;
margin-right: 3px;
box-sizing: content-box;
position: absolute;
left: 0;
bottom: -5px;
}
.panel ul li:nth-of-type(1) p.rank2, .panel ul li:nth-of-type(2) p.rank2, .panel ul li:nth-of-type(3) p.rank2 {
padding-left: 32px;
}
a.ranklink {
position: absolute;
height: 200px;
display: block;
width: 100%;
}
.item_review a{
position: relative;
}
p.rank-title2{
font-size: 12px;
line-height: 1.2;
height: 30px;
display: flex;
color: #03c;
margin-bottom: 5px;
text-decoration: underline;
}
p.rank-title2:hover{
    text-decoration: none;
}