    
.top_button_menu_box {
  display: flex;              /* フレックスボックスにする */
  justify-content:center;      /* 中央揃え指定 */
  flex-wrap: wrap;            /* 画面幅に収まらない場合は折り返す */
    padding:  2px;             /* 余白指定 */
}
 
.top_button_menu {
    padding: 0px 1px;
    color:  #fff;               /* 文字色 */
    margin:  1px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
}
    
    
    
#top_button_banner_10thanv {
  margin-top:10px;
  background: url("/game/eacloud/re/top/img/cm/10thanv.png") no-repeat scroll transparent;
  width:240px;
  height:80px;
}
#top_button_banner_10thanv a {
  display: block;
  width: auto;
  height: 80px;
}
#top_button_banner_10thanv:hover {
  background-position: 0px -80px;
  width:240px;
}


#top_button_banner_summer {
  margin-top:10px;
  background: url("/game/eacloud/re/top/img/cm/202407_summer.png") no-repeat scroll transparent;
  width:240px;
  height:80px;
}
#top_button_banner_summer a {
  display: block;
  width: auto;
  height: 80px;
}
#top_button_banner_summer:hover {
  background-position: 0px -80px;
  width:240px;
}



#top_button_banner_paseli {
  margin-top:10px;
  background: url("/game/eacloud/re/top/img/cm/paseli.png") no-repeat scroll transparent;
  width:240px;
  height:80px;
}
#top_button_banner_paseli a {
  display: block;
  width: auto;
  height: 80px;
}
#top_button_banner_paseli:hover {
  background-position: 0px -80px;
  width:240px;
}


#top_button_banner_cp {
  margin-top:10px;
  background: url("/game/eacloud/re/top/img/cm/shop_cp.png") no-repeat scroll transparent;
  width:240px;
  height:80px;
}
#top_button_banner_cp a {
  display: block;
  width: auto;
  height: 80px;
}
#top_button_banner_cp:hover {
  background-position: 0px -80px;
  width:240px;
}


#top_button_banner_konapra {
  margin-top:10px;
  background: url("/game/getprize/knst/np/img/ks_banner/top_side_banner_konapura.png") no-repeat scroll transparent;
  width:240px;
  height:80px;
}
#top_button_banner_konapra a {
  display: block;
  width: auto;
  height: 80px;
}
#top_button_banner_konapra:hover {
  background-position: 0px -80px;
  width:240px;
}


#top_button_banner_cp500 {
  margin-top:10px;
  background: url("/game/eacloud/re/top/img/cm/cp500.png") no-repeat scroll transparent; 
  width:240px;
  height:80px;
}
#top_button_banner_cp500 a {
  display: flex;
  flex:auto;
  min-width: 0;
  width: auto;
  height: 80px;
}
#top_button_banner_cp500:hover {
  background-position: 0px -80px;
  width:240px;
}


