@charset "utf-8";
*{margin:0;padding:0}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0.1em;
	overflow:hidden;
}
body
{
	-webkit-text-size-adjust: 100%;
	font-family:Noto Sans Japanese,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN",meiryo,sans-serif;
	background:#101010;
}
a
{
	text-decoration: none;
}
h2 a
{
	color:#ffffff;
}
#head_container
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#000000;
	z-index:20;
}
#body_container
{
	margin:65px 0 0;
	width:100%;
}
#foot_container
{
	width:100%;
}
#header
{
	width:1200px;
	margin:0 auto;
}
#body_main
{
	width:1200px;
	margin:0 auto;
}
#body_pic
{
	margin:0 0 60px;
}
#footer
{
	width:1200px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	color:#d0d0d0;
	font-size:12px;
}
#foot_ads
{
	width:680px;
	margin:0 auto;
	padding:20px 0;
}
#foot_ads_item
{
	float:left;
	width:300px;
	height:250px;
	padding:0 20px;
}
#header_detail
{
	width:100%;
}
#header_logo
{
	float:left;
	width:200px;
	margin:0 9px 0 0;
	padding:5px 0 0;
}
#header_logo img
{
	display:block;
	width:100%;
	height:auto;
	border:0;
}
#header_menu
{
	float:left;
	width:970px;
	margin:0;
	padding:0 10px;
	color:#ff2020;
}
#header_genre_area
{
	position:relative;
	float:left;
	margin:16px;
	width:170px;
}
#header_genre_btn
{
	cursor:pointer;
	position:relative;
	padding:0 15px;
	line-height:30px;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	border:1px solid #ffffff;
}
#header_genre_btn:after
{
	margin:0 0 0 15px;
	content:'▼';
	font-size:12px;
	color:#ffffff;
}
#header_genre_wnd
{
	position:absolute;
	display:none;
	opacity:0;
	top:101%:
	left:0;
	width:430px;
	padding:20px 0;
	color:#ffffff;
	background:#000000;
	box-shadow:0 0 8px #898989;
	z-index:9;
}
#header_genre_area:hover > #header_genre_wnd
{
	display:block;
	opacity:1;
}
ul.ganre_list
{
	list-style-type:none;
	width:100%;
}
ul.ganre_list li
{
	box-sizing: border-box;
	float:left;
	padding:0 5px 0 15px;
	text-align:left;
	width:33%;
	line-height:28px;
	font-size:14px;
	font-weight:normal;
}
ul.ganre_list li a
{
	display:block;
	width:100%;
	line-height:24px;
	color:#ffffff;
}
ul.ganre_list li a:hover
{
	color:#d0d0d0;
	text-decoration:underline;
}

