@charset "UTF-8";
.hakone .main-ttl{
	margin-top: 0;
}
.tabset_panel{
	margin: 0;
}

/* 外枠 */
div.x-data-area {
width: 100%;
overflow: hidden;
}

/* ロック */
div.x-lock-box {
	display: inline-block;
    width: 60%;
	z-index: 2;
}
div.x-lock-box th{
	height: 60px;
}

/* 横スクロール */
div.x-scroll-box {
	display: inline-block;
	width: 40%;
	overflow-y: hidden;
	overflow: scroll;
	position: absolute;
	right: 1px;
}
div.x-scroll-box .height{
	height: 60px
}

/* テーブル */
table.data th,
table.data td {
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
table.data th.rb-none,
table.data td.rb-none {
    border-right: none;
}

table.data th {
	vertical-align: middle;
	font-size: 1.2rem;
	font-size: 12px;
}
table.data td{
	font-size: 1.5rem;
	font-size: 15px;
}

table.data td p {
    margin: 0;
}

table td.team{
	text-align: left;
}
table td.team img{
	background-size: contain;
	width: 15px;
	margin-right: 5px;
}
table td.up{
	color: #D90003
}
table td.down{
	color: #0012B0
}
table td.stay{
	color: #7C7C7C
}
/* IE6ハック */
table.data {
    _border-collapse: collapse;
}

/* IE7ハック */
*:first-child+html table.data {
    border-collapse: collapse;
}  

element.style {
    zoom: 1;
}


@media (min-width: 769px){
element.style {
    zoom: 1;
	}
}
@media (min-width: 720px){
	div.x-lock-box{
		width: 30%;
	}
	div.x-scroll-box{
		width: 70%;
	}
}
@media (min-width: 769px){
	div.x-lock-box{
		width: 45%;
	}
	div.x-scroll-box{
		width: 55%;
		right: 1px;
	}
}
@media (min-width: 900px){
	table.data th{
		font-size: 12px;
		font-size: .875rem;
	}
	div.x-lock-box{
		width: 30%;
	}
	div.x-scroll-box{
		width: 70%;
		right: 1px;
	}
}
