@charset "UTF-8";
/* CSS Document */
.table_wrapper {
  overflow: hidden;
}

#table_wrapper2 {
  top: 160px;
  left: 54px;
  height:54px;
  width: 692px;
}

/* ボタン */
.radio {
  margin-right:7px;
  float:left;
}
.radio:last-child {
  margin-right:0;
}
#table_wrapper2 .radio{
	margin-top:4px;
	margin-bottom:2px;
}

/* テキスト */
.valbox {
  position:absolute;
  left: 210px;
  width: 380px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align:center;
  background-color: #ffffff;
}
#valbox_1 {
  top: 115px;
  background-color:#9cc9b8;
}
