/* 基本設定 */
body{
    /* 全体表示、中央 */
    margin-right: auto;
    margin-left : auto;

    /*ダブルタップでのズームなど、標準外の追加的なジェスチャーを無効します。*/
    touch-action: manipulation;
}


/* 【1000以上】 */
@media (min-width: 1000px) {
    :root {
        /* --SET_MAX_WIDTH: 1200px;
        --SET_MAX_BODY:   950px; */
        --SET_SM_BAIRIRU: 1.0;
        --SET_Story_H: 100;
    }
    html {font-size:62.5%;}
    body{
        /* background-color: rgb(155, 187, 218); */
        max-width:1200px;/*最大サイズ*/
    }


    /* ユニークスタイル： スタート */
    .area_main{
        margin-right: 20px;
        width: 80%;
    }
    
    /* 広告ON */
    .area_main_ringt_cm{ display: block; }
} 

/* 【999以下】【スマートフォン】とか */
@media (max-width: 999px) {
    :root {
        /* --SET_MAX_WIDTH: auto;
        --SET_MAX_BODY: auto; */
        --SET_SM_BAIRIRU: 1.6;
        --SET_Story_H: 240;
    }
    html {font-size:120%;}
    
    /* ユニークスタイル： スタート */
    .area_main{
        margin-right: 20px;
        width: 98%;
    }
       
    /* 広告OFF */
    .area_main_ringt_cm{ display: none;}

    /* スマホは先頭に戻るボタン要らない */
    #page_top{ display: none;}


    /* iOSデバイスのブラウザでCSS3の「rem」が効かない場合にチェックしたいこと */
    body,html {
        -webkit-text-size-adjust: 100%;
    }
}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■ 全体フレーム                                                 ■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* 全体 */
.area_main {
    /* 広告を右に出すために、全体は左 */
    float: left;
    /* background-image: url("../share/renga_L.jpg"); */
    /* background-repeat: repeat-y; */
}

.area_waku_L{
    /* background-image: url("../share/renga_L.jpg"); */
    /* background-repeat: repeat-y; */
    /* background-position-x: right;  */
}


