@charset "utf-8";

.trip_step_label{
	float:left;
	width:100%;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	color:#33A02C;
	padding-bottom:5px;
	border-bottom:#33A02C dotted 1px;
}

.trip_step_contents{
	float:left;
	width:100%;
	text-align:center;
}