﻿#wrapper{
	width:100%;
	height:1080px;
	padding-top:28px;
	background:#000;
	font-family:"Takao Pゴシック";
	color:#fff;
	box-sizing:border-box;
}
/*背景指定*/
.bg{
	margin:auto;
	padding-top:132px;
	width:1280px;
	height:1024px;
	box-sizing:border-box;
	background-image:url('../img/bg_a_1280.png');
}
.bg_old{
	margin:auto;
	padding-top:132px;
	width:1280px;
	height:1024px;
	box-sizing:border-box;
	background-image:url('../img/bg_1280_old.png');
}
#bgTop{
	background-image:url('../img/bg_a_1280_top.png');
}
#bgTop_old{
	background-image:url('../img/bg_1280_top_old.png');
}
/*ランキングタイトル*/
#rankingTitle{
	margin:0 auto;
	width:1120px;
	height:57px;
	line-height:57px;
	text-align:center;
	font-size:30px;
	font-weight:bold;
}
#rankingTitle span{
	color:#f00;
}
/*TOP3フレーム*/
.frameTop{
	margin:36px auto 0;
	width:880px;
	height:200px;
	font-size:0;
}
/*TOP3プレイヤー名*/
.frameTop>div:nth-of-type(1){
	margin:0 auto;
	padding-top:8px;
	width:880px;
	height:129px;
	line-height:129px;
	text-align:center;
	font-size:60px;
	color:#ff0;
	box-sizing:border-box;
	white-space:nowrap;
}
/*TOP3ロゴ*/
.frameTop>div:nth-of-type(2){
	float:left;
	margin:2px 0 2px 2px;
	width:66px;
	height:66px;
	line-height:66px;
	box-sizing:border-box;
}
.frameTop>div:nth-of-type(2)>img{
	width:66px;
	height:66px;
}
/*TOP3店名*/
.frameTop>div:nth-of-type(3){
	float:left;
	margin:2px 0;
	padding-left:12px;
	width:664px;
	height:66px;
	line-height:66px;
	font-size:30px;
	box-sizing:border-box;
	white-space:nowrap;
}
/*TOP3得点*/
.frameTop>div:nth-of-type(4){
	float:left;
	margin:2px;
	padding-right:8px;
	width:140px;
	height:66px;
	line-height:66px;
	text-align:right;
	font-size:28px;
	color:#ff0;
	box-sizing:border-box;
}
/*TOP3タイトルとフレームのマージン*/
#bgTop>div:nth-of-type(2),#bgTop_old>div:nth-of-type(2){
	margin-top:91px;
}
/*下位のフレーム囲う*/
#frame{
	margin:20px auto 0;
	width:1174px;
}
/*下位のフレーム*/
#frame>div{
	margin-bottom:14px;
	width:1174px;
	height:116px;
	font-size:0;
}
/*clearfix*/
#frame>div:after,.frameTop>div:nth-of-type(4):after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*下位のフレーム背景*/
#frame>div:nth-of-type(2n+1){
	background-image:url('../img/frame_1280_a.png');
}
#frame>div:nth-of-type(2n){
	background-image:url('../img/frame_1280_b.png');
}
/*下位のフレーム要素の共通指定*/
#frame>div>div{
	float:left;
	font-size:38px;
}
/*下位のフレーム順位*/
#frame>div>div:nth-of-type(1){
	width:100px;
	height:116px;
	line-height:116px;
	padding-right:8px;
	color:#ff0;
	text-align:right;
	box-sizing:border-box;
}
#frame>div>div:nth-of-type(1)>span{
	font-size:28px;
}
/*下位のフレームロゴ*/
#frame>div>div:nth-of-type(2){
	float:left;
	margin:0;
	padding:25px 0;
	width:66px;
	height:116px;
	box-sizing:border-box;
}
#frame>div>div:nth-of-type(2)>img{
	width:66px;
	height:66px;
	box-sizing:border-box;
	border:1px #ff0 solid;
}
/*下位のフレームプレイヤー名・店名*/
#frame>div>div:nth-of-type(3){
	width:846px;
	height:116px;
	padding-left:12px;
	line-height:116px;
	box-sizing:border-box;
}
#frame>div>div:nth-of-type(3)>div{
	height:48px;
	line-height:48px;
	font-size:34px;
	box-sizing:border-box;
}
#frame>div>div:nth-of-type(3)>div:first-of-type{
	margin-top:10px;
}
#frame>div>div:nth-of-type(3)>div:last-of-type{
	margin-bottom:10px;
}
/*下位のフレーム得点*/
#frame>div>div:nth-of-type(4){
	width:150px;
	height:116px;
	line-height:116px;
	font-size:28px;
	padding-right:12px;
	text-align:right;
	box-sizing:border-box;
}
