﻿#wrapper{
	width:100%;
	background:#000;
	font-family:"Takao Pゴシック";
	color:#fff;
}
/*背景指定*/
.bg{
	margin:0 auto;
	padding-top:83px;
	width:1024px;
	height:768px;
	box-sizing:border-box;
	background-image:url('../img/bg_a_1024.png');
}
.bg_old{
	margin:0 auto;
	padding-top:83px;
	width:1024px;
	height:768px;
	box-sizing:border-box;
	background-image:url('../img/bg_1024_old.png');
}
#bgTop{
	background-image:url('../img/bg_a_1024_top.png');
}
#bgTop_old{
	background-image:url('../img/bg_1024_top_old.png');
}
/*ランキングタイトル*/
#rankingTitle{
	margin:0 auto;
	width:892px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
}
#rankingTitle span{
	color:#f00;
}
/*TOP3フレーム*/
.frameTop{
	margin:24px auto 0;
	width:704px;
	height:160px;
	font-size:0;
}
/*TOP3プレイヤー名*/
.frameTop>div:nth-of-type(1){
	margin:0 auto;
	padding-top:8px;
	width:670px;
	height:104px;
	line-height:104px;
	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:52px;
	height:52px;
	box-sizing:border-box;
}
.frameTop>div:nth-of-type(2)>img{
	width:52px;
	height:52px;
}
/*TOP3店名*/
.frameTop>div:nth-of-type(3){
	float:left;
	margin:2px 0;
	padding-left:8px;
	width:514px;
	height:52px;
	line-height:52px;
	font-size:28px;
	box-sizing:border-box;
	white-space:nowrap;
}
/*TOP3得点*/
.frameTop>div:nth-of-type(4){
	float:left;
	margin:2px 0;
	padding-right:8px;
	width:134px;
	height:52px;
	line-height:52px;
	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:68px;
}
/*下位のフレーム囲う*/
#frame{
	margin:20px auto 0;
	width:940px;
}
/*下位のフレーム*/
#frame>div{
	margin-bottom:8px;
	width:940px;
	height:92px;
	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_1024_a.png');
}
#frame>div:nth-of-type(2n){
	background-image:url('../img/frame_1024_b.png');
}
/*下位のフレーム要素の共通指定*/
#frame>div>div{
	float:left;
	font-size:34px;
}
/*下位のフレーム順位*/
#frame>div>div:nth-of-type(1){
	width:90px;
	height:92px;
	line-height:92px;
	padding-right:8px;
	color:#ff0;
	text-align:right;
	box-sizing:border-box;
}
#frame>div>div:nth-of-type(1)>span{
	font-size:24px;
}
/*下位のフレームロゴ*/
#frame>div>div:nth-of-type(2){
	float:left;
	margin:0;
	padding:20px 0;
	width:52px;
	height:92px;
	box-sizing:border-box;
}
#frame>div>div:nth-of-type(2)>img{
	width:52px;
	height:52px;
	box-sizing:border-box;
	border:1px #ff0 solid;
}
/*下位のフレームプレイヤー名・店名*/
#frame>div>div:nth-of-type(3){
	width:642px;
	height:92px;
	padding-left:10px;
	line-height:92px;
	box-sizing:border-box;
}
#frame>div>div:nth-of-type(3)>div{
	height:36px;
	line-height:36px;
	font-size:30px;
	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:144px;
	height:92px;
	font-size:28px;
	line-height:92px;
	padding-right:6px;
	text-align:right;
	box-sizing:border-box;
}
