@charset "utf-8";


/*-------------------------------------------------------------------------------*/
/* グローバルナビ（大）の指定　ここから　-- */
/*-------------------------------------------------------------------------------*/

#global_navi{
	width: 100%;
	height: auto;
}

/*メインメニュー1段目の全体の領域指定*/
#mainmenu1_wrap{
	width: 100%;
	height: auto;
	background: linear-gradient(0deg, #48494a 0%, #838486 100%);
	background: -o-linear-gradient(90deg, #48494a 0%, #838486 100%);
	background: -moz-linear-gradient(90deg, #48494a 0%, #838486 100%);	
	background: -webkit-linear-gradient(90deg, #48494a 0%, #838486 100%);
	position: relative;
}

/*メインメニュー1段目の内部（メニュー画像配置部）領域指定*/
#mainmenu1_area{	
	width: 1110px;
    height: 40px;
    margin: 0 auto;
    /*padding-left: 5px;
	padding-right: 5px;*/
}

#mainmenu1_area ul {
    /*display: -webkit-flex;
    display: flex;*/
	display: -webkit-flex; /* Safari対応のつもり */
	display: -ms-flexbox; /* IE10以下対応 */
	display: flex;
}

/*古いsafari用 ver5.0くらい？*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
 ::i-block-chrome, #mainmenu1_area {
	 width: 1130px;
  }
  ::i-block-chrome, #mainmenu1_area li {
	 display: inline-block;
  }
 ::i-block-chrome, #mainmenu1_area li:last-child {
	 float: right;
	 clear: right;
  }
}

#mainmenu1_area li{	
	list-style: none;	
}

#mainmenu1_area li a{
	text-decoration: none;
	display: inline-block;
}



.gblmenu_btn_1st{
	width: 222px;
	height: 35px;
	background: linear-gradient(0deg, #48494a 0%, #838486 100%);
	background: -o-linear-gradient(90deg, #48494a 0%, #838486 100%);
	background: -moz-linear-gradient(90deg, #48494a 0%, #838486 100%);	
	background: -webkit-linear-gradient(90deg, #48494a 0%, #838486 100%);
	background-position: 0;
	position: relative;
	
}

.gblmenu_btn_1st:hover{
	background: linear-gradient(-90deg, rgb(131, 135, 235), #5f6ec7);
	background: -webkit-linear-gradient(-90deg, rgb(131, 135, 235), #5f6ec7);
	background: -moz-linear-gradient(-90deg, rgb(131, 135, 235), #5f6ec7);
	background: -o-linear-gradient(-90deg, rgb(131, 135, 235), #5f6ec7);
	background-position: 0;
}

.gblmenu_btn_1st_inner_line{
    width: 1px;
    margin-top: 1px;
    height: 38px;
    background: #ffffff;
    display: inline-block;
}

.gblmenu_btn_1st_inner_line_right{
    width: 1px;
    margin-top: 1px;
    height: 38px;
    background: #ffffff;
    display: inline-block;
	float: right;
	clear: right;
}

.gblmenu_btn_1st_gblmenu_btn_txt{
	width: 221px;
	text-align: center;
	color: #fff;
	font-size: 1.0em;
	text-shadow: 1px 2px #424242;
	position: absolute;
    top: 5px;
}

.gblmenu_btn_1st_gblmenu_btn_txt_mini{
	width: 221px;
	text-align: center;
	color: #fff;
	font-size: 0.6em;
	text-shadow: 1px 2px #424242;
	position: absolute;
    top: 25px;
}

.gblmenu_btn_1st_inner_bottom_line{
    width: 98%;
    height: 1px;
    margin-left: 2px;
    background: #ffffff;
    top: 37px;
    position: absolute;
}

/*for IE*/
@media all and (-ms-high-contrast: none){
	.gblmenu_btn_1st_inner_bottom_line{
    width: 98%;
    height: 1px;
    margin-left: -3px;
    background: #ffffff;
    top: 37px;
    position: absolute;
}
}






















/*TOPボタン指定*/
#mainmenu1_area li.top a{
	width: 222px;
    height: 50px;
    background: url("../../../image/index/btn_mainmenu1_top.png") no-repeat;
	display: inline-block;
	text-indent: -9999px;
}

#mainmenu1_area li.top a:hover{
	background-position: 0 -50px;
}

