@charset "utf-8";


.backbtn {
	width: 94%;
	margin: 0 3%;
	padding: 20px 0 10px;
}
.backbtn a {
	padding: 3px 20px 2px;
	font-size: 0.96em;
	line-height: 1.8em;
	text-align: right;
	background: #111;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
}
.backbtn a:hover {
	background: #ccc;
}

/**************************
/* グリッド
**************************/


.gridWrapper {
	display: block;
	width: 100%;
}
* html .gridWrapper{height:1%;}

.grid {
	float:left;
}
.rgrid {
	margin-left: 5%;
}
.recBox {
	margin: 0;
	background:url(../images/bg_recbox.jpg);
}
.recBox a {
	display: block;
	width: 100%;
	height: 100%;
}


/*------------------------------------------------------------
	.game
------------------------------------------------------------*/


#game-box {
	width: 94%;
	margin: 0 3%;
	padding: 6px 0 3px;
	border-top:1px solid #d5d5d5;
}
#game-box .gamedate {
	float: left;
	width: 20%;
	margin:0;
	padding: 4px 0 4px;
	font-size:130%;
	color:#4f7c0c;
}

#game-box .gamelist {
	float:right;
	width: 80%;
	margin:0;
	padding: 4px 0 3px;
	border-left:solid 1px #ccc;
}
#game-box .gamelist ul {
	margin:0 0 0 40px;
	list-style-type:none;
}
#game-box .gamelist ul li {
	padding:0;
	font-size:94%;
	color:#666;
	font-weight:normal;
}
#game-box .gamelist ul li a {
	display:block;
	padding: 3px 4px 3px 8px;
	color:#555;
}
#game-box .gamelist ul li a span.lkurl {
	font-size:84%;
	color:#f8ac4a;
	padding:0 0 0 8px;
}
#game-box .gamelist ul li a:hover {
	background-color:#f0f7d9;
}
#game-box .gamelist li {
	padding:0;
	background:url(../images/bg_glist_arrow.gif) no-repeat 0 center;
}
#game-box .gamelist li {
	padding:0;
	background:#fff;
}

.glisttable {
	padding: 6px 0;+
}
.glisttable th {
	width: 120px;
	padding: 0 0 0 20px;
	font-weight: normal;
	text-align: left;
	border-right: 3px solid #d7d7d7;
}
.glisttable td.kekka {
	width: 60px;
	text-align:center;
	text-indent:-9999px;
}
.glisttable td {
	width: 160px;
	text-align:center;
}
.glisttable td.score {
	width:80px;
}
.glisttable td em {
	color:#ff0000;
	font-weight:bold;
}
.glisttable td span {
	padding:0 15px;
}
.glisttable td b {
	color:#3366cc;
	font-weight:normal;
}

