@charset "utf-8";

.pink {
	color:#ff3399;
}
.Title1 {
	font-size:16px;
	padding:5px 10px;
	color:#fff;
	border-top-left-radius: 10px;  
    border-top-right-radius: 10px;  
	-webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
	-moz-border-top-left-radius: 10px;  
    -moz-border-top-right-radius: 10px; 
background: rgb(69,73,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,73,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,73,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(69,73,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(69,73,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(69,73,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(69,73,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45494d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.Title2 {
	position:relative;
		font-size:16px;
	padding:5px 5px;
	color:#fff;
background: rgb(69,73,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,73,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,73,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(69,73,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(69,73,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(69,73,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(69,73,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45494d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


section {
	margin-bottom:20px;
}

/*ランキング一覧
******************************************************/
.rankList span, .rankShop span  {
	font-size:12px;
}

#rankListBox {
	background:url(../images/rank_bg.gif);
	overflow:hidden;
	width:614px;
	border-left:#4c4c4c solid 3px;
	border-right:#4c4c4c solid 3px;
	border-bottom:#4c4c4c solid 3px;
	border-bottom-left-radius: 10px;  
    border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px; 
	-moz-border-bottom-left-radius: 10px;  
	-moz- border-bottom-right-radius: 10px;
}

.rankList ul {
	font-size:13px;

}

.rankList ul.rankListBoxLeft {
	float:left;
	border-right:#4c4c4c solid 1px;
	width:307px;
}

.rankList ul.rankListBoxRight {
	float:right;
	width:305px;
}

.rankList ul li {
	line-height:1.7;

}

.rankList ul li span{
	display:inline-block;
	padding:0 15px;
}

.rankList ul li span.lankBg {
	background: url(../images/rank_icon2.gif) no-repeat 8px -1.5px;
	height:21px;
	color:#fff;
}

.rankList ul li span.lankBg2 {
	background: url(../images/rank_icon3.gif) no-repeat 8px -1.5px;
	height:21px;
	color:#fff;
}


.Title2 span.lankBg3 {
	background: url(../images/rank_icon7.gif) no-repeat 2px -2px;
	height:26px;
	width:25px;
	color:#fff;
	padding:5px 10px;
}

.Title2 span.lankBg3a {
	padding:5px 10px;
}


/*お店のランキング
******************************************************/
.rankShop {
	overflow:hidden;
}
.rankShopBox {
	overflow:hidden;
	margin-top:10px;
	line-height:1.2;
}

.rankShopBox img.shopImg {
	border:#4c4c4c solid 3px;
	margin-bottom:5px;
	
}

.rankShopBoxeLft {
	float:left;
	width:196px;
	margin-right:15px;
}

.rankShopBoxeRight {
	float:right;
	width:196px;
}

.rankShopBox li{
	margin-bottom:4px;
}

.rankShopUp {
	position:absolute;
	right: 10px;
	top: 6px;
	padding-left:11px;
	font-size:10px;
	background:url(../images/rank_up.gif) no-repeat 0 6.5px ;
}

.rankShopUp a:link{
	color:#fff;
}

.rankShopUp a:visited {
	color:#fff;
}

.rankShopUp a:hover{
	color:#fff;
}