﻿#wrapper{
	width:100%;
	background:#000;
	font-family:"Takao Pゴシック";
	color:#fff;
}
/*背景指定*/
.bg{
	margin:0 auto;
	padding-top:86px;
	width:900px;
	height:720px;
	box-sizing:border-box;
	background-image:url('../img/bg_a_1280.png');
	background-size:contain;
}
.bg_old{
	margin:0 auto;
	padding-top:86px;
	width:900px;
	height:720px;
	box-sizing:border-box;
	background-image:url('../img/bg_1280_old.png');
	background-size:contain;
}
#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:800px;
	height:57px;
	line-height:57px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
}
#rankingTitle span{
	color:#f00;
}
/*TOP3フレーム*/
.frameTop{
	margin:26px auto 0;
	width:618px;
	height:140px;
	font-size:0;
}
/*TOP3プレイヤー名*/
.frameTop>div:nth-of-type(1){
	margin:0 auto;
	padding-top:8px;
	width:618px;
	height:90px;
	line-height:90px;
	text-align:center;
	font-size:42px;
	color:#ff0;
	box-sizing:border-box;
	white-space:nowrap;
}
/*TOP3ロゴ*/
.frameTop>div:nth-of-type(2){
	float:left;
	margin:2px 0 2px 2px;
	width:46px;
	height:46px;
	line-height:46px;
	box-sizing:border-box;
}
.frameTop>div:nth-of-type(2)>img{
	width:46px;
	height:46px;
}
/*TOP3店名*/
.frameTop>div:nth-of-type(3){
	float:left;
	margin:2px 0;
	padding-left:12px;
	width:464px;
	height:46px;
	line-height:46px;
	font-size:21px;
	box-sizing:border-box;
	white-space:nowrap;
}
/*TOP3得点*/
.frameTop>div:nth-of-type(4){
	float:left;
	margin:2px;
	padding-right:8px;
	width:98px;
	height:46px;
	line-height:46px;
	text-align:right;
	font-size:20px;
	color:#ff0;
	box-sizing:border-box;
}
/*TOP3タイトルとフレームのマージン*/
#bgTop>div:nth-of-type(2),#bgTop_old>div:nth-of-type(2){
	margin-top:54px;
}
/*下位のフレーム囲う*/
#frame{
	margin:8px auto 0;
	width:822px;
}
/*下位のフレーム*/
#frame>div{
	margin-bottom:10px;
	width:822px;
	height:81px;
	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');
	background-size:contain;
}
#frame>div:nth-of-type(2n){
	background-image:url('../img/frame_1280_b.png');
	background-size:contain;
}
/*下位のフレーム要素の共通指定*/
#frame>div>div{
	float:left;
	font-size:26px;
}
/*下位のフレーム順位*/
#frame>div>div:nth-of-type(1){
	width:70px;
	height:81px;
	line-height:81px;
	padding-right:6px;
	color:#ff0;
	text-align:right;
	box-sizing:border-box;
}
#frame>div>div:nth-of-type(1)>span{
	font-size:20px;
}
/*下位のフレームロゴ*/
#frame>div>div:nth-of-type(2){
	float:left;
	margin:0;
	padding:17px 0;
	width:46px;
	height:81px;
	box-sizing:border-box;
}
#frame>div>div:nth-of-type(2)>img{
	width:46px;
	height:46px;
	box-sizing:border-box;
	border:1px #ff0 solid;
}
/*下位のフレームプレイヤー名・店名*/
#frame>div>div:nth-of-type(3){
	width:592px;
	height:81px;
	padding-left:8px;
	line-height:81px;
	box-sizing:border-box;
}
#frame>div>div:nth-of-type(3)>div{
	height:34px;
	line-height:34px;
	font-size:24px;
	box-sizing:border-box;
}
#frame>div>div:nth-of-type(3)>div:first-of-type{
	margin-top:7px;
}
#frame>div>div:nth-of-type(3)>div:last-of-type{
	margin-bottom:7px;
}
/*下位のフレーム得点*/
#frame>div>div:nth-of-type(4){
	width:105px;
	height:81px;
	line-height:81px;
	font-size:20px;
	padding-right:8px;
	text-align:right;
	box-sizing:border-box;
}
