@charset "EUC-JP";

/**************************************** ´ðËÜÍ×ÁÇ ****************************************/

*{
	max-height:100%;
}

.main_contents .finding_common p{
	padding:20px;
}


/********* text-overflow **********/

.game_header .package .add_favorite a,
.game_header .package .del_favorite a{
	width:100px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.game_header .package .add_favorite a,
.game_header .package .del_favorite a{
	width:100px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.userreview_detail ul.review_detail li.v2_box .v2_score_container table.v2_score tbody tr.point_detail th{
	width:99px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-align:left;
	padding:0 2px;
	line-height:1em;
}

.smartphone_description .screenshot:after{
	content:" ";
	clear:both;
	height:0;
	display:block;
}


/********* width **********/

.platform_menu li{
	width:200px;
}

.smartphone_top .platform_menu li,
.consumer_top .platform_menu li,
.hardware_top .platform_menu li{
	width:197px !important;
}

footer .footer_top li{
	width:190px !important;
}

.userreview_socre dt,
.meta_socre dt,
.userreview_socre dd,
.meta_socre dd{
	width:56px;
}

.keyword li{
	width:160px;
}

.title_info h3 > img{
	margin-top:5px;
}

.main_contents .finding_common ul{
	top:20px;
}

.V2_userreview_header .avg_socre dd{
	width:110px;
}

.game_contents .userreview_header .userreview_socre dd,
.game_contents .userreview_header .meta_socre dd,
.game_contents .userreview_header .avg_socre dd{
	width:100px;
}

.userreview_detail ul.menu li.teens{
	width:70px;
}


/******************** 151020 twitter ********************/

.twitter_button img{
	vertical-align:middle;
}

.twitter_official{
	float: right;
	width: 150px;
	height: 60px;
	text-indent: 5px;
	display: -webkit-box;
	-webkit-box-align: left;
	-webkit-box-sizing: border-box;
	display:flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius:8px;
	border: 1px solid #aaaaaa;
	background:none;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#eaeaea));
	background-image: -moz-linear-gradient(top,#ffffff,#eaeaea);
}

.news_header .twitter_official{
/*
	float:none;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-left:none;
	display: -moz-box;
	-moz-box-pack: center;
	-moz-box-align: center;
*/
}

a.twitter_search_link{
	font-size:12px;
	font-weight:bold;
	color:#00bfff;
	text-decoration:none;
}

