#tour {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#tour li  {
	width: 100%;
	list-style-type: none;

}
#tour li dl {
	float: left;
	width: calc(100%/3 - 28px);
	margin-right: calc(28px * 3 / 2);
	margin-bottom:20px;
	padding: 0px;
}

#tour li dl:last-of-type{
	margin-right: 0;
}

#tour li dl dt {
	text-align: center;
	vertical-align: middle;
	height: 175px;
    width: 235px;
	padding-top: 8px;
	padding-right: 26px;
	padding-bottom: 17px;
	padding-left: 9px;
	margin:auto;
	background-image: url(../images/img_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#tour li dl dt span {
	height:100%;
	display:inline-block;
}
#tour li dl dt * {
	vertical-align:middle;
}
#tour li dl dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding-top: 5px;
	color: #666;
	letter-spacing: 1px;
	background-image: url(../images/icon04.jpg);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	line-height: 150%;
	padding-left: 20px;
	margin: 0px;
}
#tour li dl dd a {
	color: #313131;
	text-decoration: none;
}
#tour li dl dd a:hover {
	color: #3d6417;
}
#tour li dl dd a:focus {
	color: #3d6417;
}