@charset "utf-8";
/* CSS Document */


#tourDIV .plan_list {
	margin-bottom:20px;
}

#tourDIV .plan_list li {
  float: left;
  margin: 0 0.5% 5px 0.5%;
  text-align: center;
  border-radius: 5px;
  width: 15.6%;
  background:#333;
  font-size: 84%;
}
#tourDIV .plan_list li a {
	color:#fff;
	text-decoration:none;
	padding:8px 0;
	display:block;
	font-weight:700;
	border-radius: 5px;
  display: table;
  width: 100%;
}
#tourDIV .plan_list li a span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