.mmove-box {
	width: 94%;
	margin: 0 3%;
	padding: 12px 0;
	text-align: left;
}
.mmove-box .grid01 {
	width: 40%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.mmove-box .grid02 {
	width: 60%;
	margin: 0;
	padding: 0;
	text-align: right;
}
.mmove-box .grid01 p {
	padding:4px 0;
	font-size:150%;
	color:#d70436;
	font-weight:normal;
}
.mmove-box .grid02 ul {
	list-style-type: none;
	text-align: right;
}
.mmove-box .grid02 ul:after {
	content: "";
	display: block;
	clear: both;
}
.mmove-box .grid02 ul li {
	display:inline;
	font-size:90%;
	padding:0 12px 0 14px;
	border-left:1px solid #444;
}
.mmove-box .grid02 ul li.last {
	border-right:1px solid #444;
}
.mmove-box .grid02 ul li a {
	color: #111;
	font-weight:normal;
	text-decoration: underline;
}
.mmove-box .grid02 ul li a:hover {
	color:#666;
	font-weight:normal;
	text-decoration:none;
}


.mmove-box p.table-caption {
	float:left;
	width:200px;
	padding:4px 0;
	font-size:150%;
	color:#d70436;
	font-weight:normal;
}
.mmove-box .mmove-navi {
	float:right;
	width:620px;
	padding: 4px 0;
}

.mmove-box .mmove-navi ul {
	list-style-type:none;
	text-align:right;
}
.mmove-box .mmove-navi ul:after {
	content: "";
	display: block;
	clear: both;
}
.mmove-box .mmove-navi li {
	display:inline;
	font-size:90%;
	padding:0 12px 0 14px;
	border-left:1px solid #444;
}
.mmove-box .mmove-navi li.last {
	border-right:1px solid #444;
}
.mmove-navi li a,.mmove-navi li a:visited {
	color:#ccc;
	font-weight:normal;
	text-decoration:none;
}
.mmove-navi li a:hover {
	color:#d8032b;
	font-weight:normal;
	text-decoration:underline;
}
.move-bottom {
	width: 94%;
	height: 8px;
	margin: 0 3%;
	padding:0;
	font-size:80%;
	text-indent:-9999px;
	border-top:1px solid #d5d5d5;
}


.steam-box {
	width: 94%;
	margin: 0 3% 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.steam-box .stitem {
	width: 100%;
	border:1px solid #d5d5d5;
}
.steam-box .stitem a {
	display: block;
	padding: 4px 0 3px;
	color: #111;
	text-align: center;
	background: #eee;
}
.steam-box .stitem a:hover {
	color: #749109;
	background: #fff;
}
.steam-box .stitem.actv a {
	background: #e6edcb;
}


.oldgame {
	width: 94%;
	margin: 50px 3% 20px;
	border:1px solid #d5d5d5;
	background:url(../../common/images/game/oldgame.png) no-repeat 20px 45%;
}
.oldgame .oldgameInner {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 10px;
}
.oldgame .oldgameInner .oldlist {
	margin:0 0 0 310px;
	padding: 8px 10px 8px 30px;
	border-left: 1px solid #efefef;
	list-style-type:none;
}
.oldgame .oldgameInner .oldlist:after {
	content: "";
	display: block;
	clear: both;
}
.oldgame .oldgameInner .oldlist li {
	float:left;
	display:inline;
	padding: 0 0 0 20px;
	font-size:100%;
	line-height:180%;
}
.oldgame .oldgameInner .oldlist li em {
	padding: 0 40px 0 0;
	border-right: 3px solid #efefef;
	color: #749109;
	font-weight: bold;
}
.oldgame .oldgameInner .oldlist li a {
	padding: 0 8px;
	display:block;
	color:#666;
	text-decoration:underline;
	background:#fff;
}
.oldgame .oldgameInner .oldlist li a:hover {
	color:#fff;
	text-decoration:underline;
	background:#749109;
}


/* PICKUP */

.mmove-box p.game-caption {
	padding: 4px 0 4px;
	font-size:120%;
	font-weight:normal;
}
.mmove-box p.game-caption em {
	font-size:124%;
	color:#d70436;
	font-weight:normal;
}
.mmove-box p.game-caption strong {
	padding:0 0 0 100px;
	font-size:130%;
	color:#555;
	font-weight:normal;
}
.mmove-box p.game-caption strong span{
	padding:0 15px;
	font-size:80%;
	color:#888;
	font-weight:normal;
}


#gamescore-box {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	border-top: 1px solid #d5d5d5;
}
.pickupgame-box {
	float:left;
	width: 720px;
	margin: 0;
	padding: 20px 0 15px 0;
}
.gameresult {
	float: right;
	width: 200px;
	padding: 35px 0 0 0;
}
#kekkaimg {
	width: 200px;
	height: 120px;
	position:relative;
}
#kekkaimg p {
	width: 200px;
	position:absolute;
	top:44px;
	right:0;
	font-size:140%;
	color:#333;
	font-weight:bold;
	text-align:center;
}
.bg_befor {
	background:url(../../common/images/game/bgbefor.png) no-repeat 0 0;
}
.bg_kekkano {
	background:url(../../common/images/game/nogame.png) no-repeat 0 0;
}
.bg_kekkawin {
	background:url(../../common/images/game/bgwin.png) no-repeat 0 0;
}
.bg_kekkadrow {
	background:url(../../common/images/game/drowgame.png) no-repeat 0 0;
}


