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

.tourDate {
	width: 100%;
	text-align: left;
	position: static;
	float: left;
	display: block;
	clear: both;
	height: auto;
}
.tourDate .mydate {
	width: 90px;
	position: static;
	float: left;
}
.tourDate .venue {
	width: 350px;
	position: static;
	float: left;
}
.tourDate .info {
	width: 50px;
	position: static;
	float: left;
}


