/*-----------------------------------------------------------
	コース一覧
-----------------------------------------------------------*/
#taxi #voice {
}
#taxi #voice .vBox {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#taxi #voice .vBox .cbox {
	float: right;
	width: 280px;
	padding: 5px;
	border: 1px solid #eee;
}
#taxi #voice .vBox .text {
	float: left;
	width: 550px;
	padding-left: 10px;
}
#taxi #voice .vBox .cbox h2 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #1e5e6a;
}
#taxi #voice .vBox .cbox .data {
	float: right;
	width: 200px;
}
#taxi #voice .vBox .cbox .photo {
	float: left;
}
#taxi #voice .vBox .cbox p.name {
	font-weight: bold;
}
#taxi #voice .vBox .cbox p.price {
	padding: 0.5em 0;
	font-weight: bold;
	color: #c00;
}