@charset "utf-8";
.list{
  background-image : url(../img_common/backlist.png);
  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 : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
  background-image : linear-gradient(to right, rgba(207, 191, 171, 0.6), rgba(207, 191, 171, 0.25));
}
.kaijo2{
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
  background-image : linear-gradient(to right, rgba(176, 79, 79, 0.6), rgba(176, 79, 79, 0.25));
}
.kaijo3{
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
  background-image : linear-gradient(to right, rgba(99, 112, 156, 0.6), rgba(99, 112, 156, 0.25));
}
.ribon_access{
  width : 220px;
  position : absolute;
  top : 20px;
  right : -20px;
  z-index : 2;
}
.sat{
  color : white;
  background-color : rgba(115, 158, 198, 0.8);
}
.sun{
  color : white;
  background-color : rgba(214, 54, 41, 0.8);
}
.s2{
  vertical-align : middle;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  font-size : 22px;
  background-image : url(../img_schedule/s2.png);
  background-repeat : no-repeat;
  background-position : center center;
  width : 120px;
}
.s9{
  vertical-align : middle;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  font-size : 13px;
  width : 120px;
}
.s0{
  vertical-align : middle;
  text-align : right;
  width : 160px;
  font-size : 110%;
  padding-right : 10px;
}
.s1{
  vertical-align : middle;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
}
.lineoff{
  border-bottom-width : 0px;
  border-bottom-style : none;
}
.lineoff_y{
  border-right-width : 0px;
  border-right-style : none;
}