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

/* テーブル */
#table_wrapper1 {
  left:10px;
  top:49px;
  width:710px;
  height:315px;
}
.table_border{
  border: #b3b3b3 solid 1px;
}
/* スクロール */
.scroller {
  position: absolute;
  left: 720px;
  top: 78px;
  width: 54px;
  height: 287px;
  background-color: #ffffff
}
.scroll_bottom {
  bottom: 7px;
}
.scroll_bar_wrap {
  height: 188px;
}

/* チェックボックス */
.check_box {
  position:relative;
  display:inline-block;
}

.fs_16 {
font-size:16px;
}

.fs_14 {
font-size:14px;
}

#popup_lead {
top: 1px;
left: 0px;
width: 100%;
line-height:48px;
font-size: 20px;
text-align:center;
}

.popup_dialog {
z-index:1001;
}
