@charset "utf-8";

/* module:clearfix */
.mod-facility-image {
  position: relative;
  top: -99px;
  height: 153px;
}

.mod-graduate-image {
  position: relative;
  top: -92px;
  height: 153px;
}

.mod-parade-image {
  position: relative;
  top: -101px;
  height: 181px;
}

.mod-fair-image {
  position: relative;
  top: -108px;
  height: 180px;
}

.mod-touring-image {
  position: relative;
  top: -89px;
  height: 133px;
}

.list-movie {
  overflow: hidden;
  *zoom: 1;
}
.list-movie .list-movie-item {
  float: left;
  width: 325px;
}

.event-box {
  overflow: hidden;
  *zoom: 1;
  padding: 10px 20px;
}

.event-box table { width:100%; }
.event-box table th { vertical-align:top; }
.event-box table td { vertical-align:top; /*width:250px !important;*/ }

.event-box dl {
  float: left;
  color: #108ccf;
  font-weight: 600;
}
.event-box dl dt {
  font-size: 116%;
}
.event-box dl dd {
  font-size: 150%;
}
.event-box .event-box-btn {
  float: right;
  margin: 5px 0 0 0;
}

.tb-result tbody th {
  background: #dcedfa;
  color: #108ccf;
  font-weight: 600;
  text-align: center;
  vertical-align: top;
}
.tb-result .tb-rank {
  color: #ff0000;
  font-weight: 600;
}
