<cmd:SetContentType value="text/css;charset=Shift_JIS" />
[@noreplace@]
/* --------------------------------------*/
/* TOP GAMETITLE                         */
/* --------------------------------------*/



/* --------------------------------------*/
/* レイアウト                      */
/* --------------------------------------*/


    .game_select_box {

    }
    
    .game_select_box2 {
    display: flex;
    flex-wrap: wrap;            /* 折り返し指定 */
    justify-content:center;      /* 中央揃え指定 */
    align-content:space-around;      /* 折り返し時の配置指定 */
    column-gap: 12px;          /* 横の余白調整 */
    row-gap: 12px;             /* 下の余白調整 */

    border: 1px #000 solid;     /* 枠線 */
    padding:  12px;             /* 余白指定 */
    }


    .game_select_title_box {
    position: relative;
    background-color:  #fff;    /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    max-width: 100%;
    max-height: auto;
    
    font-size: 16px;
    font-weight:bold;

    border: 1px #000 solid;  /* 枠線 */
    border-radius: 6px;      /* 角丸 */
    }
    
    .game_select_space {   
    margin-top:6px;
    }
    
   /* ジャンルアイコンレイアウト設定 */
   .game_select_icon_box {
    position: absolute;
    top: 10px;
    right: 10px;
    align-items: flex-start;
    }
    
    /* ジャンルアイコン設定 */
    #icon_game {
      font-size:10pt;
      width:auto;
      height:auto;
      padding:4px 10px;
      margin:8px 2px;
      line-height:24px;
      white-space: nowrap;
      background:#ff8827;
      box-sizing:border-box;
      color:#fff;
      letter-spacing:1px;
      border-radius: 5px;
    }
    
    
    /* データ連携アイコンレイアウト設定 */
    .subicon_game_box {
    top: 240px;
    left: 10px;
    display: flex;
    align-items: center;
    height: 90px;
    width: auto;
    }
    
    
    /* バナーレイアウト設定 */
    .game_select_img_box {
    position: relative;
    margin: 0 auto; /* 中央揃え */
    align-items: flex-start;
    }
    
    .game_select_img_box img {  /* 画像をはみ出させない */
    width: 100%;
    }


    /* バナーマウスオーバー設定 */
    .game_select_img_over {    
    width: 422px;
    height: 238px;
    position: absolute;
    background: rgba(0,0,0,0);
    opacity: 0;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    transition: .3s;
    }

    .game_select_img_over:hover {
    background: rgba(255,255,255,0.6);
    opacity: 1;
    }

    .game_select_img_over a {
    width: 422px;
    height: 238px;
    }
    
   
   /* 文字の色 */
   .game_select_font {
    color: #cd5c5c;     /* 文字色指定 */
} 








/* --------------------------------------*/
/* 前からあるやつ                      */
/* --------------------------------------*/

#top_gametitle_anq {
  margin:6px 8px;
  background: url("${cache_locator}/game/eacloud/p/images/cm/top_gametitle_anq.png") no-repeat scroll transparent; 
  width:420px;
  height:100px;
  z-index: 1;
  box-sizing:border-box;
}
@media(min-width:501px){
.top_gametitle_img {
  margin:6px 8px;
  margin-top:42px;
    width:420px;
  height:auto;
  z-index: 1;
  box-sizing:border-box;
}}

@media(max-width:500px){
.top_gametitle_img {
  margin:4px 8px;
  width:100%;
  height:auto;
  z-index: 1;
  box-sizing:border-box;
}}