.gametitle-box {
	width: 100%;
	height: 14px;
	margin: 0px 0 0 0;
	position: relative;
}
.gametitle-box .kekkatxt {
	position:absolute;
	top:0px;
	left:14px;
	font-size:100%;
	color:#666;
	font-weight:normal;
}
.gametitle-box .gametitle {
	position:absolute;
	top:0px;
	right:0;
	font-size:100%;
	color:#666;
}
.pickupgame-box .gametitle h6 span{
	font-size:130%;
	color:#d70436;
}
.scorebord_w {
	width: 100%;
	margin: 10px 0 30px;
}
.scorebord_w table {
	width: 100%;
	margin: 0;
	font-weight:normal;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	background: #dce8b7;
	background: -moz-linear-gradient(top, #dce8b7 0%, #f2f7dc 33%, #dce8b7 36%, #f2f7dc 99%);
	background: -webkit-linear-gradient(top, #dce8b7 0%,#f2f7dc 33%,#dce8b7 36%,#f2f7dc 99%);
	background: linear-gradient(to bottom, #dce8b7 0%,#f2f7dc 33%,#dce8b7 36%,#f2f7dc 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce8b7', endColorstr='#f2f7dc',GradientType=0 );
}
.scorebord_w table th,.scorebord_w table td {
	margin:0;
	padding:0;
	font-size:94%;
	color:#333;
	font-weight:normal;
	vertical-align:middle;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	text-align:center;
}
.scorebord_w table th.thdt {
	width: 20%;
	height: 42px;
	margin:0;
	padding:0;
	font-size:94%;
	color:#333;
}
.scorebord_w table th.thsc {
	width: 12%;
	color:#cc0000;
	text-align:center;
}
.scorebord_w table td {
	width: 8%;
	height:38px;
	margin:0;
	padding:0;
	text-align:center;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
.scorebord_w table td#tdhit {
	width: 12%;
	color:#666;
	font-weight:normal;
}
tr.rank1 th,tr.rank1 td {
	font-weight:bold;
}
.scorebord_w table .wintr th,
.scorebord_w table .wintr th p,
.scorebord_w table .wintr td,
.scorebord_w table .wintr td#tdhit {
	font-weight:bold;
}

.gameresult {
	float: right;
	width: 200px;
	padding: 35px 0 0 0;
}
#kekkaimg {
	width: 200px;
	height: 120px;
	position:relative;
}

.pickupplayer-box {
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
}

#gameplayer {
	width: 100%;
	margin: 0;
	padding: 5px 0 4px 0;
	border-bottom: solid 1px #ccc;
}
#gameplayer ul.pitc {
	margin:0;
	padding:0;
	list-style:none;
}
#gameplayer ul.pitc li {
	float:left;
	display:inline;
	font-size:92%;
	color:#444;
	line-height:1.8em;
}
#gameplayer ul.pitc li.fpic {
	width:90px;
	text-indent:-9999px;
	background:url(../../common/images/game/ico_fp.gif) no-repeat 0 2px;
}
#gameplayer ul.pitc li.spic {
	width:90px;
	text-indent:-9999px;
	background:url(../../common/images/game/ico_sp.gif) no-repeat 0 2px;
}

#gameplayer ul.pitc li.fsgh {
	width:90px;
	text-indent:-9999px;
	background:url(../../common/images/game/ico_fsgh.gif) no-repeat 0 2px;
}
#gameplayer ul.pitc li.ssgh {
	width:90px;
	text-indent:-9999px;
	background:url(../../common/images/game/ico_ssgh.gif) no-repeat 0 2px;
}

#gameplayer2 {
	width: 100%;
	margin: 0;
	padding: 5px 0 4px 0;
}
#gameplayer2 ul.fild {
	margin:0;
	padding:0;
	list-style:none;
	text-align: left;
}
#gameplayer2 ul.fild li {
	margin:5px 0 4px 0;
	font-size:92%;
	color:#444;
	line-height:1.8em;
	border-bottom:solid 1px #ccc;
	text-align: left;
}
#gameplayer2 ul.fild li span {
	padding:0 56px 0 0;
	font-size:8pt;
	visibility:hidden;
}
#gameplayer2 ul.fild li.twob {
	background:url(../../common/images/game/ico_twob.gif) no-repeat 0 2px;
}
#gameplayer2 ul.fild li.thrb {
	background:url(../../common/images/game/ico_thrb.gif) no-repeat 0 2px;
}
#gameplayer2 ul.fild li.hrb {
	background:url(../../common/images/game/ico_hrb.gif) no-repeat 0 2px;
}

