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

/* テーブル */
#table_wrapper1 {
  left: 9px;
  top: 0;
  width:782px;
}


.table_object th {
  border-bottom:none;
}

.radio {
  position: relative;
}

.nodisplay {
   display:none;
}

/*変更ボタン*/
td > .button:last-child {
  float:right;
  margin-top:11px;
  margin-right:7px;
}
.val_wrapper{
	float:left;
}

