@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;
}

#table1{
	width:580px;
	background:#BC8F60;
}

#table1 th{
	width:20%;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	background:#E9E3C6;
}

#table1 td{
	font-size:14px;
	text-align:left;
	background:#E9E3C6;
}

.bt_order_form1 {
	position:absolute;
	top:167px;
	left:361px;
}

/*IE7ハック*/
*:first-child+html .bt_order_form1 {
	top:180px;
}