.mvpplayer-box {
	float: right;
	width: 200px;
	padding: 0;
}
#mvpimg {
	width: 200px;
	height: 152px;
	position: relative;
	background:url(../../common/images/game/bg_mvp.png) no-repeat 0 0;
}
#mvpimg p {
	width:200px;
	position:absolute;
	top: 92px;
	left: 6px;
	font-size: 100%;
	color:#333;
	font-weight:normal;
	text-align:center;
}
#mvpimg p span {
	font-size:84%;
	padding:0 4px 0 0;
}

dl#sample_070228 dt {
	float:left;
	clear:both;
	width:125px;
	margin-right:10px;
	margin-bottom:20px;
	border-bottom:0;
}
dl#sample_070228 > dd {
	float:left;
	width:300px;
}
*+html dl#sample_070228 > dd {
	float:none;
}



/*------------------------------------------------------------
	.ranking
------------------------------------------------------------*/

.scrollarrow {
	width: 100%;
	margin: 0 0 6px;
	text-align: right;
}
.scrollarrow img {
	width: 200px;
	height: auto;
}

#gametable-box {
	width: 94%;
	margin: 0 3%;
	padding: 30px 0 15px 0;
	border-top:1px solid #d5d5d5;
}
#gametable-box.nametable {
	width: 200px;
	margin: 0;
	padding: 0;
	border-top: none;
}

#gametable-box.wscroll {
	width: 100%;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	overflow-x: scroll;
	overflow-y: hidden;
	border-top: none;
}

#gametable-box .league-box {
	width:876px;
	padding:15px 0;
	text-align:left;
}
#gametable-box .league-box .leagueleft {
	float:left;
	width:600px;
	padding:0 0 20px 0;
	background:url(../images/bg-gametable.png) no-repeat 0 0;
}
#gametable-box .league-box .leagueright {
	float:right;
	width:240px;
	background:url(../images/bg-ranking.png) no-repeat 0 0;
}

.ranktable {
	width: 100%;
	padding: 0;
	font-size: 90%;
	color: #333;
	font-weight: normal;
	background: #d7e3a7;
	background: -moz-linear-gradient(left, #eee 0%, #fff 33%, #f3f3f3 34%, #fff 100%);
	background: -webkit-linear-gradient(left, #eee 0%,#fff 33%,#f3f3f3 34%,#fff 100%);
	background: linear-gradient(to right, #eee 0%,#fff 33%,#f3f3f3 34%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e3a7', endColorstr='#f2f7dc',GradientType=1 );
	border-top: solid 1px #999;
	border-left: solid 1px #999;
}
#gametable-box.nametable .ranktable{
	width: 200px;
	min-width: 200px;
	background: #eee;
}
#gametable-box.wscroll .ranktable {
	background: #fff;
	border-left: none;
}
.ranktable tr {
	line-height: 80px;
	text-align: center;
}
#gametable-box.wscroll .ranktable tr {
	padding: 0 10px;
	line-height: 50px;
	text-align: center;
}
#gametable-box.nametable .ranktable tr {
	padding: 0 10px;
	line-height: 50px;
	text-align: center;
}
#gametable-box.nametable .ranktable span {
	padding: 0 4px 0 0;
}
.ranktable tr.trfst {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	background: #e6edcb;
}
.ranktable th {
	width: 30%;
	padding: 0;
	color: #111;
	font-weight: normal;
	text-align: left;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
#gametable-box .ranktable th {
	text-align: center;
}
#gametable-box .ranktable tr.trfst td a {
	text-decoration: underline;
	color: #111;
}
.ranktable th p {
	display: inline;
}
.ranktable th span.rank {
	padding: 0 20px 0 60px;
	font-weight: bold;
}
.ranktable th.thfst {
	background:url(../../common/images/game/icon_rkfst.png) no-repeat 6px center;
}
.ranktable th.thsec {
	background:url(../../common/images/game/icon_rksec.png) no-repeat 6px center;
}

.ranktable td {
	width: 10%;
	color: #111;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
#gametable-box.wscroll .ranktable td {
	width: auto !important;
	padding: 0 10px;
}



