@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;
}
.p0{
  vertical-align : middle;
  text-align : center;
  padding-top : 20px;
  padding-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #dfcda4;
  border-right-width : 1px;
  border-right-style : dotted;
  border-right-color : #dfcda4;
  background-color : rgba(0, 0, 0, 0.6);
}
.p1{
  vertical-align : middle;
  text-align : center;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #dfcda4;
  width : 240px;
  border-right-width : 1px;
  border-right-style : dotted;
  border-right-color : #dfcda4;
  background-image : linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
}
.p2{
  vertical-align : middle;
  text-align : center;
  padding-top : 20px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #dfcda4;
  width : 600px;
  background-image : linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lineoff_y{
  border-right-width : 0px;
  border-right-style : none;
}
.lineoff{
  border-bottom-width : 0px;
  border-bottom-style : none;
}
@charset "utf-8";
.t1{
  padding-top : 15px;
  padding-bottom : 15px;
  vertical-align : middle;
  text-align : center;
  font-weight : bold;
}
.t2{
  padding-top : 15px;
  padding-bottom : 15px;
  vertical-align : middle;
  text-align : center;
  font-size : 16px;
  background-image : url(../img_schedule/hosisen.png);
  background-repeat : no-repeat;
  background-position : center center;
  width : 65px;
}
.t9{
  vertical-align : middle;
  text-align : center;
  font-size : 12px;
  width : 65px;
}
.t0{
  vertical-align : middle;
  text-align : center;
  width : 110px;
  background-repeat : repeat-x;
  background-position : center top;
  padding-top : 10px;
  padding-bottom : 10px;
}
.tableticket{
  border-width : 1px;
  border-style : solid;
  border-color : #dfcda4;
}
.lineoff{
  border-bottom-width : 0px;
  border-bottom-style : none;
}
.lineoff_y{
  border-right-width : 0px;
  border-right-style : none;
}
.list{
  padding-top : 30px;
  padding-left : 30px;
  padding-bottom : 30px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-width : 1px;
  border-bottom-width : 6px;
  border-top-color : #aa0000;
  border-bottom-color : #aa0000;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #aa0000;
  padding-right : 30px;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : #aa0000;
  background-image : url(../img_schedule/listback.jpg);
  background-repeat : no-repeat;
  background-position : right top;
}
.coverdiv{
  position: relative;
}
.coverdiv a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
  background-repeat : repeat;
}
.coverdiv:hover{
  filter:alpha(opacity=70);
  /* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";
  /* IE 8,9 */
    -moz-opacity:0.7;
  /* FF , Netscape */
    -khtml-opacity: 0.7;
  /* Safari 1.x */
    opacity:0.7;
  zoom:1;
/*IE*/
}