@charset "utf-8";
.s0{
  vertical-align : middle;
  text-align : right;
  width : 100px;
  padding-bottom : 10px;
  padding-top : 10px;
  padding-right : 20px;
}
.s1{
  vertical-align : middle;
  text-align : center;
  padding-top : 5px;
  padding-bottom : 5px;
}
.t1{
  text-align : right;
  padding-top : 10px;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cfbfab;
  width : 47.5%;
  vertical-align : top;
}
.t9{
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cfbfab;
  width : 10%;
  vertical-align : top;
}
.t2{
  text-align : left;
  padding-top : 10px;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cfbfab;
  width : 47.5%;
  vertical-align : top;
}
.s2{
  vertical-align : middle;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  border-right-style : none;
  background-image : url(../img_schedule/s2.png);
  background-repeat : no-repeat;
  background-position : center center;
  font-size : 22px;
  width : 102.5px;
}
.s9{
  vertical-align : middle;
  text-align : center;
  border-right-style : none;
  font-size : 13px;
  width : 102.5px;
}
.sun{
  background-repeat : no-repeat;
  background-image : linear-gradient(#ffd0d0, rgba(255, 255, 255, 0));
  border-top-left-radius : 10px 10px;
  border-top-right-radius : 10px 10px;
  border-bottom-right-radius : 10px 10px;
  border-bottom-left-radius : 10px 10px;
}
.sat{
  background-repeat : no-repeat;
  background-image : linear-gradient(#b5e0fb, rgba(255, 255, 255, 0));
  border-top-left-radius : 10px 10px;
  border-top-right-radius : 10px 10px;
  border-bottom-right-radius : 10px 10px;
  border-bottom-left-radius : 10px 10px;
}
.lineoff{
  border-bottom-width : 0px;
  border-bottom-style : none;
}
.lineoff_y{
  border-right-width : 0px;
  border-right-style : none;
}
.googlemap-bw iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter : grayscale(50%);
  background-color : black;
  border-width : 1px;
  border-style : solid;
  border-color : white;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}