@charset "utf-8";

div#ranking {
	width: 760px;
	margin: 0 auto;
}

div#ranking_tab {
	margin: 0 10px;
	padding: 0 10px;
	border-bottom: solid 1px #DBDBDB;
}

div#ranking_tab li {
	float: left;
}

div#ranking_tab li img {
	display: block;
}

div#ranking_main {
	padding-top:20px;
}

div#ranking div.rank {
	padding:0 10px;
}

div#ranking h4.title {
	padding:5px 10px;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
}

div#ranking h4.ht {
	border-top:2px solid #277BC3;
}

div#ranking h4.hs {
	border-top:2px solid #FF9F00;
}

div#ranking h4.ks {
	border-top:2px solid #74A410;
}

div#ranking h4.title span {
	font-weight:bold;
}

div#ranking h4.title span.ht {
	color:#277BC3;
}

div#ranking h4.title span.hs {
	color:#FF9F00;
}

div#ranking h4.title span.ks {
	color:#74A410;
}

div#ranking table {
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
	border:1px solid #D6D6D6;
	border-top:none;
	padding: 0 1px;
	margin-bottom:20px;
}

div#ranking table th,
div#ranking table td {
	border-top: 1px #D6D6D6 dotted;
	border-right: 1px #D6D6D6 dotted;
}

div#ranking table th.last,
div#ranking table td.last {
	border-right: none;
}

div#ranking table th span {
	display:block;
	padding:8px;
	border:1px solid #FFF;
}

div#ranking table th span.start {
	display:block;
	padding:8px;
	border:1px solid #FFF;
	border-left:none;
}

div#ranking table th span.last {
	display:block;
	padding:8px;
	border:1px solid #FFF;
	border-right:none;
}

div#ranking table th {
	font-weight:bold;
	padding:0px;
	text-align:center;
	white-space:nowrap;
	background:#EEEEEE;
}

div#ranking table th.no {
	width:42px;
}

div#ranking table th.value {
	width:94px;
}

div#ranking table th.name {
	width:108px;
}

div#ranking table th.address {
	width:116px;
}

div#ranking table td {
	padding:8px;
}

div#ranking table td.last {
	width:85px;
	padding:8px 5px;
}

div#ranking table td.last span {
	float:left;
}

