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

/* ボタン */
#button_lb {
  position: absolute;
  left: 5px;
  top: 376px;
  background-image: url(../img/b_back_111x46.png);
}
#button_lb > .button_text {
  left: 4px;
}
#button_rb {
  position: absolute;
  left: 683px;
  top: 376px;
  background-image: url(../img/b_arrow_110x46.png);
}
#button_rb > .button_text {
  left: -4px;
}

.w40.h40.radio {
  margin-left: 5px;
}

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

/* テーブル */
.table_wrapper {
  top: 59px;
  left: 24px;
  width: 752px;
}

td.text_center .radio {
  display: inline-block;
}

/* ヘッダーリスト */
#header_list {
  position:absolute;
  width: 754px;
  height: 24px;
  top: -17px;
  left: 23px;
}
.item {
  display: inline-block;
  width: 138px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.item.off {
  background-image: url(../img/s_332_off.png);
  color: #000000;
}
.item.on {
  background-image: url(../img/s_332_on.png);
  color: #FFFFFF;
}
.separator {
  display: inline-block;
  background-image: url(../img/s_332_arrow.png);
  width: 10px;
  height: 20px;
  margin-right: -2px;
  margin-left: -2px;
  vertical-align: middle;
}