@charset "utf-8";

#tour-title .tour-code {
	background-color: #FC0A16;
	color: #fff;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#tour-title h2 {
	background-color: #fff;
	color: #333;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#tour-title .tour-lead {
	background-color: #FC0A16;
	color: #fff;
	border: 1px solid #666;
}

#tour-schedule th {
	background-color: #ffeae7;
}
#tour-schedule .topline th {
	background-color: #FF7E81;
	color: #fff;
}

#tour-information .topline th {
	background-color: #FC0A16;
	color: #fff;
}
#tour-information th {
	background-color: #ffeae7;
}
#tour-information .info-inner table th {
	background-color: #FF7E81;
	color: #fff;
}

#tour-fee {
	border: 2px solid #3366CC;
}
#tour-fee #tour-fee-title {
	background-color:	#3366CC;
	color:#fff;
}
#tour-fee #tour-fee-title h3 {
	color: #fff;
}
#tour-fee table th {
	background-color: #ff7e81;
	color: #fff;
}