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

/* テーブル */
#table_wrapper1 {
  left:9px;
  top:0;
  width:733px;
}
#table_wrapper1 table tr td {
  background-color: #fff;
  font-size: 14px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 1.1;
  white-space: normal;
}
.table_object .item_name {
  font-size: 15px;
  padding: 10px;
  text-align: left;
}
.table_item {
  min-height: 60px;
  position: relative;
  z-index: 10;
}

/* 設定セル */
.table_object .button_cel {
  padding: 0;
  text-align: center;
}
.table_object .button_cel .button {
  display: inline-block;
}

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