@charset "utf-8";
.staff2{
  vertical-align : top;
  text-align : left;
  padding-bottom : 10px;
  width : 47.5%;
  padding-left : 10px;
}
.staff1{
  vertical-align : top;
  text-align : right;
  padding-bottom : 10px;
  width : 47.5%;
  padding-right : 10px;
  color : #ffe391;
}
td.staff9{
  position: relative;
  line-height: 1.6;
}
td.staff9::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 100%;
  height : 2px;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  background-color : white;
}
