@charset "utf-8";
/* CSS Document */

#footer_back {
	visibility: visible;
}

/* テーブル */
#table_wrapper1 {
  left: 9px;
  top: 0;
  width:733px;
  height:auto;
}

/* スクロール */
.scroller {
  position: absolute;
  top: 28px;
  left: 742px;
  width: 54px;
  height: 339px;
}
.scroll_bottom {
  top: 293px;
}
.scroll_bar_wrap {
  height: 240px;
}
.scroll_bar {
  height: 153px;
}

.float_cel > div:first-child {
	line-height: 46px;
}
td > .button {
	float: right;
	margin-right: 7px;
}
.battery_val:last-child {
	position:relative;
	float:right;
	margin-top:3px;
	margin-right:2px;
}

/* テキスト表示色 */
.color_gray {
  color: #8b959c;
}

/* バッテリー残量 */
.battery_val {
	position: absolute;
	right: 0;
	top: 0;
	width:49px;
	height: 39px;
	background: url(../img/s_32_battery.png) no-repeat;
	display: none;
}
  .battery_val.lv-0 {
	background-position:0 0;
	display: block;
}
  .battery_val.lv-1 {
	background-position:0 -39px;
	display: block;
}
