@charset "utf-8";
.sat{
  background-image : url(../img_schedule/sat.png);
  background-repeat : no-repeat;
  background-position : center center;
}
.sun{
  background-image : url(../img_schedule/sun.png);
  background-repeat : no-repeat;
  background-position : center center;
}
.s0{
  vertical-align : middle;
  text-align : right;
  padding-top : 7px;
  padding-bottom : 7px;
  width : 120px;
  padding-right : 10px;
}
.s1{
  padding-top : 7px;
  padding-bottom : 7px;
  vertical-align : middle;
  text-align : center;
}
.s2{
  padding-top : 7px;
  padding-bottom : 7px;
  font-size : 20px;
  color : black;
  background-image : url(../img_schedule/t2.png);
  background-repeat : no-repeat;
  background-position : center center;
  width : 90px;
  vertical-align : middle;
  text-align : center;
}
.s2b{
  padding-top : 7px;
  padding-bottom : 7px;
  font-size : 14px;
  color : black;
  background-image : url(../img_schedule/t2.png);
  background-repeat : no-repeat;
  background-position : center center;
  width : 90px;
  vertical-align : middle;
  text-align : center;
}
.table_playguide{
  border-width : 1px;
  border-style : solid;
  border-color : #71677c;
  background-color : white;
  border-top-left-radius : 15px 15px;
  border-top-right-radius : 15px 15px;
  border-bottom-right-radius : 15px 15px;
  border-bottom-left-radius : 15px 15px;
  width : 100%;
}
.p0{
  padding-top : 15px;
  padding-bottom : 15px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : dotted;
  border-bottom-style : solid;
  border-right-color : #71677c;
  border-bottom-color : #71677c;
  text-align : center;
}
.p1{
  text-align : center;
  padding-top : 15px;
  padding-bottom : 15px;
  width : 30%;
  vertical-align : middle;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : dotted;
  border-bottom-style : dotted;
  border-right-color : #71677c;
  border-bottom-color : #71677c;
}
.p3{
  text-align : center;
  padding-top : 15px;
  padding-bottom : 15px;
  width : 70%;
  vertical-align : middle;
  border-bottom-width : 1px;
  border-right-style : none;
  border-bottom-style : dotted;
  border-bottom-color : #71677c;
}
.lineoff{
  border-bottom-width : 0px;
  border-bottom-style : none;
}
.lineoff_y{
  border-right-width : 0px;
  border-right-style : none;
}