#header_tools
{
	position:relative;
	float:right;
	width:500px;
}
#header_tools_detail
{
}
#header_tools_wnd
{
	position:absolute;
	display:none;
	opacity:0;
	top:100%:
	left:0;
	width:500px;
	height:90vh;
	color:#ffffff;
	background:#000000;
	border:1px solid #989898;
	box-shadow:0 0 8px #898989;
	overflow:auto;
	z-index:9;
}
#news_icon_area
{
	float:left;
	width:30px;
	margin:16px 20px 0 0;
	padding:0;
}
#news_icon
{
	cursor:pointer;
	display:block;
	width:100%;
	height:auto;
	border:0;
}
#contact_icon_area
{
	float:left;
	width:30px;
	margin:16px 0 0 20px;
	padding:0;
}
#contact_icon
{
	cursor:pointer;
	display:block;
	width:100%;
	height:auto;
	border:0;
}
#search_form
{
	float:left;
	width:380px;
	margin:16px 0;
	padding:0 9px;
	border:1px solid #646464;
}
#SearchForm
{
	box-sizing:border-box;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#989898;
	background:transparent;
	border:0;
}
#search_title
{
	padding:5px 10px;
	font-size:15px;
	font-weight:bold;
	color:#989898;
	background:#282828;
	border-bottom:1px solid #989898;
}
#search_item_thum
{
	float:left;
	width:60px;
	padding:5px 15px 5px 10px;
}
#search_item_thum img
{
	display:block;
	width:100%;
	height:auto;
	border:0;
}
#search_item_title
{
	box-sizing:border-box;
	float:left;
	width:100%;
	margin:0 0 0 -85px;
	padding:0 0 0 85px;
	line-height:50px;
	font-size:15px;
	font-weight:bold;
	color:#a0a0a0;
}
#news_item
{
	padding:10px;
	border-bottom:1px solid #989898;
}
#news_item_thum
{
	float:left;
	width:140px;
	padding:0 15px 0 0;
}
#news_item_thum img
{
	display:block;
	width:100%;
	height:auto;
	border:0;
}
#news_item_detail
{
	box-sizing:border-box;
	float:left;
	width:100%;
	margin:0 0 0 -155px;
	padding:0 0 0 155px;
}
#news_item_detail_text
{
	line-height:18px;
	font-size:14px;
	color:#e0e0e0;
}
#news_item_detail_date
{
	margin:5px 0 0;
	font-size:13px;
	color:#868686;
}
#contact_title
{
	padding:10px 20px;
	color:#d0d0d0;
}
#contact_desc
{
	box-sizing:border-box;
	width:100%;
	padding:10px 30px 30px;
	line-height:18px;
	font-size:14px;
	color:#989898;
}
#contact_i_line
{
	padding:0 30px 20px;
}
#contact_i_tag
{
	padding:0 0 5px;
	line-height:18px;
	font-size:14px;
	color:#989898;
}
#contact_i_form
{
	box-sizing:border-box;
	padding:0 0 0 10px;
	width:100%;
	border:1px solid #646464;
}
#ContactNameForm,#ContactAdrsForm,#ContactTitleForm
{
	box-sizing:border-box;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#989898;
	background:transparent;
	border:0;
}
#ContactCntnsForm
{
	box-sizing:border-box;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	width:100%;
	height:120px;
	line-height:30px;
	font-size:14px;
	color:#989898;
	background:transparent;
	border:0;
}
#contact_i_btn
{
	width:150px;
	margin:20px auto;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#ffffff;
	background:#989898;
}
#contact_i_btn_act
{
	cursor:pointer;
	width:150px;
	margin:20px auto;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#ffffff;
	background:#ffb43e;
}
#contact_i_post
{
	box-sizing:border-box;
	width:100%;
	padding:10px 30px 30px;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
	color:#d0d0d0;
}

