@charset "utf-8";
.list{
  background-repeat : no-repeat;
  background-position : left bottom;
}
.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*/

}
.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;
}
.kaijo1{
  padding-top : 30px;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 30px;
  border-width : 1px 1px 1px 5px;
  border-style : solid;
  border-color : #c0c0c0;
  box-shadow : 5px 5px 0px #000000;
  background-color : rgba(69, 92, 129, 0.6);
}
.sat{
  color : #006ad5;
}
.sun{
  color : #dd0000;
}
.s2{
  vertical-align : middle;
  text-align : center;
  padding-top : 5px;
  padding-bottom : 5px;
  font-size : 160%;
  background-image : url(../img_schedule/s2.png);
  background-repeat : no-repeat;
  background-position : center center;
  width : 13%;
}
.s1{
  vertical-align : middle;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  font-size : 110%;
  background-position : center center;
}
.t1{
  vertical-align : middle;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  font-size : 110%;
  background-position : center center;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : dotted;
  width : 30%;
}
.t1b{
  vertical-align : middle;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  font-size : 110%;
  background-position : center center;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : dotted;
  width : 50%;
}
.t0{
  vertical-align : middle;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  font-size : 110%;
  background-position : center center;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : dotted;
  background-color : #f8f2e9;
}
.t2{
  vertical-align : middle;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  font-size : 110%;
  background-position : center center;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : dotted;
  border-bottom-style : dotted;
  width : 35%;
}
.t2b{
  vertical-align : middle;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  font-size : 110%;
  background-position : center center;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : dotted;
  border-bottom-style : dotted;
  width : 50%;
}
.s9{
  vertical-align : middle;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  font-size : 80%;
  width : 61.33px;
}
.s0{
  vertical-align : middle;
  text-align : right;
  width : 9%;
  font-size : 110%;
  padding-right : 10px;
}
.tableticket{
  background-color : white;
  border-width : 1px;
  border-style : solid;
}
.lineoff{
  border-bottom-width : 0px;
  border-bottom-style : none;
}
.lineoff_y{
  border-right-width : 0px;
  border-right-style : none;
}
.co3{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.2em;
  transform: rotate(45deg);
  margin: 0.5em;
  font-size : 80%;
  background-color : #000000;
}
.co1{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.2em;
  transform: rotate(45deg);
  margin: 0.5em;
  font-size : 80%;
  background-color : #ffffff;
  border-width : 1px;
  border-style : solid;
  border-color : #999999;
}
.co3 span{
  transform: rotate(-45deg);
  display: inline-block;
  padding-top: 2px;
}
.co1 span{
  transform: rotate(-45deg);
  display: inline-block;
  padding-top: 2px;
}