.box_gamettl_red {
  width:100%;
  height:auto;
  padding:4px 10px;
    background:#c00;
  background:-webkit-gradient(linear, left top, right top, from(#f00), to(#000));
  background:-webkit-linear-gradient(left, #f00, #000);
  background:linear-gradient(to right, #f00, #000);
  border:solid 1px #000;
  box-sizing:border-box;
}
.box_gamettl_orange {
  width:100%;
  height:auto;
  padding:4px 10px;
    background:#c00;
  background:-webkit-gradient(linear, left top, right top, from(#f80), to(#000));
  background:-webkit-linear-gradient(left, #f80, #000);
  background:linear-gradient(to right, #f80, #000);
  border:solid 1px #000;
  box-sizing:border-box;
}

.box_gamettl_green {
  width:100%;
  height:auto;
  padding:4px 10px;
    background:#0c0;
  background:-webkit-gradient(linear, left top, right top, from(#0c0), to(#000));
  background:-webkit-linear-gradient(left, #0c0, #000);
  background:linear-gradient(to right, #0c0, #000);
  border:solid 1px #000;
  box-sizing:border-box;
}
.box_gamettl_black {
  width:100%;
  height:auto;
  padding:4px 10px;
  background:#000;
  box-sizing:border-box;
}
.text_top {
  text-shadow:#000 2px 2px 2px;
  font-size:14pt;
  color:#fff;
}
.text_tip {
  text-shadow:#000 2px 2px 2px;
  font-size:10pt;
  color:#fff;
}
.text_men {
  float:left;
  font-size:10pt;
  color:#fff;
  padding-right:6px;
}

/*2列時は片側2タイトルまで*/
@media (min-width:840px){
#top_gametitle {
  position: relative;
  height:345px;
  width:100%;
}
.top_gametitle_bannerL {
  width:49%;
  height:auto;
  float:left;
  margin:0px;
  box-sizing:border-box;
}
.top_gametitle_bannerR {
  width:49%;
  height:auto;
  float:left;
  margin-left:4px;
  box-sizing:border-box;
}}

@media (max-width:839px){
#top_gametitle {
  position: relative;
  height:auto;
  width:98%;
  margin:0 auto;
}
.top_gametitle_bannerL {
  width:96%;
  float:left;
  margin:0px auto;
}
.top_gametitle_bannerR {
  width:96%;
  float:left;
  margin:0px auto;
}}

#gamebox2 {
  display: flex;
  align-content: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
  background:#fffc;
  position: relative;
  padding:6px;
  border:dotted 1px #ddd;
  box-sizing:border-box;
  height: auto;
  width: 100%;
}

#top_gametitle_none {
  float:left; margin:6px 8px;
  height: 140px;
  width: 10px;
  border:solid 1px #ccc;
  background:#fff;
}

#top_gametitle_bsac {
  margin:6px 4px;
  background: url("${cache_locator}/game/eacbusoshinki/bc/ks_banner/top_gametitle_bsac.png") no-repeat scroll transparent;
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_bsac a {
  display: block;
  width:190px;
  height: 140px;
  box-sizing:border-box;
}
#top_gametitle_bsac:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}

#top_gametitle_konapra {
  margin:6px 4px;
  background: url("${cache_locator}/game/getprize/knst/np/img/ks_banner/top_gametitle_konapura.png") no-repeat scroll transparent;
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_konapra a {
  display: block;
  width:190px;
  height: 140px;
  box-sizing:border-box;
}
#top_gametitle_konapra:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}

#top_gametitle_conp {
  margin:6px 4px;
  background: url("${cache_locator}/game/eacloud/p/images/cm/top_side_banner_conp_start.png") no-repeat scroll transparent; 
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_conp a {
  display: block;
  width:190px;
  height: 140px;
}
#top_gametitle_conp:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}

#top_gametitle_ddr {
  margin:6px 4px;
  background: url("${cache_locator}/game/eacddr/konaddr/images/top_gametitle_ddr.png") no-repeat scroll transparent; 
  width:240px;
  height: 140px;
  z-index: 1;
  box-sizing:border-box;
}
#top_gametitle_ddr a {
  display: block;
  width:240px;
  height: 140px;
}
#top_gametitle_ddr:hover {
  background-position: 0px -140px;
  width:240px;
  height: 140px;
}

#top_gametitle_qma {
  margin:6px 4px;
  background: url("${cache_locator}/game/qma/eacloud/p/images/game/top_gametitle_qma.png") no-repeat scroll transparent; 
  width:300px;
  height: 140px;
  z-index: 1;
  box-sizing:border-box;
}
#top_gametitle_qma a {
  display: block;
  width:300px;
  height: 140px;
}
#top_gametitle_qma:hover {
  background-position: 0px -140px;
  width:300px;
  height: 140px;
}

#top_gametitle_qks {
  margin:6px 4px;
  background: url("${cache_locator}/game/qk_stadium/images/konast/top_gametitle_qks.png") no-repeat scroll transparent; 
  width:300px;
  height: 140px;
  z-index: 1;
  box-sizing:border-box;
}
#top_gametitle_qks a {
  display: block;
  width:300px;
  height: 140px;
}
#top_gametitle_qks:hover {
  background-position: 0px -140px;
  width:300px;
  height: 140px;
}

#top_gametitle_xxx {
  margin:6px 4px;
  background: url("${cache_locator}/game/eacloud/p/images/game/top_gametitle_xxx.png") no-repeat scroll transparent; 
  width:300px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_xxx a {
  display: block;
  width:190px;
  height: 140px;
}
#top_gametitle_xxx:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}
#top_gametitle_popn {
  margin:6px 4px;
  background: url("${cache_locator}/game/eacpopn/lively/images/konast/top_gametitle_popn.png") no-repeat scroll transparent; 
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_popn a {
  display: block;
  width:190px;
  height: 140px;
}
#top_gametitle_popn:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}

#top_gametitle_sdvx {
  margin:6px 4px;
  background: url("${cache_locator}/game/eacsdvx/vi/images/game/top_gametitle_sdvx.png") no-repeat scroll transparent; 
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_sdvx a {
  display: block;
  width:190px;
  height: 140px;
}
#top_gametitle_sdvx:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}
#top_gametitle_sdvxiii {
  margin:6px 4px;
  background: url("${cache_locator}/game/eacsdvx/iii/p/images/game/top_gametitle_sdvx.png") no-repeat scroll transparent; 
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_sdvxiii a {
  display: block;
  width:190px;
  height: 140px;
}
#top_gametitle_sdvxiii:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}