ul.mnv
{
	list-style-type:none;
	width:100%;
}
ul.mnv li
{
	display:inline-block;
	padding:0 8px;
	text-align:center;
	font-size:15px;
}
ul.mnv li a
{
	display:block;
	padding:5px 0 0;
	line-height:55px;
	color:#a1a1a1;
	border-bottom:5px solid #000000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
ul.mnv li a:hover
{
	border-bottom:5px solid #a1a1a1;
	color:#ffffff;
}
ul.mnv li.act
{
	display:inline-block;
	padding:0 8px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
}
ul.mnv li.act a
{
	display:block;
	padding:5px 0 0;
	line-height:55px;
	color:#ffffff;
	border-bottom:5px solid #ff7c98;
}
#games_list_wrap
{
	margin:0 0 50px;
}
#games_list_item
{
	display:flex;
	margin:0;
	width:1200px;
	height:186px;
	justify-content:center;
	align-items:center;
	transition:0.3s;
}
#games_list_item:hover
{
	width:1280px;
	height:231px;
	transform: translate(-40px);
}
#games_list_name
{
	padding:35px 0 25px;
	font-size:22px;
	font-weight:normal;
	line-height:22px;
	color:#ffffff;
}
div[id^="games_li_item"]
{
	position:relative;
	float:left;
	margin:auto 5px;
	width:290px;
	height:186px;
	overflow:hidden;
	box-shadow:0 0 8px #202020;
	transition:0.3s;
	z-index:2;
}
div[id^="games_li_item"]:hover
{
	width:360px;
	height:231px;
	box-shadow:0 0 15px #767676;
}
div[id^="games_li_item"]:hover > div[id^="games_lii_thum"]
{
	width:360px;
	opacity:0.5;
}
div[id^="games_li_item"]:hover > div[id^="games_lii_tag"]
{
	bottom:72px;
}
div[id^="games_li_item"]:hover > div[id^="games_lii_spr"]
{
	bottom:0;
}
div[id^="games_li_item"]:hover > div[id^="games_lii_arrow"]
{
	bottom:7px;
}
div[id^="games_lii_state"]
{
	position:absolute;
	width:120px;
	top:10px;
	right:15px;
	text-align:right;
	z-index:5;
}
div[id^="games_lii_thum"]
{
	width:290px;
	transition:0.3s;
	z-index:2;
}
div[id^="games_lii_thum"] img
{
	display:block;
	width:100%;
	height:auto;
	border:0;
	transition:0.3s;
}
div[id^="games_lii_tag"]
{
	position:absolute;
	width:100%;
	bottom:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, rgba(16,16,16,1)), color-stop(0.00, rgba(16,16,16,0)));
	background: -webkit-linear-gradient(rgba(16,16,16,0), rgba(16,16,16,1));
	background: -moz-linear-gradient(rgba(16,16,16,0), rgba(16,16,16,1));
	background: -o-linear-gradient(rgba(16,16,16,0), rgba(16,16,16,1));
	background: -ms-linear-gradient(rgba(16,16,16,0), rgba(16,16,16,1));
	background: linear-gradient(rgba(16,16,16,0), rgba(16,16,16,1));
	transition:0.2s;
	z-index:3;
}
#games_lii_genre
{
	box-sizing:border-box;
	padding:0 15px;
	width:100%;
}
#games_lii_genre p
{
	font-size:13px;
	font-weight:bold;
	z-index:4;
}
#games_lii_title
{
	box-sizing:border-box;
	padding:0 15px;
	width:100%;
	height:40px;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	word-break:break-all;
	color:#ffffff;
	overflow:hidden;
}
div[id^="games_lii_spr"]
{
	cursor:pointer;
	position:absolute;
	bottom:-72px;
	right:0;
	box-sizing:border-box;
	padding:5px 15px;
	width:100%;
	height:72px;
	text-align:left;
	font-size:12px;
	line-height:18px;
	color:#ffffff;
	background:#101010;
	overflow:hidden;
	transition:0.2s;
	z-index:3;
}
div[id^="games_lii_spr"]:hover + div[id^="games_lii_arrow"]
{
	border-color:#ff0000 transparent transparent transparent;
}
div[id^="games_lii_arrow"]:hover
{
	border-color:#ff0000 transparent transparent transparent;
}
div[id^="games_lii_arrow"]
{
	cursor:pointer;
	position:absolute;
	bottom:-75px;
	left:50%;
	width:0;
	height:0;
	border-style:solid;
	border-width:12px 36px 0 36px;
	border-color:#ffffff transparent transparent transparent;
	transform:translateY(0) translateX(-50%);
	-webkit- transform:translateY(0) translateX(-50%);
	transition:0.45s;
	z-index:4;
}
div[id^="games_lii_arrow"]:after
{
	position:absolute;
	content:'';
	top:-12px;
	left:50%;
	width:0;
	height:0;
	border-style:solid;
	border-width:8px 28px 0 28px;
	border-color:#101010 transparent transparent transparent;
	transform:translateY(0) translateX(-50%);
	-webkit- transform:translateY(0) translateX(-50%);
	z-index:5;
}
div[id^="games_detail"]
{
	position:relative;
	padding:0 5px;
	width:100%;
	height:360px;
	display:none;
	opacity:0;
	color:#ffffff;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transition:all 0.6s;
	overflow:hidden;
	z-index:1;
}
#games_detail_bg
{
	display:block;
	opacity:1;
	position:absolute;
	top:186px;
	left:0;
	width:640px;
	height:360px;
	overflow:hidden;
	z-index:1;
}
#games_detail_bg img
{
	display:block;
	width:auto;
	height:100%;
	border:0;
}
#games_detail_bg:after
{
	display:block;
	opacity:1;
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:640px;
	height:360px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, rgba(16,16,16,1)), color-stop(0.62, rgba(16,16,16,0)));
	background: -webkit-linear-gradient(top, rgba(16,16,16,0) 62%, rgba(16,16,16,1) 100%);
	background: -moz-linear-gradient(top, rgba(16,16,16,0) 62%, rgba(16,16,16,1) 100%);
	background: -o-linear-gradient(top, rgba(16,16,16,0) 62%, rgba(16,16,16,1) 100%);
	background: -ms-linear-gradient(top, rgba(16,16,16,0) 62%, rgba(16,16,16,1) 100%);
	background: linear-gradient(to bottom, rgba(16,16,16,0) 62%, rgba(16,16,16,1) 100%);
	z-index:2;
}
#games_detail_item
{
	display:block;
	opacity:1;
	position:absolute;
	bottom:-16px;
	left:0;
	width:100%;
	height:auto;
	z-index:3;
}
#games_d_page
{
	margin:0 12px;
	padding:10px 5px;
	float:left;
	font-size:17px;
	font-weight:bold;
	line-height:20px;
	color:#c0c0c0;
	border-bottom:4px solid transparent;
	transition:0.4s;
}
#games_d_page:before
{
	content:'';
	display:inline-block;
	margin:0;
	width:20px;
	height:20px;
	vertical-align:bottom;
	background:url("../image/siteparts/page_icon.png");
	background-repeat:no-repeat;
	background-position:center center;  
	background-size:20px 20px;
}
#games_d_page:hover
{
	color:#ffffff;
	border-bottom:4px solid #ffb43e;
}
#games_d_review
{
	cursor:pointer;
	margin:0 12px;
	padding:10px 5px;
	float:left;
	font-size:17px;
	font-weight:bold;
	line-height:20px;
	color:#c0c0c0;
	border-bottom:4px solid transparent;
	transition:0.4s;
}
#games_d_review:before
{
	content:'';
	display:inline-block;
	margin:0;
	width:20px;
	height:20px;
	vertical-align:bottom;
	background:url("../image/siteparts/review_icon.png");
	background-repeat:no-repeat;
	background-position:center center;  
	background-size:20px 20px;
}
#games_d_review:hover
{
	color:#ffffff;
	border-bottom:4px solid #ffb43e;
}
#games_d_comment
{
	cursor:pointer;
	margin:0 12px;
	padding:10px 5px;
	float:left;
	font-size:17px;
	font-weight:bold;
	line-height:20px;
	color:#c0c0c0;
	border-bottom:4px solid transparent;
	transition:0.4s;
}
#games_d_comment:before
{
	content:'';
	display:inline-block;
	margin:0;
	width:20px;
	height:20px;
	vertical-align:bottom;
	background:url("../image/siteparts/review_icon.png");
	background-repeat:no-repeat;
	background-position:center center;  
	background-size:20px 20px;
}
#games_d_comment:hover
{
	color:#ffffff;
	border-bottom:4px solid #ffb43e;
}
#games_d_official
{
	margin:0 15px;
	padding:7px 30px;
	float:left;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:#ffffff;
	background:#ffb43e;
	border:#bc9353 3px solid;
	transition:all 0.6s;
}
#games_d_official:hover
{
	background:#ff743e;
	border:#bc7353 3px solid;
}
#games_d_noofficial
{
	margin:0 15px;
	padding:7px 30px;
	float:left;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:#ffffff;
	background:#acacac;
	border:#797979 3px solid;
	transition:all 0.6s;
}
img[id^="bgV"]
{
	display:block;
	width:100%;
	height:auto;
	border:0;
	transition-property:opacity;
	transition-duration:0.6s;
	opacity:1;
}
img[id^="bgV"].transparent
{
	opacity:0;
}
#games_detail_inf
{
	display:block;
	opacity:1;
	position:absolute;
	top:186px;
	right:0;
	width:640px;
	height:320px;
	padding:20px 20px 20px 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(0.05, rgba(16,16,16,1)), color-stop(0.00, rgba(16,16,16,0)));
	background: -webkit-linear-gradient(left, rgba(16,16,16,0) 0%, rgba(16,16,16,1) 5%);
	background: -moz-linear-gradient(left, rgba(16,16,16,0) 0%, rgba(16,16,16,1) 5%);
	background: -o-linear-gradient(left, rgba(16,16,16,0) 0%, rgba(16,16,16,1) 5%);
	background: -ms-linear-gradient(left, rgba(16,16,16,0) 0%, rgba(16,16,16,1) 5%);
	background: linear-gradient(left, rgba(16,16,16,0) 0%, rgba(16,16,16,1) 5%);
	z-index:2;
}
#games_dif_title
{
	color:#ffffff;
	font-size:32px;
	font-weight:bold;
	text-align:right;
}
#games_dif_data
{
}
#games_dif_star
{
	float:right;
	width:150px;
	font-size:28px;
	line-height:32px;
	text-align:right;
}
#games_dif_rdate
{
	float:right;
	width:240px;
	font-size:16px;
	line-height:32px;
	text-align:right;
}
#games_dif_dev
{
	margin:0 0 5px 0;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	text-align:right;
}
#games_dif_spr
{
	margin:0 0 5px 0;
	color:#b0b0b0;
	font-size:18px;
	text-align:right;
}
#games_dif_genre
{
	margin:0 0 5px 0;
	text-align:right;
}
#games_dif_desc
{
	color:#e0e0e0;
	font-size:16px;
	text-align:left;
}
#games_list_add
{
	display:none;
	opacity:0;
	width:100%;
	height:124px;
	background:url("../image/siteparts/load.gif");
	background-repeat:no-repeat;
	background-position:center center;  
	background-size:64px 64px;
}
#games_comment_wnd
{
	display:none;
	opacity:0;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.9);
	color:#ffffff;
	z-index:10;
}
#games_c_main
{
	position:relative;
	box-sizing:border-box;
	width:1200px;
	height:100%;
	margin:65px auto;
}
#games_cm_title
{
	padding:50px 0 0;
	height:50px;
	font-size:32px;
	font-weight:bold;
}
#games_cm_post_form
{
}
#games_cm_post_detail
{
	display:none;
	opacity:0;
}
#games_cm_list
{
	box-sizing:border-box;
	width:100%;
	height:calc(100% - 300px);
	overflow-y:auto;
}
#games_cm_c_list
{
	box-sizing:border-box;
	width:100%;
	height:calc(100% - 300px);
	overflow-y:auto;
}
#games_cm_a_list
{
	box-sizing:border-box;
	width:100%;
	height:calc(100% - 200px);
	overflow-y:auto;
}
#games_cm_list_item
{
	padding:20px 10px;
	border-top:1px solid #464646;
}
#games_cm_post_btn
{
	height:100px;
}
#games_cmpd_p
{
	font-size:20px;
	line-height:50px;
	color:#a0a0a0;
}
#games_cmpd_pf_btn
{
	height:100px;
}
#games_cmli_name
{
	font-size:24px;
	line-height:40px;
	color:#ffffff;
}
#games_cmli_ptime
{
	font-size:20px;
	line-height:40px;
	color:#989898;
}
#games_cmli_point
{
	font-size:28px;
	line-height:40px;
}
#games_cmli_title
{
	font-size:28px;
	line-height:40px;
	color:#d0d0d0;
}
#games_cmli_content
{
	padding:8px 0;
	font-size:24px;
	line-height:32px;
	color:#989898;
}
#games_cmlia_image
{
	float:left;
	padding:10px 15px;
	width:240px;
}
#games_cmlia_image img
{
	display:block;
	width:100%;
	height:auto;
	border:0;
}
#games_cmlia_detail
{
	box-sizing:border-box;
	float:left;
	width:100%;
	margin:0 0 0 -270px;
	padding:0 0 0 270px;
}
#games_cmliad_pt
{
	font-size:12px;
	line-height:20px;
	color:#868686;
}
#games_cmliad_title
{
	font-size:20px;
	line-height:28px;
	color:#ffffff;
}
.p_text
{
	font-size:24px;
	line-height:40px;
	color:#989898;
}
#games_cm_cancel
{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	z-index:10;
}
#games_cm_cancel:after
{
	display:block;
	content:"";
	position:absolute;
	top:-1px;
	right:-1px;
	width:50px;
	height:50px;
	z-index:12;
}
.cancel_btn
{
	cursor:pointer;
	display:block;
	position:relative;
	margin:0 22px;
	width:6px;
	height:50px;
	background:#ffffff;
	border-radius:6px;
	transform:rotate(45deg);
	z-index:11;
}
.cancel_btn:before
{
	display:block;
	content:"";
	position:absolute;
	margin:22px 0;
	top:0;
	left:-22px;
	width:50px;
	height:6px;
	background:#ffffff;
	border-radius:6px;
}
#nameForm
{
	box-sizing:border-box;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:24px;
	margin:5px 0;
	padding:0 10px;
	color:#989898;
	background:transparent;
	border:1px solid #646464;
}
#nameForm:placeholder-shown
{
	font-size:24px;
	font-weight:normal;
	color:#b1b1b1;
}
#titleForm
{
	box-sizing:border-box;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:24px;
	margin:5px 0;
	padding:0 10px;
	color:#989898;
	background:transparent;
	border:1px solid #646464;
}
#titleForm:placeholder-shown
{
	font-size:24px;
	font-weight:normal;
	color:#b1b1b1;
}
#contentForm
{
	box-sizing:border-box;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	width:100%;
	height:150px;
	line-height:30px;
	font-size:24px;
	margin:5px 0;
	padding:10px;
	color:#989898;
	background:transparent;
	border:1px solid #646464;
	overflow:hidden;
}
#contentForm:placeholder-shown
{
	font-size:24px;
	font-weight:normal;
	color:#b1b1b1;
}
#nameCForm
{
	box-sizing:border-box;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:24px;
	margin:5px 0;
	padding:0 10px;
	color:#989898;
	background:transparent;
	border:1px solid #646464;
}
#nameCForm:placeholder-shown
{
	font-size:24px;
	font-weight:normal;
	color:#b1b1b1;
}
#contentCForm
{
	box-sizing:border-box;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	width:100%;
	height:150px;
	line-height:30px;
	font-size:24px;
	margin:5px 0;
	padding:10px;
	color:#989898;
	background:transparent;
	border:1px solid #646464;
	overflow:hidden;
}
#contentCForm:placeholder-shown
{
	font-size:24px;
	font-weight:normal;
	color:#b1b1b1;
}
#games_cm_pbspn
{
	cursor:pointer;
	display:inline-block;
	margin:10px 0;
	padding:10px 30px;
	font-size:24px;
	background:#ffb43e;
}
#games_cmpdpfb
{
	cursor:pointer;
	display:inline-block;
	margin:10px 0;
	padding:10px 30px;
	font-size:24px;
	background:#ffb43e;
}
#games_no_cmpdpfb
{
	display:inline-block;
	margin:10px 0;
	padding:10px 30px;
	font-size:24px;
	background:#7b7b7b;
}
#games_cmpdpfcb
{
	cursor:pointer;
	display:inline-block;
	margin:10px 0;
	padding:10px 15px;
	font-size:24px;
	background:#9b9b9b;
}
#games_cm_c_pbspn
{
	cursor:pointer;
	display:inline-block;
	margin:10px 0;
	padding:10px 30px;
	font-size:24px;
	background:#ffb43e;
}
#games_c_cmpdpfb
{
	cursor:pointer;
	display:inline-block;
	margin:10px 0;
	padding:10px 30px;
	font-size:24px;
	background:#ffb43e;
}
#games_no_c_cmpdpfb
{
	display:inline-block;
	margin:10px 0;
	padding:10px 30px;
	font-size:24px;
	background:#7b7b7b;
}
#games_c_cmpdpfcb
{
	cursor:pointer;
	display:inline-block;
	margin:10px 0;
	padding:10px 15px;
	font-size:24px;
	background:#9b9b9b;
}
#ollist
{
	margin:0;
	padding:5px 0;
	width:100%;
	font-size:0;
	overflow:hidden;
}
#ollist li
{
	display:inline-block;
	list-style:none;
	font-weight:normal;
	margin:0;
	height:auto;
}
#ollist li:after
{
	content:'▶';
	margin:6px 3px;
	padding:6px 0;
	color:#ffffff;
	position:static;
	border-style:none;
	border-width:0;
	line-height:20px;
	font-size:14px;
	font-weight:normal;
}
#ollist li:last-child:after
{
	content:'';
}
#ollist li a
{
	margin:5px 0;
	padding:8px 16px;
	display:inline-block;
	height:auto;
	border-radius:20px;
	text-decoration:none;
	color:#000000;
	background:#d0d0d0;
	line-height:20px;
	font-size:14px;
}
#ollist li a:hover
{
	color:#fff;
}
.flst
{
	color:#ffb43e;
	letter-spacing:-3px;
}
.svst
{
	position:relative;
	letter-spacing:-3px;
	color:#d0d0d0;
}
.svst:before
{
	content:"★";
	position:absolute;
	pointer-events:none;
	overflow:hidden;
	z-index:1;
	vertical-align:middle;
 	width:80%;
	color:#ffb43e;
}
.hfst
{
	position:relative;
	letter-spacing:-3px;
	color:#d0d0d0;
}
.hfst:before
{
	content:"★";
	position:absolute;
	pointer-events:none;
	overflow:hidden;
	z-index:1;
	vertical-align:middle;
	width:60%;
	color:#ffb43e;
}
.tdst
{
	position:relative;
	letter-spacing:-3px;
	color:#d0d0d0;
}
.tdst:before
{
	content:"★";
	position:absolute;
	pointer-events:none;
	overflow:hidden;
	z-index:1;
	vertical-align:middle;
	width:40%;
	color:#ffb43e;
}
.zrst
{
	color:#d0d0d0;
	letter-spacing:-3px;
}
.requrdtag
{
	margin:0 0 0 12px;
	padding:0 8px;
	line-height:13px;
	font-size:11px;
	background:#ff0000;
	color:#ffffff;
	border-radius:6px;
}
.new_state
{
	padding:2px 8px;
	font-size:13px;
	background:#ff0000;
	color:#ffffff;
}
.end_state
{
	padding:2px 8px;
	font-size:13px;
	background:#b0b0b0;
	color:#ffffff;
}
.top_genre_button
{
	display:inline;
	margin:0 2.5px;
	padding:0 8px;
	text-shadow:0 0 10px #000000;
	box-shadow:0 0 6px #000000;
	color:#ffa800;
	border:1px solid #ffa800;
	border-radius:4px;
}
.top_yel_button
{
	display:inline;
	margin:0 2.5px;
	padding:0 8px;
	text-shadow:0 0 10px #000000;
	box-shadow:0 0 6px #000000;
	color:#ffec18;
	border:1px solid #ffec18;
	border-radius:4px;
}
.top_ugre_button
{
	display:inline;
	margin:0 2.5px;
	padding:0 8px;
	text-shadow:0 0 10px #000000;
	box-shadow:0 0 6px #000000;
	color:#a0ff18;
	border:1px solid #a0ff18;
	border-radius:4px;
}
.top_kgre_button
{
	display:inline;
	margin:0 2.5px;
	padding:0 8px;
	text-shadow:0 0 10px #000000;
	box-shadow:0 0 6px #000000;
	color:#00e556;
	border:1px solid #00e556;
	border-radius:4px;
}
.top_ublue_button
{
	display:inline;
	margin:0 2.5px;
	padding:0 8px;
	text-shadow:0 0 10px #000000;
	box-shadow:0 0 6px #000000;
	color:#3dfff4;
	border:1px solid #3dfff4;
	border-radius:4px;
}
.top_mblue_button
{
	display:inline;
	margin:0 2.5px;
	padding:0 8px;
	text-shadow:0 0 10px #000000;
	box-shadow:0 0 6px #000000;
	color:#587fff;
	border:1px solid #587fff;
	border-radius:4px;
}
.top_purp_button
{
	display:inline;
	margin:0 2.5px;
	padding:0 8px;
	text-shadow:0 0 10px #000000;
	box-shadow:0 0 6px #000000;
	color:#9b6aff;
	border:1px solid #9b6aff;
	border-radius:4px;
}
.top_pink_button
{
	display:inline;
	margin:0 2.5px;
	padding:0 8px;
	text-shadow:0 0 10px #000000;
	box-shadow:0 0 6px #000000;
	color:#fd6aff;
	border:1px solid #fd6aff;
	border-radius:4px;
}
.top_ured_button
{
	display:inline;
	margin:0 2.5px;
	padding:0 8px;
	text-shadow:0 0 10px #000000;
	box-shadow:0 0 6px #000000;
	color:#ff4ba0;
	border:1px solid #ff4ba0;
	border-radius:4px;
}
.top_mred_button
{
	display:inline;
	margin:0 2.5px;
	padding:0 8px;
	text-shadow:0 0 10px #000000;
	box-shadow:0 0 6px #000000;
	color:#ff3e3e;
	border:1px solid #ff3e3e;
	border-radius:4px;
}
.top_glee_button
{
	display:inline;
	margin:0 2.5px;
	padding:0 8px;
	text-shadow:0 0 10px #000000;
	box-shadow:0 0 6px #000000;
	color:#bdbdbd;
	border:1px solid #bdbdbd;
	border-radius:4px;
}
.top_dpur_button
{
	display:inline;
	margin:0 2.5px;
	padding:0 8px;
	text-shadow:0 0 10px #000000;
	box-shadow:0 0 6px #000000;
	color:#e0abf9;
	border:1px solid #e0abf9;
	border-radius:4px;
}
#tapstar01,#tapstar02,#tapstar03,#tapstar04,#tapstar05
{
	cursor:pointer;
	color:#d0d0d0;
	letter-spacing:2px;
	font-size:28px;
	text-shadow:0 0 3px #ffffff;
}
