﻿#gMenu li.menuBtn a::after {
	content:'';
	background:url(/sp/common/images/ico_downarrow.png) no-repeat center bottom;
	background-size:7px auto;
	-moz-background-size:7px auto;
	-webkit-background-size:7px auto;
	-o-background-size:7px auto;
	width:100%;
	height:4px;
	display:block;
	bottom:2px;
	left:0;
	position:absolute;
}
#gMenu li.menuBtn a {
	border-bottom:2px solid #222;
	background:-moz-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(75,75,75,1) 100%, rgba(75,75,75,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,44,44,1)), color-stop(100%,rgba(75,75,75,1)), color-stop(100%,rgba(75,75,75,1)));
	background:-webkit-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(75,75,75,1) 100%,rgba(75,75,75,1) 100%);
	background:-o-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(75,75,75,1) 100%,rgba(75,75,75,1) 100%);
	background:-ms-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(75,75,75,1) 100%,rgba(75,75,75,1) 100%);
	background:linear-gradient(to bottom, rgba(44,44,44,1) 0%,rgba(75,75,75,1) 100%,rgba(75,75,75,1) 100%);
}
#gMenu a, .menuBtn a {
    color:#fff;
    display:block;
    line-height:31px;
    padding:6px 0 0;
    position:relative;
    text-align:center;
}




#secRanking #phRank_more {
    padding:15px 12px 0 12px;
}