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

/*----------------------------------
	bot用のCSSです
----------------------------------*/

.botBlk01, .botBlk02 {
	background-color: #fff;
	height: auto;
	margin: 0 auto;
}
.botBlk02 ul {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 30px;
	display: flex;
	justify-content: center;
}
.botBlk02 ul li {
    background: url(../images/TourIcn.gif) no-repeat 0 5px;
    margin-right: 28px;
    padding: 5px 0 0 10px;
}
.botBlk02 ul li a {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    white-space: nowrap;
}

.HeritageBox {
	background:hsla(0,0%,100%,1.00);
	padding-bottom:20px;
}