#top_gametitle_shogi {
  margin:6px 4px;
  background: url("${cache_locator}/game/shogi/eacloud/p/images/game/top_gametitle_shogi.png") no-repeat scroll transparent; 
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_shogi a {
  display: block;
  width:190px;
  height: 140px;
}
#top_gametitle_shogi:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}

#top_gametitle_mfc {
  margin:6px 4px;
  background: url("${cache_locator}/game/mfc/eacloud/p/images/game/top_gametitle_mfc.png") no-repeat scroll transparent; 
  width:300px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_mfc a {
  display: block;
  width:300px;
  height: 140px;
}
#top_gametitle_mfc:hover {
  background-position: 0px -140px;
  width:300px;
  height: 140px;
}

#top_gametitle_iidx {
  margin:6px 4px;
  background: url("${cache_locator}/game/eac2dx/infinitas/p/images/game/top_gametitle_iidx.png") no-repeat scroll transparent; 
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_iidx a {
  display: block;
  width:190px;
  height: 140px;
  box-sizing:border-box;
}
#top_gametitle_iidx:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}
#top_gametitle_iidx2 {
  margin:6px 4px;
  background: url("${cache_locator}/game/infinitas/2/img/eacloud/top_gametitle_iidx2.png") no-repeat scroll transparent; 
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_iidx2 a {
  display: block;
  width:190px;
  height: 140px;
  box-sizing:border-box;
}
#top_gametitle_iidx2:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}

#top_gametitle_ek {
  margin:6px 4px;
  background: url("${cache_locator}/game/ek/eacloud/p/images/game/top_gametitle_ec.png") no-repeat scroll transparent; 
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_ek a {
  display: block;
  width:190px;
  height: 140px;
  box-sizing:border-box;
}
#top_gametitle_ek:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}

#top_gametitle_an5 {
  margin:6px 4px;
  background: url("${cache_locator}/game/lotta/anknst/eacloud/p/images/game/top_gametitle_anm.png") no-repeat scroll transparent; 
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_an5 a {
  display: block;
  width:190px;
  height: 140px;
  box-sizing:border-box;
}
#top_gametitle_an5:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}
#top_gametitle_fp1 {
  margin:6px 4px;
  background: url("${cache_locator}/game/featurepremium/eacloud/p/images/game/top_gametitle_fp_tdr.png") no-repeat scroll transparent; 
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_fp1 a {
  display: block;
  width:190px;
  height: 140px;
  box-sizing:border-box;
}
#top_gametitle_fp1:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}
<!--#top_gametitle_fp_magi7 {
  margin:6px 4px;
  background: url("${cache_locator}/game/featurepremium/ea_magihallo7/eacloud/p/images/game/top_gametitle_fp_tdr.png") no-repeat scroll transparent; 
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_magi7 a {
  display: block;
  width:190px;
  height: 140px;
  box-sizing:border-box;
}
#top_gametitle_magi7:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}-->

#top_gametitle_medal {
  margin:6px 4px;
  background: url("${cache_locator}/game/medal/eacloud/p/images/game/top_gametitle_mdl.png") no-repeat scroll transparent; 
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_medal a {
  display: block;
  width:190px;
  height: 140px;
  box-sizing:border-box;
}
#top_gametitle_medal:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}

#top_gametitle_gfdm {
  margin:6px 4px;
  background: url("${cache_locator}/game/eacgitadora/konagt/images/game/top_gametitle_gitadora.png") no-repeat scroll transparent; 
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_gfdm a {
  display: block;
  width:190px;
  height: 140px;
  box-sizing:border-box;
}
#top_gametitle_gfdm:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}

#top_gametitle_nos {
  margin:6px 4px;
  background: url("${cache_locator}/game/eacnostalgia/op3/images/konast/top_gametitle_nostalgia.png") no-repeat scroll transparent; 
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_nos a {
  display: block;
  width:190px;
  height: 140px;
  box-sizing:border-box;
}
#top_gametitle_nos:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}

#top_gametitle_bg {
  margin:6px 4px;
  background: url("${cache_locator}/game/eacbg/bg/ks_banner/top_gametitle_bombergirl.png") no-repeat scroll transparent;
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_bg a {
  display: block;
  width:190px;
  height: 140px;
  box-sizing:border-box;
}
#top_gametitle_bg:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}

#top_gametitle_sen4 {
  margin:6px 4px;
  background: url("${cache_locator}/game/kps-sengokucollection4/eacloud/p/images/game/top_gametitle_kpssc4.png") no-repeat scroll transparent;
  width:190px;
  height: 140px;
  z-index: 1;
}
#top_gametitle_sen4 a {
  display: block;
  width:190px;
  height: 140px;
  box-sizing:border-box;
}
#top_gametitle_sen4:hover {
  background-position: 0px -140px;
  width:190px;
  height: 140px;
}



[@/noreplace@]