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

/* テーブル */
#table_wrapper1 {
  left:10px;
  top:100px;
  width:710px;
  height:259px;
}
/*テーブルの枠線*/
.table_border{
  border: #b3b3b3 solid 1px;
}

/* スクロール */
.scroller {
  position: absolute;
  left: 720px;
  top: 128px;
  width: 54px;
  height: 231px;
  background-color: #ffffff;
}
.scroll_bottom {
  bottom: 7px;
}
.scroll_bar_wrap {
  height: 128px;
}
.scroll_bar {
  height: 120px;
}

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

.fs_16 {
font-size:16px;
}

.fs_14 {
font-size:14px;
}

#popup_lead1 {
top: 20px;
left: 20px;
width: 100%;
line-height:30px;
font-size: 20px;
text-align:center;
}

#popup_lead2 {
  top: 2px;
  left: 0px;
  width: 100%;
  line-height:24px;
  font-size: 20px;
  text-align:center;
}

.popup_dialog {
z-index:1001;
}

