 /*----------------------初期設定打消し------------------------*/
 a{
 text-decoration: none;
 }
 li{
  list-style: none;
 }
/*--------------------------------------------------終了文言---------------------------------------------------------------------------*/
#fin {
    text-align: center;
    margin: 0 auto 20px;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
}
#fin>p {
    border: 1px solid #fff;
    padding: 30px 0;
    color: #444;
    font-size: 20px;
    font-weight: bold;
}

 /*--------------------------h1-----------------------------------------*/
 h1.genre_name_{
   border-left: 6px solid #e4007f;
    border-top: none;
    border-right: none;
    border-bottom: none;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 5px 0 5px 12px;
 }

 /*------------------------ナビ-------------------------------*/
.navBg .gNav {
    width: 100%;
  background: #e4007f;
}
ul.navBtn {
    display: flex;
 align-items: center;
    margin: 0 auto;
}
ul.navBtn li {
    text-align: center;
 margin: 10px;
 width: 170px;
}
ul.navBtn li a {
    display: block;
    text-decoration: none;
    transition: all .2s ease-out;
    color: #fff;
    padding: 8px 10px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    font-weight: bold;
}
.navBtn .top{
    width: 332px;
 }

ul.navBtn .top a {
    background: none;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    border: none;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
ul.navBtn .top a:hover{
    border: none
}
ul.navBtn li a:hover {
    text-decoration: none;
   transition: all .2s ease-out;
    color: #484745;
}

.navfixed {
    position: fixed;
    top: 0;
    z-index: 40;
}
/*もっと見る*/
#ranking .more01{
 margin: 10px 0;
 padding-top: 40px;
 text-align: center;
 }
#ranking .more01 a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 280px;
    height: 46px;
    margin: 0 auto;
    background: #b52034;
    /* border: 1px solid #000000; */
    font-size: 15px;
    color: #fff;
    text-align: center;
 }
#ranking .more01 a:hover{
 opacity: 0.7;
 transition: all .4s ease-out;
 }
/*#ranking .more01 a::after{
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg);
    pointer-events: none;
    z-index: 30;
    border-color: #fff;
 }*/

/*main*/
#ranking{
 line-height: 1.5;
 box-sizing: border-box; 
 }
#ranking a{
 text-decoration: none;
 }
#ranking .w1000{
 width: 1000px;
 margin: 0 auto;
 padding-bottom: 50px;
 display: block;
 }
/*h2*/
#ranking h2,.link_h2{
 text-align: center;
    padding-top: 10px!important;
    font-size: 25px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
 }
#ranking h2 span{
 color: #9a1310;
 font-size: 20px;
 font-weight: bold;
 }
#ranking .h2_subtext{
 text-align: center;
 padding: 5px 5px 20px;
 font-size: 15px;
 color: #5D3F35;
 }