.leaguetable {
	width: 100%;
	padding: 0;
	font-size: 90%;
	color: #333;
	font-weight: normal;
	background: #dce8b7;
	background: -moz-linear-gradient(left,  #dce8b7 0%, #f2f7dc 27%, #dce8b7 28%, #f2f7dc 85%, #dce8b7 100%);
	background: -webkit-linear-gradient(left,  #dce8b7 0%,#f2f7dc 27%,#dce8b7 28%,#f2f7dc 85%,#dce8b7 100%);
	background: linear-gradient(to right,  #dce8b7 0%,#f2f7dc 27%,#dce8b7 28%,#f2f7dc 85%,#dce8b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce8b7', endColorstr='#dce8b7',GradientType=1 );
	border-top: solid 1px #999;
	border-left: solid 1px #999;
}
.leaguetable tr.trfst {
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	background: #6f802c;
}
.leaguetable th {
	width: 30%;
	height: 80px;
	padding: 0;
	color: #555;
	font-weight: normal;
	text-align: center;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
.leaguetable td {
	width: 10%;
	height: 80px;
	text-align:center;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
.leaguetable td.nog {
}
.leaguetable td.g1 {
}
.leaguetable td a,.leaguetable td.g1 a {
	font-size:110%;
	color:#d70436;
	text-decoration:underline;
}
.leaguetable td a,.leaguetable td.g1 a:visited {
	font-size:110%;
	color:#d70436;
	text-decoration:underline;
}
.leaguetable td a:hover,.leaguetable td.g1 a:hover {
	font-size:150%;
	color:#111;
	text-decoration:none;
}


.leaguetable2 {
	width:240px;
	padding:0;
	font-size:90%;
	color: #333;
	font-weight:normal;
}
.leaguetable2 th {
	height:55px;
	padding-left:34px;
	color: #555;
	font-weight:normal;
	line-height:4.2em;
	text-align:left;
}
.leaguetable2 td {
	width:90px;
	height:40px;
	line-height:4.2em;
	text-align:center;
}

.errorbox {
	width:800px;
	margin:50px 0 20px 30px;
	padding:50px 0px;
	border:1px solid #d5d5d5;
}
.errorbox p {
	line-height:4.2em;
	text-align:center;
}

.playerbox {
	width: 100%;
	margin: 0 0 50px;
}
.playerbox .grid01 {
	width: 20%;
}
.playerbox .grid02 {
	width: 80%;
}



@media only screen and (max-width: 767px){


.mmove-box .grid01,
.mmove-box .grid02 {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.mmove-box .grid02 ul {
	text-align: left;
}


.mmove-box p.game-caption {
	font-size: 90%;
}
.mmove-box p.game-caption em {
	font-size: 120%;
}
.mmove-box p.game-caption strong {
	display: block;
	padding: 6px 0 0;
}

.mmove-box p.game-caption strong span{
	padding:0 15px;
	font-size:80%;
	color:#888;
	font-weight:normal;
}



.oldgame {
	width: 94%;
	margin: 46px 3% 20px;
	border:1px solid #d5d5d5;
	background:url(../../common/images/game/oldgame.png) no-repeat center top 12px;
	background-size: 200px 23px;
}
.oldgame .oldgameInner {
	display: block;
	vertical-align: middle;
	padding: 32px 10px 8px;
	text-align:center;
}
.oldgame .oldgameInner .oldlist {
	width: 100%;
	margin: 0 auto;
	padding: 8px 0;
	border-left: none;
	list-style-type:none;
}
.oldgame .oldgameInner .oldlist:after {
	content: "";
	display: block;
	clear: both;
}
.oldgame .oldgameInner .oldlist li {
	float: none;
	display: block;
	padding: 0;
	font-size:100%;
	line-height: 180%;
	text-align:center;
}
.oldgame .oldgameInner .oldlist li em {
	padding: 0;
	border-right: none;
	color: #749109;
	font-weight: bold;
	line-height: 280%;
}
.oldgame .oldgameInner .oldlist li a {
	padding: 0 15px;
	display:block;
	color:#666;
	text-decoration:underline;
	background:#fff;
}
.oldgame .oldgameInner .oldlist li a:hover {
	color:#fff;
	text-decoration:underline;
	background:#749109;
}





#game-box .gamedate {
	float: none;
	width: 100%;
	margin:0;
	padding: 6px 0 2px;
	font-size: 100%;
	color: #4f7c0c;
	border-bottom: dotted 1px #ccc;
}
#game-box .gamelist {
	float: none;
	width: 100%;
	margin: 0;
	border-left: none;
}
#game-box .gamelist ul {
	margin: 0;
}

.glisttable {
	padding: 6px 0;
}
.glisttable th {
	display: none;
}
.glisttable td.kekka {
	width: 60px;
	text-align:center;
	text-indent:-9999px;
}
.glisttable td {
	width: 160px;
	text-align:center;
}
.glisttable td.score {
	width:80px;
}
.glisttable td em {
	color:#ff0000;
	font-weight:bold;
}
.glisttable td span {
	padding:0 15px;
}
.glisttable td b {
	color:#3366cc;
	font-weight:normal;
}
.glisttable td.kekka {
	display: none;
}
#kekkaimg {
	margin: 0 auto;
	position:relative;
}


#gamescore-box {
	width: 100%;
	margin: 0;
}
.pickupgame-box {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.gameresult {
	float: none;
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
}

.scorebord_w table th p {
	display: none;
}
.scorebord_w table th.thdt {
	width: 14.5%;
}
.scorebord_w table th.thsc,
.scorebord_w table .wintr td#tdhit,
.scorebord_w table td {
	width: 9.5%;
}




.pickupplayer-box {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.mvpplayer-box {
	float: none;
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
}


#gameplayer {
	width: 100%;
	margin: 0;
	padding:5px 0 4px 0;
	border-bottom:solid 1px #ccc;
}
#gameplayer ul.pitc {
	margin:0;
	padding:0;
	list-style:none;
}
#gameplayer ul.pitc li {
	float:left;
	display:inline;
	font-size:92%;
	color:#444;
	line-height:1.8em;
}
#gameplayer2 {
	width: 100%;
	margin: 0;
	padding:5px 0 4px 0;
}