/*gamesボタン指定*/
#mainmenu1_area li.games a{
	width: 222px;
    height: 50px;
    background: url("../../../image/index/btn_mainmenu1_games.png") no-repeat;
	display: inline-block;
	text-indent: -9999px;
}

#mainmenu1_area li.games a:hover{
	background-position: 0 -50px;
}

/*ruleボタン指定*/
#mainmenu1_area li.rule a{
	width: 222px;
    height: 50px;
    background: url("../../../image/index/btn_mainmenu1_rule.png") no-repeat;
	display: inline-block;
	text-indent: -9999px;
}

#mainmenu1_area li.rule a:hover{
	background-position: 0 -50px;
}

/*faqボタン指定*/
#mainmenu1_area li.faq a{
	width: 222px;
    height: 50px;
    background: url("../../../image/index/btn_mainmenu1_faq.png") no-repeat;
	display: inline-block;
	text-indent: -9999px;
}

#mainmenu1_area li.faq a:hover{
	background-position: 0 -50px;
}

/*policyボタン指定*/
#mainmenu1_area li.policy a{
	width: 222px;
    height: 50px;
    background: url("../../../image/index/btn_mainmenu1_store.png") no-repeat;
	display: inline-block;
	text-indent: -9999px;
}

#mainmenu1_area li.policy a:hover{
	background-position: 0 -50px;
}

/*policyボタン指定*/
#mainmenu1_area li.store a{
	width: 222px;
    height: 50px;
    background: url("../../../image/index/btn_mainmenu1_store.png") no-repeat;
	display: inline-block;
	text-indent: -9999px;
}

#mainmenu1_area li.store a:hover{
	background-position: 0 -50px;
}


/*--メインメニュー1段目の指定　ここまで--------------------------*/


/* メインメニュー2段目の指定　ここから　--------------------- */

/* 2段目メニューと3段目メニューの下のラインレイアウト */
div.menu_sepalateline{
	width: 100%;
	height: 3px;
	background-color: #dadbdb;
}

/*メインメニュー2段目の全体の領域指定*/

#mainmenu2_wrap{
	width:100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 3px;
	/*background: -webkit-linear-gradient(90deg, #e8e8e8 0%, #fcfcfc 100%);
	background: -moz-linear-gradient(90deg, #e8e8e8 0%, #fcfcfc 100%);
	background: -o-linear-gradient(90deg, #e8e8e8 0%, #fcfcfc 100%);
	background: linear-gradient(0deg, #e8e8e8 0%, #fcfcfc 100%);*/
}

/*メインメニュー2段目の内部（メニュー画像配置部）領域指定*/
#mainmenu2_area{	
	width: 975px;/*960*/
	height: auto;/*50*//*45*/
	margin: 0 auto;
	position: relative;
}

#mainmenu2_area ul {
    /*display: -webkit-flex;
    display: flex;*/
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-feature-settings : "palt" 4;
}

#mainmenu2_area li{
	/*list-style: none;
	margin-right: 15px;*/
	
	list-style: none;
    margin-right: 10px;
    display: inline-block;
   
}

#mainmenu2_area li:last-of-type{
	list-style: none;
	margin-right: 0px;	
    display: inline-block;
}

#mainmenu2_area li a{
	text-decoration: none;
}

