@charset "utf-8";

/* テーブル */
.table_wrapper {
}
#table_wrapper1 {
  left: 42px;
  top: 50px;
  width: 712px;
  height:255px;
}
#table_wrapper1 td {
  vertical-align:top;
}
/* スクロール */
.scroller {
  position: absolute;
  left: 742px;
  top: 78px;
  width: 54px;
  height: 227px;
}
.scroll_bottom {
  top: 181px;
}
.scroll_bar_wrap {
  height: 128px;
}
.scroll_bar {
  height: 60px;
}

/* ボタン */
#button_wrapper {
  position: relative;
/*  top: 8px;*/
  top:8px;
  left: 12px;
}
.radio {
  position: relative;
  float:left;
/*  margin-top:5px;*/
  margin-bottom:5px;
  margin-right:8px;
}
#button_wrapper > .radio:nth-child(6) {
  clear:both;
}
.h104.radio .button_text {
  font-size: 16px !important;
  top:5px;
  height:32px;
  line-height:32px;
}
.h104.radio .button_text.line2 {
  line-height:16px !important;
}

/* テキスト */
.main_text {
  position: absolute;
}
#main_text_1 {
  top: 0;
  width: 100%;
  line-height:50px;
  font-size: 20px;
  text-align: center;
}