#mvpimg {
	margin: 0 auto;
}

.leaguetable {
	width: 100%;
	padding: 0;
	font-size: 90%;
	color: #333;
	font-weight: normal;
	background: #dce8b7;
	background: -moz-linear-gradient(left,  #dce8b7 0%, #f2f7dc 27%, #dce8b7 28%, #f2f7dc 85%, #dce8b7 100%);
	background: -webkit-linear-gradient(left,  #dce8b7 0%,#f2f7dc 27%,#dce8b7 28%,#f2f7dc 85%,#dce8b7 100%);
	background: linear-gradient(to right,  #dce8b7 0%,#f2f7dc 27%,#dce8b7 28%,#f2f7dc 85%,#dce8b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce8b7', endColorstr='#dce8b7',GradientType=1 );
	border-top: solid 1px #999;
	border-left: solid 1px #999;
}
.leaguetable tr.trfst {
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	background: #6f802c;
}
.leaguetable th {
	width: 30%;
	height: 80px;
	padding: 0;
	color: #555;
	font-weight: normal;
	text-align: center;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
.leaguetable td {
	width: 10%;
	height: 80px;
	text-align:center;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
.leaguetable td.nog {
}
.leaguetable td.g1 {
}
.leaguetable td a,.leaguetable td.g1 a {
	font-size:110%;
	color:#d70436;
	text-decoration:underline;
}
.leaguetable td a,.leaguetable td.g1 a:visited {
	font-size:110%;
	color:#d70436;
	text-decoration:underline;
}
.leaguetable td a:hover,.leaguetable td.g1 a:hover {
	font-size:150%;
	color:#111;
	text-decoration:none;
}


.scrollarrow {
	height: 20px;
	padding: 0;
}
.scrollarrow img {
	width: 120px;
	height: auto;
}

.ranktable th p {
	display: none;
}

#gametable-box.nametable {
	width: 100%;
}
#gametable-box.nametable .ranktable {
	width: 100%;
	min-width: 100%;
}
#gametable-box.nametable .ranktable tr,
#gametable-box.wscroll .ranktable tr {
	padding: 0;
	height: 30px;
	line-height: 1.0em;
}

#gametable-box th,
#gametable-box.nametable th {
	height: 36px;
	font-size: 8pt;
	line-height: 12px;
	vertical-align: middle;
}
#gametable-box td,
#gametable-box.nametable td {
	height: 36px;
	font-size: 8pt;
	padding: 0 2px;
	vertical-align: middle;
}
#gametable-box.wscroll .ranktable td {
	padding: 0 2px;
}
#gametable-box.nametable .ranktable span {
	display: block;
	padding: 0;
}



@media only screen and (max-width: 460px){


}