.gblmenu_btn_2nd{
	width: 180px;
	height: 30px;
	border: 1px solid #65a0b1;
	border-radius: 6px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
	padding: 3px 0px 5px 0px;
	background: linear-gradient(180deg, rgb(150, 213, 232), #66b3c9);
	background: -webkit-linear-gradient(-90deg, rgb(150, 213, 232), #66b3c9);
	background: -moz-linear-gradient(-90deg, rgb(150, 213, 232), #66b3c9);
	background: -o-linear-gradient(-90deg, rgb(150, 213, 232), #66b3c9);
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.20);
	
}

.gblmenu_btn_2nd:hover{
	background: linear-gradient(0deg, rgb(131, 135, 235), #5f6ec7);
	background: -webkit-linear-gradient(-90deg, rgb(131, 135, 235), #5f6ec7);
	background: -moz-linear-gradient(-90deg, rgb(131, 135, 235), #5f6ec7);
	background: -o-linear-gradient(-90deg, rgb(131, 135, 235), #5f6ec7);
	background-position: 0;
}

.gblmenu_btn_pict{
	width: 32px;
	height: 32px;
	float: left;
	clear: right;
	margin-left: 5px;
}

.gblmenu_btn_txt{
	color: #fff;
	line-height: 1.2;
	font-size: 0.87em;
	text-shadow: 1px 2px #4e98ae;
	float: left;
    clear: right;
	margin-top: 0px;
    margin-left: 10px;
    font-feature-settings: "palt" 3;
}

.line_2nd{
	width: 100%;
	height: 1px;
	background-color: #c9c9c9;
}











/*ひとりで～ボタン指定*/
/*#mainmenu2_area li.hitori a{ 
	width: 180px;
    height: 45px;	
    background: url("../../../image/index/btn_mainmenu2_hitori.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

#mainmenu2_area li.hitori a:hover{
	background-position: 0 -45px;
}*/

/*ふたりで～ボタン指定*/
/*#mainmenu2_area li.futari a{ 
	width: 180px;
    height: 45px;
    background: url("../../../image/index/btn_mainmenu2_futari.png") no-repeat;
   display: inline-block;
    text-indent: -9999px;
}

#mainmenu2_area li.futari a:hover{
	background-position: 0 -45px;
}*/

/*みんなで～ボタン指定*/
#mainmenu2_area li.family a{ 
	width: 180px;
    height: 45px;
    background: url("../../../image/index/btn_mainmenu2_family.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
}

#mainmenu2_area li.family a:hover{
	background-position: 0 -45px;
}

/*カジノ～ボタン指定*/
#mainmenu2_area li.casino a{ 
	width: 180px;
    height: 45px;
    background: url("../../../image/index/btn_mainmenu2_casino.png") no-repeat;
   display: inline-block;
    text-indent: -9999px;
}

#mainmenu2_area li.casino a:hover{
	background-position: 0 -45px;
}
/*その他～ボタン指定*/
#mainmenu2_area li.others a{ 
	width: 180px;
    height: 45px;
	background: url("../../../image/index/btn_mainmenu2_others.png") no-repeat;
	display: inline-block;
    text-indent: -9999px;
}

#mainmenu2_area li.others a:hover{
	background-position: 0 -45px;
}

/*--メインメニュー2段目の指定　ここまで--------------------------*/


/* メインメニュー3段目の指定　ここから　--------------------- */


/*メインメニュー3段目の全体の領域指定*/

#mainmenu3_wrap{
	width:100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: -webkit-linear-gradient(90deg, #e8e8e8 0%, #fcfcfc 100%);
	background-image: -moz-linear-gradient(90deg, #e8e8e8 0%, #fcfcfc 100%);
	background-image: -o-linear-gradient(90deg, #e8e8e8 0%, #fcfcfc 100%);
	background-image: linear-gradient(0deg, #e8e8e8 0%, #fcfcfc 100%);
}

/*メインメニュー3段目の内部（メニュー画像配置部）領域指定*/
#mainmenu3_area{	
	width: 960px;
	height: 45px;
	margin: 0 auto;
	position: relative;
}

#mainmenu3_area ul {
    display: -webkit-flex;
    display: flex;
}

#mainmenu3_area li{
	list-style: none;
	margin-right: 15px;
}

#mainmenu3_area li:last-of-type{
	list-style: none;
	margin-right: 0px;
}

#mainmenu3_area li a{
	text-decoration: none;
	display: inline-block;
}

/*ひとりで～ボタン指定*/
#mainmenu3_area li.named a{ 
	width: 180px;
    height: 45px;
    background: url("../../../image/index/btn_mainmenu3_named.png") no-repeat;
	display: inline-block;
    text-indent: -9999px;
}

#mainmenu3_area li.named a:hover{
	background-position: 0 -45px;
}

/*ふたりで～ボタン指定*/
#mainmenu3_area li.level a{ 
	width: 180px;
    height: 45px;
    background: url("../../../image/index/btn_mainmenu3_level.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
}

#mainmenu3_area li.level a:hover{
	background-position: 0 -45px;
}

/*みんなで～ボタン指定*/
#mainmenu3_area li.genre a{ 
	width: 180px;
    height: 45px;
    background: url("../../../image/index/btn_mainmenu3_genre.png") no-repeat;
	display: inline-block;
    text-indent: -9999px;
}

#mainmenu3_area li.genre a:hover{
	background-position: 0 -45px;
}

/*タブレット～ボタン指定*/
#mainmenu3_area li.tablet a{ 
	width: 180px;
    height: 45px;
	background: url("../../../image/index/btn_mainmenu3_tablet.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
}