.head_img{
    /* background-color: #000; */
    /* background-image: url("../share/dungeon_top.jpg"); */
    /* background-position-x: right;  */
}
.head_left{
    /* max-width: 850px; */
    /* background-color: rgb(175, 238, 238);
    background: linear-gradient(0.25turn, rgba(116,68,52, 0.8) 60%, rgba(27, 27, 27, 0.1) ); 
    background: linear-gradient(0.25turn, rgba(27, 31, 31, 0.787) 60%, rgba(255, 255, 255, 0.1) );  */

    /* background-image: url("../share/banner_renga.jpg"); */
    /* background-image: url("../share/img/wallpaper.jpg"); */
    /* background-image: url("../share/img/wall-21534_1280.jpg"); */
    /* background-image: url("../share/img/backdrop-72250_1280.jpg"); */
    /* background-image: url("../share/img/bulletin-board-325721_1280.jpg"); */
    /* background-size: contain; */
    /* background-size: cover; */
    
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■ コンスタント定義                                             ■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.info_box{
    font-size: 1.5rem;
    border-radius: 10px;
    border: solid 3px rgb(43, 104, 235);
    padding: 10px 10px;
}

ex_red {
    color: #ff0000;
}
ex_Bold{
    font-weight: bold;
}
ex_rt{
    text-align: right;
}


ul {
    list-style:none;
    margin: 0 0;
    /* padding-inline-start: 10px; */
    padding-inline-start: 0px;
}
.ex_Bold{
    font-weight: bold;
}
.ex_Pos_Right{
    text-align: right;
}

.under-element {
    clear: both;
}

hr{
    margin: 2px 0px 2px 0px;
    width: 98%;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■ ヘッダー情報: ボタンセレクト系                               ■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.header_info{
    -float: left;
}
.header_info_01 {
    float: left;
    margin: 0 0;
    font-size: 2.2rem;
    margin-left: 2.0rem;
    /* color: #FFF; */
    /* background-color: rgba(17, 17, 17,0.5); */
    line-height: 2.4rem;
}
.header_info_01>span {
    font-size: 1.6rem;

    /* background-image: url("../share/banner_renga.jpg"); */
}

.header_info_02 {
    float: left;
    font-size: 1.5rem;
    margin: 0.8rem 1.0rem;
    /* color: #FFF; */
    /* background-color: rgba(17, 17, 17,0.5); */
    /* background-image: url("../share/banner_renga.jpg"); */
}

/* 案内001 */
.info_001 {
    text-align: center;
    font-size: 1.8rem;
    margin: 0.8rem 1.0rem;
    font-weight: bold;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■ 設定: セッティング条件設定エリア                              ■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#setting_area{
    /* max-width: 800px; */
    margin: 0 1.0rem;
    /* background-color: rgba(202, 214, 226, 0.2); */
    background-color: rgb(202, 214, 226);
    border-radius: 10px;
    border: solid 3px rgb(43, 104, 235);
    /* float: left; */
    transition-duration: .5s;
    font-size: 1.6rem;

    /* color: #FFF; */
    /* background-image: url("../share/banner_renga.jpg"); */

}

/* --------- */
.setting_Item{
    margin: 1px 10px 1px 10px;
    /* -width: 300px; */
    min-width: calc(300px * var(--SET_SM_BAIRIRU));
    float: left;
    font-size: 1.6rem;
    font-weight: normal;
}

.switchBox{
    float: left;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■ 設定: スライドチェックボックス                                ■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* === ボタンを表示するエリア ============================== */
.switchBox {
    line-height    : 2.6rem;                /* 1行の高さ          */
    letter-spacing : 0;                   /* 文字間             */
    text-align     : center;              /* 文字位置は中央     */
    font-size      : 1.0rem;                /* 文字サイズ         */
  
    position       : relative;            /* 親要素が基点       */
    margin         : auto;                /* 中央寄せ           */
    width          : 6.1rem;                /* ボタンの横幅       */
    background     : #fff;              /* デフォルト背景色   */
    border-radius: 1.3rem;
}
  
/* === チェックボックス ==================================== */
.switchBox input[type="checkbox"] {
    display        : none;            /* チェックボックス非表示 */
}
  
/* === チェックボックスのラベル（標準） ==================== */
.switchBox label {
    display        : block;               /* ボックス要素に変更 */
    box-sizing     : border-box;          /* 枠線を含んだサイズ */
    height         : 2.6rem;                /* ボタンの高さ       */
    border         : 0.2rem solid #7f7f7f;   /* 未選択タブのの枠線 */
    border-radius  : 1.3rem;                /* 角丸               */
}
  
/* === チェックボックスのラベル（ONのとき） ================ */
.switchBox input[type="checkbox"]:checked +label {
    border-color   : #007fff;             /* 選択タブの枠線     */
 }
  
/* === 表示する文字（標準） ================================ */
.switchBox label span:after{
    content        : "OFF";               /* 表示する文字       */
    padding        : 0 0 0 1.5rem;          /* 表示する位置       */
    color          : #7f7f7f;             /* 文字色             */
    font-weight: bold;
}
  
/* === 表示する文字（ONのとき） ============================ */
.switchBox  input[type="checkbox"]:checked + label span:after{
    content        : "ON";                /* 表示する文字       */
    padding        : 0 1.5rem 0 0;          /* 表示する位置       */
    color          : #007fff;             /* 文字色             */
    font-weight: bold;
}
  
/* === 丸部分のSTYLE（標準） =============================== */
.switchBox #swImg {
    position       : absolute;            /* 親要素からの相対位置*/
    width          : 1.8rem;                /* 丸の横幅           */
    height         : 1.8rem;                /* 丸の高さ           */
    background     : #7f7f7f;           /* カーソルタブの背景 */
    top            : 0.4rem;                 /* 親要素からの位置   */
    left           : 0.4rem;                 /* 親要素からの位置   */
    border-radius  : 0.9rem;                 /* 角丸               */
    transition     : .2s;                 /* 滑らか変化         */
}
  
/* === 丸部分のSTYLE（ONのとき） =========================== */
.switchBox input[type="checkbox"]:checked ~ #swImg {
    transform      : translateX(3.5rem);      /* 丸も右へ移動       */
    background     : #007fff;             /* カーソルタブの背景 */
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■ 設定: 「▼」セッティングエリア、表示非表示ボタン               ■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.hdBtnStyle{
    cursor      : pointer;
    font-size   : 1.8rem;
    line-height : 1.8rem;
    border      : 1px solid #ccc;
    padding     : 3px;
    background  : rgba(255, 255, 255, .5);
    border-radius: 3px;

    margin: 0 3px 3px 0;
    float: right;
}
     
/* === ボタンにフォーカスされた時 === */
.hdBtnStyle:hover{
    background  :#8394f3;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■ メニューボタン: メイン、ジャンル                              ■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.janru_select>li {
    float: left;
    margin: 5px 5px;
    padding: 0.5rem 0.5rem 0 0.5rem;
    /* min-width: 5.5rem; */
    min-width: 100px;
    /* height: auto; */
    user-select:none;

    height: 3.7rem;
    /* overflow-y: hidden; */

    vertical-align: bottom;
}
.vertical-middle{
    background: yellow; 
    display: inline-block; /* インライン要素にすることで横に回り込む */
    vertical-align: middle; /* 上下中央に寄せる */ 
}

/*ヒット数表示*/
.hit_cnt {
    font-size: 1.5rem;
    /* margin-top: 1.0rem; */
    /* margin-left: 10px; */
    /* margin: 1.0rem 15px 0 auto; */
    margin: 1.0rem 15px 0 20px;
    padding: 0 0.5rem 0 0.5rem;
    /* text-align: right; */
    display: inline-flex;


    /* padding-top: 16px; */
    /* padding-left: 20px; */
    /* vertical-align: bottom; */
    /* background-color: rgba(175, 238, 238,0.7); */

    /* border-radius: 5px; */
    /* border: solid 1px rgba(43, 104, 235); */

    /* color: #FFF; */

}

.janru_btn {
    border-radius: 12px;
    box-shadow: 3px 3px 3px #191970;
    background-color: #F0E68C;
    padding: 0px 10px;
    font-size: 1.6rem;
    color: #000000;
    text-align: center;
    cursor:pointer;

    line-height: 1.8rem;
}
.janru_btn>span {
    position: relative;
    font-size: 1.3rem;

    /* top: -10px; */
    /* animation: ShiftText 5s linear infinite; */
}
/* @keyframes ShiftText{
    0%{
        -opacity: 0;
    }

    1%,65%{
        top: 0;
        -opacity: 1;
    }

    66%,100%{
        top: -2.3rem;
    }
} */

.janru_btn:hover {
    /*マウスイベント選択中*/
    -border-radius: 12px;
    background-color: #8394f3;
    font-weight: bold;
}


/*選択中のジャンルカラー:addプロパティー*/
.btn_selected{
    background-color: #6ad167;
    font-weight: bold;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■ メニューボタン: サブメニュー                                  ■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.sub_menu{
    display: none;
}
.sub_menu_select{
    display: block;
    /* margin: 1px 5px 0px 5px; */
    /* margin-top: 5px; */
}

.sub_janru{
    float: left;
    margin: 3px 5px 10px 5px;
    border-radius: 26px;
    box-shadow: 2px 2px 2px #191970;
    padding: 5px 10px;
    font-size: 1.5rem;
    background-color: #F0E68C;
    border: solid 1px rgb(84, 87, 231);
    cursor:pointer;

    text-align: center;
    user-select:none;
}

.sub_menu_select>li:hover {
    /*マウスイベント選択中*/
    border-radius: 26px;
    box-shadow: 2px 2px 2px #191970;
    padding: 5px 10px;
    border: solid 1px rgb(84, 87, 231);

    /*選択変化*/
    font-weight: bold;  
    background-color: #8394f3;
}

.sub_btn_selected{
    background-color:  #6ad167;
    font-weight: bold;
}


/* ------------------------------------------- */
/* 画面構成 */
/* ------------------------------------------- */

/* ------------------------------------------- */
/* 小説リストエリア */
/* ------------------------------------------- */

/* スクロールするまで表示/非表示 */
.novel_list{      display: block; }
.novel_list_none{ display: none;  }



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■ リストエリア                                                 ■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.rank_list{
    padding-left: 0;
}

.novel_list{
    margin: 5px 0px 5px 15px;
}

.novel_list > span{
    display: block;
    font-size: 2.0rem;
    text-align: center;
    padding: 3.0rem 0;
}


.rank_title{
    font-size: 2.0rem;
    font-weight: bold;

    /*はみ出たのを隠す*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    margin-top: 1rem;
}

.rank_left {
    float: left;
    width: 12%;
    /* height: calc(120px * var(--SET_SM_BAIRIRU));    */
    height: 12.0rem;   
    /* height: auto; */
    margin: 0px 0px 0px 0px;

    padding-top: 1px;

    font-size: 1.4rem;
    text-align: left;
    color: #000000;
    box-sizing: border-box;/* paddingとborderを幅と高さに含める*/

    border-radius: 7px;
    background-color: #AFEEEE;

   /*はみ出たのを隠す*/
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
  
}


.rank_center {
    float: left;
    width: 86%;
    height        : calc(1px * var(--SET_Story_H)); /* 閉じているときの高さ */
    margin: -2px 0px 2px 0px;
    padding       : 5px 10px;

    font-size: 1.5rem;
    box-sizing: border-box;/* paddingとborderを幅と高さに含める*/

    position      : relative;                 /* relative指定は必須   */
    overflow      : hidden;                   /* hidden指定は必須     */
    transition    : .5s;                      /* 開閉の速度           */
    /* height        : 10.0rem; */
    background    : #fff;               /* 色や文字情報は変更ください */
    line-height   : 1.3;
    text-align    : left;
}

.story{
    cursor        : pointer;
    font-size     : 1.8rem;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

/* キーワードエリア */
.story>span{
    margin-left: 10px;
    font-size     : 1.3rem;

    /*はみ出たのを隠す*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.rank_under {
    text-overflow: ellipsis;
    font-size: 1.5rem;

    text-align: left;
    margin: 0px 10px 5px 10px;
}

.rank_under_right{
    float: right;
}
.rank_under_right > .btn_bunseki{
    border-radius: 5px;
    box-shadow: 3px 3px 3px #191970;
    background-color: #F0E68C;
    padding: 0.1rem 1.0rem;
    color: #000000;
    cursor:pointer;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
}
.rank_under_right > .btn_bunseki:hover {
    /*マウスイベント選択中*/
    background-color: #8394f3;
}

.btn_bunseki a{
    /* text-decoration: none; */
}

.rank_under_right > .rank_all{
    font-size: 1.6rem;
    color: red;
}




/* .grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
} */


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■ あらすじ：「続く..」ボタン処理                                ■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* === チェックボックス ========================================== */
.rank_center > input {
    display       : none;                                   /* 非表示 */
}

/* === チェックボックスのlabel（＝ボタンに見せる） =============== */
.lbl_btn {
    position      : absolute;
    display       : inline-block;
    box-sizing    : border-box;
    cursor        : pointer;
   
    bottom        : 0;   /* 左右いっぱいのBOXにグラデーションを付ける */
    left          : 0;
    right         : 0;
    height        : 6.0rem;
    background    : linear-gradient( rgba(255, 255, 255, 0.10),
                                     #ffffff 99% );
   
    padding-top   : 4.0rem;                   /* 下寄せに文字を配置する */
    text-align    : center;
    font-size     : 2.0rem;
    color         : #0059b3;
    font-weight: bold;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.lbl_btn_non {
    display: none;
}

  
   /* === 開いているときのボタンサイズを変更 ======================== */
.rank_center > input[type="checkbox"]:checked + label {
    background    : rgba(255, 255, 255, 0.60);
    height        : 2.5rem;
    padding-top   : 0.5rem;
    font-size     : 1.5rem;
}
   
/* === ボタンに表示する文字（閉じているとき） ==================== */
.rank_center > input[type="checkbox"]:not(:checked) + label::after {
    content       : "表示...";
}
   
/* === ボタンに表示する文字（開いているとき） ==================== */
.rank_center > input[type="checkbox"]:checked + label::after {
    content       : "戻す";
}






/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■ トップへ戻る: ボタン                                         ■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
  #page_top{
    width: 6.0rem;
    height: 6.0rem;
    position: fixed;
    /* right: 3.0rem; */
    right: 10%;
    bottom: 0;
    opacity: 0.6;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 5.0rem;
    height: 5.0rem;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f139';
    font-size: 5.0rem;
    color: #3fefee;
    color: #3f5fef;


    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    top: -5px;
    bottom: 0;
    /* right: 3.0rem; */
    /* right: 10%; */
    left: 0;
    margin: auto;
    text-align: center;
  }



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■ ページネーション                                             ■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.area_more{
    /* margin: 2px 0px; */
    /* margin-left: 0; */
    padding: 1.0rem 3.0rem;
    border-bottom: 2px solid #ccc;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    background-color: #eee;
    background-image: url("../share/img/banner_renga.jpg");
    /* background-size: contain; */
    background-size: cover;

}
.area_more > span{
    font-size: 1.2rem;
    font-weight: normal;
}

.btn_list_page li {
    display: inline-block;
    height:4.0rem;
    line-height:4.0rem;
    width:4.0rem;
    text-align:center;
    border:1px #ccc solid;color:#000053;
    border-radius: 5px / 5px;
    background-color: #fff;
    margin-left: 0.2rem;
}

.btn_list_page .not {background-color:#bbb;color:#666;}
.btn_list_page .this {background-color:#6ad167;color:#fff;}
.btn_list_page li a{display:block;text-decoration: none;}
.btn_list_page li a:hover {color: #fff;text-decoration: none;background-color:#8394f3;}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■ 広告エリア                                                   ■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.area_main_ringt_cm{
    /* clear: both; */
    float: left;
    width: 15%;
    margin: 5px 3px;
    overflow: hidden;
}

/* === 広告ヘッダ ==================== */
.AdGaid {
    display: none;
    background-color: #eeeeee;
    text-align: center;
    margin: 1px auto;
    padding: 1px;
    border: 1px solid #dddddd;
    font-size: 0.8rem;
    line-height: 1em;
}

/* === 広告TEXT ==================== */
.AdText{
    font-size: 1.3rem;
    /* 外枠となるdiv要素にtext-align : center を付与 */
    text-align: center;
}

.area_main_bottom_cm{
    clear: both;
    float: none;
    width: 80%;
    padding: 10px 10px;
}
.area_main_bottom_cm > .AdGaid{
    /* 下の広告は長め */
    width: 468px;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■ スマホ切り替え用(最後時実行しないと駄目)                      ■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.rank_left_SM{
    width: 98%;
    height: auto;
}
.rank_left_SM>div{
    float: left;
    margin: 0 10px;
}
.rank_center_SM{
    width: 98%;
}
