@charset "UTF-8";
/* CSS Document */

@media print, screen and (min-width: 769px) {

.block.info {
  text-align: center;
}

#reserve {
}
  #reserve h2 {
    font-size: 1.1em;
  }
	#number {
    display:  inline-block;
    background:  #666;
    color:  #fff;
    font-size:  1.1em;
    font-weight:  bold;
    padding: 20px 40px;
		text-align: center;
	}
		#number a {
      color:  #fff;
			text-decoration: none;
		}
  
#timeTable {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 auto;
    width: 430px;
    text-align: center;
}
  #timeTable th,
  #timeTable td {
    border-bottom: 1px solid #666666;
  }
  #timeTable th {
    padding: 8px 10px;
    font-weight: normal;
    text-align: left;
  }
  #timeTable td {
    padding: 8px 10px;
  }
  #timeTable tr#morning th,
  #timeTable tr#morning td {
    border-bottom: 0px solid #666666;
  }
  #timeTable tr#morning th {
    padding: 8px 10px 0 10px;
  }
  #timeTable tr#morning td {
    padding: 8px 10px 0 10px;
  }
  #timeTable td.sun {
    padding: 8px 10px 8px 10px;
  }
  #timeTable p,
  #map p {
    text-align: left;
  }
  #timeTable p {
    margin: 0 auto 20px;
    padding: 5px 0 0 10px;
    width: 420px;
  }
    
#map {
}
  #mapImg {
    float: left;
    font-size: .9em;
    width: 432px;
    margin: 0 10px;
    text-align: left;
  }
  #mapImg img {
    border: 1px solid #ccc;
  }
  
.map-info {
  float: right;
  font-size: .9em;
  letter-spacing: 0.03em;
  line-height: 1.6em;
  text-align: left;
  width: 446px;
}
  #exitInfo {
    font-size: .9em;
  }
    
#about {
  width: 100%;
  border-collapse: separate;
  margin: 0 0 30px 0;
  text-align: left;
}
	#about th,
	#about td {
		padding: 10px 0 10px 40px;
		border-bottom: 1px solid #666666;
		line-height: 1.8em;
	}
		#about tr#top th,
		#about tr#top td {
			border-top: 1px solid #666666;
		}
	#about th {
		width: 115px;
		vertical-align: top;
		font-weight: normal;
		text-align: left;
	}
  .ie8 #about th {
		padding: 10px 0 10px 40px;
  }
	#about a:link,
	#about a:visited {
		text-decoration: underline;
	}
	#about a:hover,
	#about a:active {
		text-decoration: none;
	}
  
.gallery {
  width: 930px;
  margin: 0 0 0 -30px;
}
    .gallery li {
      background: #eee;
      float: left;
      line-height: 0;
      width: 280px;
      margin: 0 0 30px 30px;
    }

}