#mainmenu3_area li .tablet a:hover{
	background-position: 0 -45px;
}

/*フラッシュ～ボタン指定*/
#mainmenu3_areay li.flash a{ 
	width: 180px;
    height: 45px;
	background: url("../../../image/index/btn_mainmenu3_flash.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
}

#mainmenu3_area li.flash a:hover{
	background-position: 0 -45px;
}

/*ストア～ボタン指定*/
#mainmenu3_area li.store a{ 
	width: 180px;
    height: 45px;
	background: url("../../../image/index/btn_mainmenu3_store_sprite.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
}

#mainmenu3_area li.store a:hover{
	background-position: 0 -45px;
}

/*--メインメニュー3段目の指定　ここまで--------------------------*/
/*==============　グローバルナビ（大）の指定　ここまで=============================================================================================================================*/





/*==============　ゲームリストコンテンツページ　ナビゲーション各要素指定　ここから=================================================================================================*/

/*フラットボタン表示領域の指定*/
#flat_btn_area{
	width: 1110px;
	height: auto;
	padding-top: 10px;
	position: relative;
}
/*下段*/
#flatarea_area_under{
	width: 1110px;
    height: auto;
	margin-left: 107px;
    position: relative;
}

/*フラットボタン要素の指定*/
div.child_flatmenu_child{
	width: 180px;
	height: 144px;
	left: 45px;
	margin-right: 25px;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
}

div.child_flatmenu_child:last-of-type{
	width: 180px;
	height: 144px;
	left: 45px;
	margin-right: 0px;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
}

/*メニュー画像の各スプライト指定---------------------------------------------------------------*/

