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

#googlemap{
	width:668px;
	height:398px;
	border:1px #999 solid;
}


dl#route{
	width:668;
	border:#BDD2F2 2px dotted;
	padding:5px 0;
	margin:30px 0 0 0;
}

dl#route dt{
	width:65px;
	float:left;
}

dl#route dd{
	width:590px;
	float:right;
	line-height:1.5;
	
}

table{
	margin:20px 0 0 0;
	line-height:2;
	border:1px solid #999;
	border-collapse:collapse;
	text-align: right;
	}
	
th{
	background:#FCF2DA;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	color:#666666;
	border:1px solid #999;
	}
	
td{
	border:1px solid #999;
	font-size:16px;
	background:#FFFFFF;
	text-align:center;
	padding:5px 6px;
	}
	
.green{
	color:#488F34;
}
	
td.price{
	text-align:right;
	width:220px;				
	}

p.caution{
	font-size:14px;
	line-height:1.4;
	margin:10px 0 0 0;
}