@charset "shift_jis";
/*******************************************************/
/*　　　　　　　パチマガスロマガ大賞用CSS　　　　　　　*/
/*******************************************************/

/*** ランキングタイトル ***/
.rank {
	margin:0;
	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;
	padding:0;
	display:table;
	/*table-layout:fixed;*/
	width:100%;
	text-align:center;
	border:solid 1px #B1954F;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.tab li {
	margin:0 auto;
	padding:0;
	display:table-cell;
	width:auto;
	vertical-align:middle;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.tab li a {
	margin:0 auto;
	padding:0;
	display:block;
	vertical-align:middle;
	font-size:12px;
	line-height:30px;
	color:#00F;
	background-color:rgba(177,149,79,0.25);
	border-left:solid 1px #B1954F;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.tab li:first-child a {
	border-left:none;
}
ul.tab li a.selected {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	background-color:#B1954F;
}
/*** タブカコミ ***/
ul.tabBox {
	margin:0;
	padding:0;
}
ul.tabBox li {
	margin:0;
	padding:0;
}
/*** 短評 ***/
.comment {
	margin:8px 0 16px 0;
	padding:0;
	font-size:14px;
	text-align:left;
	color:#333;
}
/*** ランキングリスト ***/
div.rankList {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
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;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.rankList h2 font {
	font-size:12px;
	font-weight:normal;
}
div.rankList .list {
	margin:0;
	padding:0;
	display:table;
	width:100%;
	background-color:#FFF;
	border:solid 1px #B1954F;
	border-top:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.rankList .list a {
	margin:0;
	padding:12px 4px;
	display:block;
	width:100%;
	text-decoration:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.rankList .list .inner {
	margin:0;
	padding:0;
	display:table;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.rankList .list .number {
	margin:0;
	padding:0;
	display:table-cell;
	width:34px;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.rankList .list .text {
	margin:0;
	padding:0 0 0 4px;
	display:table-cell;
	width:auto;
	text-align:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.rankList .list .data {
	margin:0;
	padding:0 0 0 4px;
	display:table-cell;
	width:auto;
	vertical-align:middle;
	text-align:right;
	white-space:nowrap;
	color:#666;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.rankList .list .number span {
	margin:0 auto;
	padding:3px 4px;
	line-height:1.0;
	font-weight:bold;
	color:#333;
	background-color:#F0F0F0;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
}
div.rankList .list:nth-of-type(1) .number span,
div.rankList .list:nth-of-type(2) .number span,
div.rankList .list:nth-of-type(3) .number span {
	padding:3px 8px;
	color:#FFF;
	background-color:#FB5B58;
}
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 {
	padding:3px 8px;
}
/*div.rankList .list .text p {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.1;
	color:#666;
}*/
/*** ランキングリスト(リンクなし) ***/
div.rankList2 {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.rankList2 .list {
	margin:0;
	padding:12px 4px;
	display:table;
	width:100%;
	background-color:#FFF;
	border:solid 1px #B1954F;
	border-top:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.rankList2 .list .number {
	margin:0;
	padding:0;
	display:table-cell;
	width:34px;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.rankList2 .list .text {
	margin:0;
	padding:0 0 0 4px;
	display:table-cell;
	width:auto;
	text-align:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.rankList2 .list .sub {
	margin:0;
	padding:0 0 0 4px;
	display:table-cell;
	width:auto;
	text-align:right;
	color:#666;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
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 {
	margin:0;
	padding:0;
}
div.rankList2 .list .left {
	margin:0;
	padding:8px;
	display:table-cell;
	width:20%;
	text-align:center;
	line-height:1.0;
	font-weight:bold;
	color:#333;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.rankList2 .list .center {
	margin:0;
	padding:8px 0;
	display:table-cell;
	width:40%;
	text-align:center;
	border-left:solid 1px #B1954F;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.rankList2 .list .right {
	margin:0;
	padding:8px;
	display:table-cell;
	width:40%;
	text-align:center;
	border-left:solid 1px #B1954F;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
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;
	padding:0;
	display:table;
	table-layout:fixed;
	width:100%;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.anchor li {
	margin:0 auto;
	padding:0 4px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/* 奇数 */
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;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