.flt_hitori a{ 
	width: 180px;
    height: 144px;
    background: url(../../../image/gamelist/btn_uc_fltmenu_hitori.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
.flt_hitori a:hover{
	background-position: 0 -144px;
	float: left;
}

.flt_futari a{ 
	width: 180px;
    height: 144px;
    background: url(../../../image/gamelist/btn_uc_fltmenu_futari.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
.flt_futari a:hover{
	background-position: 0 -144px;
	float: left;
}

.flt_kazoku a{ 
	width: 180px;
    height: 144px;
    background: url(../../../image/gamelist/btn_uc_fltmenu_kazoku.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
.flt_kazoku a:hover{
	background-position: 0 -144px;
	float: left;
}

.flt_casino a{ 
	width: 180px;
    height: 144px;
    background: url(../../../image/gamelist/btn_uc_fltmenu_casino.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
.flt_casino a:hover{
	background-position: 0 -144px;
	float: left;
}

.flt_others a{ 
	width: 180px;
    height: 144px;
    background: url(../../../image/gamelist/btn_uc_fltmenu_others.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
.flt_others a:hover{
	background-position: 0 -144px;
	float: left;
}

.flt_wordttl a{ 
	width: 180px;
    height: 144px;
    background: url(../../../image/gamelist/btn_uc_fltmenu_wordttl.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
.flt_wordttl a:hover{
	background-position: 0 -144px;
	float: left;
}

.flt_genre a{ 
	width: 180px;
    height: 144px;
    background: url(../../../image/gamelist/btn_uc_fltmenu_genre.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
.flt_genre a:hover{
	background-position: 0 -144px;
	float: left;
}

.flt_level a{ 
	width: 180px;
    height: 144px;
    background: url(../../../image/gamelist/btn_uc_fltmenu_level.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
.flt_level a:hover{
	background-position: 0 -144px;
	float: left;
}

.flt_flash a{ 
	width: 180px;
    height: 144px;
    background: url(../../../image/gamelist/btn_uc_fltmenu_flash.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
.flt_flash a:hover{
	background-position: 0 -144px;
	float: left;
}

.flt_tablet a{ 
	width: 180px;
    height: 144px;
    background: url(../../../image/gamelist/btn_uc_fltmenu_tablet.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
.flt_tablet a:hover{
	background-position: 0 -144px;
	float: left;
}

.flt_online a{ 
	width: 180px;
    height: 144px;
    background: url(../../../image/gamelist/btn_uc_fltmenu_online.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
.flt_online a:hover{
	background-position: 0 -144px;
	float: left;
}


/*ゲーム性別メニュー要素指定　ここから　--------------------- */
#uc_genre_menucontent{	
	width: auto;
    height: 35px;
    margin-top: 2px;
    position: relative;
    float: right;
    clear: right;
}

#uc_genre_menucontent ul {
    display: -webkit-flex;
    display: flex;
}

#uc_genre_menucontent li{
	list-style: none;
}

#uc_genre_menucontent .slt a{ 
	width: 134px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_genremenu_slt.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
#uc_genre_menucontent .slt a:hover{
	background-position: 0 -35px;
}


#uc_genre_menucontent .trk a{ 
	width: 134px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_genremenu_trk.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
#uc_genre_menucontent .trk a:hover{
	background-position: 0 -35px;
}

#uc_genre_menucontent .stp a{ 
	width: 134px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_genremenu_stp.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
#uc_genre_menucontent .stp a:hover{
	background-position: 0 -35px;
}

#uc_genre_menucontent .rmy a{ 
	width: 134px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_genremenu_rmy.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
#uc_genre_menucontent .rmy a:hover{
	background-position: 0 -35px;
}

#uc_genre_menucontent .csn a{ 
	width: 134px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_genremenu_csn.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
#uc_genre_menucontent .csn a:hover{
	background-position: 0 -35px;
}

#uc_genre_menucontent .nsk a{ 
	width: 134px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_genremenu_nsk.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
#uc_genre_menucontent .nsk a:hover{
	background-position: 0 -35px;
}


/*--ゲームルールの難解度別メニュー要素指定　ここから--------------------------*/

#uc_genre_menucontent .l1 a{ 
	width: 134px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_levelmenu_1.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
#uc_genre_menucontent .l1 a:hover{
	background-position: 0 -35px;
	float: left;
}

#uc_genre_menucontent .l2 a{ 
	width: 134px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_levelmenu_2.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
#uc_genre_menucontent .l2 a:hover{
	background-position: 0 -35px;
	float: left;
}

#uc_genre_menucontent .l3 a{ 
	width: 134px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_levelmenu_3.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
#uc_genre_menucontent .l3 a:hover{
	background-position: 0 -35px;
	float: left;
}

#uc_genre_menucontent .l4 a{ 
	width: 134px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_levelmenu_4.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
#uc_genre_menucontent .l4 a:hover{
	background-position: 0 -35px;
	float: left;
}

#uc_genre_menucontent .l5 a{ 
	width: 134px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_levelmenu_5.png) no-repeat;
    display: block;
    text-indent: -9999px;
	float: left;
}
#uc_genre_menucontent .l5 a:hover{
	background-position: 0 -35px;
	float: left;
}



/*--ゲームの名前別メニュー要素指定　ここから--------------------------*/

#uc_genre_menucontent .a a{ 
	width: 89px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_wordmenu_a.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
#uc_genre_menucontent .a a:hover{
	background-position: 0 -35px;
}


#uc_genre_menucontent .ka a{ 
	width: 89px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_wordmenu_ka.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
#uc_genre_menucontent .ka a:hover{
	background-position: 0 -35px;
}

#uc_genre_menucontent .sa a{ 
	width: 89px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_wordmenu_sa.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
#uc_genre_menucontent .sa a:hover{
	background-position: 0 -35px;
}

#uc_genre_menucontent .ta a{ 
	width: 89px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_wordmenu_ta.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
#uc_genre_menucontent .ta a:hover{
	background-position: 0 -35px;
}

#uc_genre_menucontent .na a{ 
	width: 89px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_wordmenu_na.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
#uc_genre_menucontent .na a:hover{
	background-position: 0 -35px;
}

#uc_genre_menucontent .ha a{ 
	width: 89px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_wordmenu_ha.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
#uc_genre_menucontent .ha a:hover{
	background-position: 0 -35px;
}

#uc_genre_menucontent .ma a{ 
	width: 89px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_wordmenu_ma.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
#uc_genre_menucontent .ma a:hover{
	background-position: 0 -35px;
}

#uc_genre_menucontent .ya a{ 
	width: 89px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_wordmenu_ya.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
#uc_genre_menucontent .ya a:hover{
	background-position: 0 -35px;
}

#uc_genre_menucontent .ra a{ 
	width: 89px;
    height: 35px;
    background: url(../../../image/gamelist/btn_uc_wordmenu_ra2.png) no-repeat;
    display: block;
    text-indent: -9999px;
}
#uc_genre_menucontent .ra a:hover{
	background-position: 0 -35px;
}

/*==============　ゲームリストコンテンツページ　ナビゲーション各要素指定　ここまで=================================================================================================*/