@charset "shift_jis";
/*******************************************************/
/*　　　　　　　パチマガスロマガ大賞用CSS　　　　　　　*/
/*******************************************************/

/*** ランキングタイトル ***/
.rank {
	/*padding:10px 0;
	line-height:1.1;
	background:-moz-linear-gradient(top, #C5B07B 0%, #B1954F 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5B07B), color-stop(100%,#B1954F));*/
	background-color:#B1954F;
	/*border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;*/
}
div.rank font {
	font-size:12px;
	font-weight:normal;
}
/*** タブ ***/
ul.tab {
	margin:0 auto;
	display:table;
	/*table-layout:fixed;*/
	width:100%;
	text-align:center;
}
ul.tab li {
	display:table-cell;
	width:auto;
	vertical-align:bottom;
	text-align:center;
	border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
}
ul.tab li a {
	padding:8px 0;
	display:block;
	vertical-align:middle;
	font-size:12px;
	line-height:1.0;
	color:#00F;
	background-color:rgba(177,149,79,0.25);
	border:solid 1px #B1954F;
	border-bottom:none;
	border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
}
/*ul.tab li:first-child a {
	border-left:none;
}*/
ul.tab li a.selected {
	padding:10px 0;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	background-color:#B1954F;
}
/*** タブカコミ ***/
ul.tabBox {
}
ul.tabBox li {
}
/*** 短評 ***/
.comment {
	margin:8px 0 16px 0;
	font-size:14px;
	text-align:left;
	color:#333;
}
/*** バナー ***/
.banner {
	margin:8px auto 16px auto;
	width:90%;
	font-size:14px;
	text-align:center;
}
.banner img {
	width:100%;
}
.banner a {
	display:block;
	text-decoration:none;
}
/*** ランキングリスト ***/
div.rankList {
	border-top:solid 1px #B1954F;
}
div.rankList h2 {
	margin:0 auto;
	padding:8px 0;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	background-color:#B1954F;
	border-bottom:solid 1px #B1954F;
	border-top:none;
}
div.rankList h2 font {
	font-size:12px;
	font-weight:normal;
}
div.rankList .list {
	display:table;
	width:100%;
	background-color:#FFF;
	border:solid 1px #B1954F;
	border-top:none;
}
div.rankList .list a {
	padding:10px 4px;
	display:block;
	width:100%;
	text-decoration:none;
	position:relative;
}
div.rankList .list div {
	display:table-cell;
	width:auto;
}
div.rankList .list .inner {
	display:table;
	width:100%;
}
div.rankList .list .number {
	width:34px;
	text-align:center;
	position:absolute;
	left:4px;
	top:12px;
}
div.rankList .list .img {
	padding:0;
	vertical-align:top;
	width:55px;
	text-align:right;
}
div.rankList .list .img img {
	width:40px;
	height:auto;
}
div.rankList .list .text {
	padding:0 0 0 38px;
	width:auto;
	text-align:left;
}
div.rankList .list .img + .text {
	padding:0 0 0 4px;
}
div.rankList .list .text p {
	font-size:12px;
	line-height:1.1;
	color:#666;
}
div.rankList .list .data {
	padding:0 0 0 4px;
	width:auto;
	vertical-align:middle;
	text-align:right;
	white-space:nowrap;
	color:#666;
}
div.win .list .data {
	vertical-align:bottom;
}
div.rankList .list .number span,
div.rankList2 .list .number span {
	margin:0 auto;
	padding:3px 4px;
	line-height:1.0;
	font-weight:bold;
	color:#333;
	background-color:#FFF;
	border-radius:34px;
	-webkit-border-radius:34px;
	-moz-border-radius:34px;
	box-shadow:0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);
}
div.rankList .list:nth-of-type(1) .number span,
div.rankList2 div:nth-of-type(1) .number span {
	padding:3px 8px;
	/*color:#FFF;
	background-color:#FB5B58;*/
	background:-moz-linear-gradient(-45deg, #B8860B 0%, #FFD700 20%, #FFF3C6 45%, #FFD700 70%, #B8860B 100%);
	background:-webkit-gradient(linear, left top, right bottom, color-stop(0%,#B8860B), color-stop(18%,#FFD700), color-stop(45%,#FFF3C6), color-stop(77%,#FFD700), color-stop(100%,#B8860B));
	background:linear-gradient(135deg, #B8860B 0%, #FFD700 20%, #FFF3C6 45%, #FFD700 70%, #B8860B 100%);
	background-color:#FFD700;
}
div.rankList .list:nth-of-type(2) .number span,
div.rankList2 div:nth-of-type(2) .number span {
	padding:3px 8px;
	/*color:#FFF;
	background-color:#FB5B58;*/
	background:-moz-linear-gradient(-45deg, #6F6F6F 0%, #CCCCCC 20%, #FCFCFC 45%, #CCCCCC 70%, #6F6F6F 100%);
	background:-webkit-gradient(linear, left top, right bottom, color-stop(0%,#6F6F6F), color-stop(18%,#CCCCCC), color-stop(45%,#FCFCFC), color-stop(77%,#CCCCCC), color-stop(100%,#6F6F6F));
	background:linear-gradient(135deg, #6F6F6F 0%, #CCCCCC 20%, #FCFCFC 45%, #CCCCCC 70%, #6F6F6F 100%);
	background-color:#DCDCDC;
}
div.rankList .list:nth-of-type(3) .number span,
div.rankList2 div:nth-of-type(3) .number span {
	padding:3px 8px;
	/*color:#FFF;
	background-color:#FB5B58;*/
	background:-moz-linear-gradient(-45deg, #5B100E 0%, #D3A14C 20%, #FFF7E3 45%, #D3A14C 70%, #5B100E 100%);
	background:-webkit-gradient(linear, left top, right bottom, color-stop(0%,#5B100E), color-stop(18%,#D3A14C), color-stop(45%,#FFF7E3), color-stop(77%,#D3A14C), color-stop(100%,#5B100E));
	background:linear-gradient(135deg, #5B100E 0%, #D3A14C 20%, #FFF7E3 45%, #D3A14C 70%, #5B100E 100%);
	background-color:#D3A14C;
}
div.rankList .list:nth-of-type(4) .number span,
div.rankList .list:nth-of-type(5) .number span,
div.rankList .list:nth-of-type(6) .number span,
div.rankList .list:nth-of-type(7) .number span,
div.rankList .list:nth-of-type(8) .number span,
div.rankList .list:nth-of-type(9) .number span,
div.rankList2 div:nth-of-type(4) .number span,
div.rankList2 div:nth-of-type(5) .number span,
div.rankList2 div:nth-of-type(6) .number span,
div.rankList2 div:nth-of-type(7) .number span,
div.rankList2 div:nth-of-type(8) .number span,
div.rankList2 div:nth-of-type(9) .number span {
	padding:3px 8px;
}
/*** ランキングリスト(リンクなし) ***/
div.rankList2 {
	border-top:solid 1px #B1954F;
}
div.rankList2 .list {
	padding:12px 4px;
	display:table;
	width:100%;
	background-color:#FFF;
	border:solid 1px #B1954F;
	border-top:none;
}
div.rankList2 .list .number {
	display:table-cell;
	width:34px;
	text-align:center;
}
div.rankList2 .list .text {
	padding:0 0 0 4px;
	display:table-cell;
	width:auto;
	text-align:left;
}
div.rankList2 .list .sub {
	padding:0 0 0 4px;
	display:table-cell;
	width:auto;
	text-align:right;
	color:#666;
}
/*div.rankList2 .list .number span {
	margin:0 auto;
	padding:3px 4px;
	line-height:1.0;
	font-weight:bold;
	color:#333;
	background-color:#F0F0F0;
	border-radius:32px;
	-webkit-border-radius:32px;
	-moz-border-radius:32px;
}
div.rankList2 div:nth-of-type(1) .number span,
div.rankList2 div:nth-of-type(2) .number span,
div.rankList2 div:nth-of-type(3) .number span {
	padding:3px 8px;
	color:#FFF;
	background-color:#FB5B58;
}
div.rankList2 div:nth-of-type(4) .number span,
div.rankList2 div:nth-of-type(5) .number span,
div.rankList2 div:nth-of-type(6) .number span,
div.rankList2 div:nth-of-type(7) .number span,
div.rankList2 div:nth-of-type(8) .number span,
div.rankList2 div:nth-of-type(9) .number span {
	padding:3px 8px;
}*/
/* 収支・日別詳細データ用 */
div.rankList2 .daily {
	padding:0;
}
div.rankList2 .list .left {
	padding:8px;
	display:table-cell;
	width:20%;
	text-align:center;
	line-height:1.0;
	font-weight:bold;
	color:#333;
}
div.rankList2 .list .center {
	padding:8px 0;
	display:table-cell;
	width:40%;
	text-align:center;
	border-left:solid 1px #B1954F;
}
div.rankList2 .list .right {
	padding:8px;
	display:table-cell;
	width:40%;
	text-align:center;
	border-left:solid 1px #B1954F;
}
div.rankList2 div:first-child .left,
div.rankList2 div:first-child .center,
div.rankList2 div:first-child .right {
	font-size:12px;
	font-weight:normal;
	color:#808080;
	background-color:rgba(177,149,79,0.5);
}
/*** 別ランキングへのリンク ***/
ul.anchor {
	margin:16px auto;
	width:99%;
	display:table;
	table-layout:fixed;
	text-align:center;
}
ul.anchor li {
	margin:0 auto;
	padding:0 4px;
	width:33%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
/* 奇数 */
ul.anchor li:nth-child(odd) {
	padding-right:4px;
}
/* 偶数 */
ul.anchor li:nth-child(even) {
	padding-left:4px;
}
ul.anchor li a {
	margin:0 auto;
	padding:8px 0;
	display:block;
	font-size:11px;
	line-height:1.0;
	background:-moz-linear-gradient(top, #F5F5F5 0%, #DCDCDC 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5F5F5), color-stop(100%,#DCDCDC));
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#F5F5F5;
	border:solid 1px #C0C0C0;
	/*box-shadow:0 0 3px #999;
	-webkit-box-shadow:0 0 3px #999;
	-moz-box-shadow:0 0 3px #999;*/
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
