@charset "UTF-8";
/* Scss Document */
/*このデータはsassで制作されています。変更時には必ずマスターに連絡の上、cssへコンパイルしてください*/
#mv {
  text-align: center;
  height: 150px;
  padding-top: 0px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center bottom;
  -moz-background-size: 500px 149px;
  -webkit-background-size: 500px 149px;
  -o-background-size: 500px 149px;
  -ms-background-size: 500px 149px;
  background-size: 500px 149px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

#quick {
  width: 300px;
  margin: 0 auto 20px;
}
#quick ul {
  zoom: 1;
  overflow: hidden;
  width: 310px;
  margin-right: -10px;
}
#quick li {
  float: left;
  display: inline;
  width: auto;
  margin: 10px 10px 0 0;
}

#time {
  background-color: #f9faf4;
  border: 1px solid #ebe7ce;
  padding: 10px;
  margin: 0 auto 10px;
  width: 280px;
}
#time h2 {
  text-align: center;
  margin-bottom: 5px;
}
#time table {
  width: 280px;
  margin: 0 auto 10px;
}
#time table th {
  text-align: left;
  border-bottom: 1px solid #edefe0;
  font-size: 9px;
  padding-left: 10px;
  width: 105px;
}
#time table th strong {
  color: #325078;
  font-size: 12px;
}
#time table td {
  text-align: center;
  padding: 3px;
  border-bottom: 1px solid #edefe0;
}
#time table td.sat {
  color: #5c7ac7;
}
#time table td.sun {
  color: #d87171;
}
#time dl {
  display: table;
}
#time dl dt {
  display: table-cell;
  text-align: center;
  color: #325078;
  font-size: 12x;
  background-color: #fff;
  border: 1px solid #ebe7ce;
  width: 70px;
  vertical-align: middle;
  padding: 5px 0;
}
#time dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 9px;
}

#map {
  text-align: center;
  margin-bottom: 20px;
}

#feature {
  margin-bottom: 20px;
}
#feature ul {
  margin: 0 10px;
}
#feature li {
  padding-bottom: 1px;
  margin-bottom: 1px;
  border-bottom: 1px solid #edefe0;
  width: 100%;
  line-height: 1;
  background-image: url(../img/icon_arrow.gif);
  background-repeat: no-repeat;
  background-position: right center;
  -moz-background-size: 5px 8px;
  -webkit-background-size: 5px 8px;
  -o-background-size: 5px 8px;
  -ms-background-size: 5px 8px;
  background-size: 5px 8px;
}
#feature li a {
  color: #333;
}
#feature dl {
  display: table;
}
#feature dt {
  display: table-cell;
}
#feature dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

#news {
  line-height: 140%;
}
#news a {
  color: #333;
}
#news dl {
  margin: 0 10px 20px;
}
#news dt {
  color: #325078;
}
#news dt img {
  margin-left: 5px;
}
#news dd {
  text-decoration: underline;
}
