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


/*=============================
ROUTE
=============================*/
div#mainBlock 	{ margin-top:0px;}
div#rightBlock 	{ margin-top:10px;}
h3#titleRoute 	{ width:100%; padding-top:52px; background-image:url(..//images/title_route.gif); margin:0;}


table#routeTable 		{}
table#routeTable 		{}
table#routeTable 		{}
table#routeTable 		{}
table#routeTable 		{}

table#routeTable 					{ width:100%; border-collapse:collapse;}
table#routeTable th,
table#routeTable td 				{ padding:10px 0; vertical-align:top; background:url(/images/bdr_dot_blue.gif) repeat-x left top;}
table#routeTable tr.nobdr td 		{ background:none;}
table#routeTable td.img 			{ padding-right:10px; width:153px;}
table#routeTable td.text p 			{ font-size:12px; margin:8px 0; }
table#routeTable td.text h5 		{ font-size:30px; line-height:34px; color:#4194D8; margin:4px 0; }
table#routeTable td.text h5 a 		{ text-decoration:none;}
table#routeTable td.text p.subtitle	{ background:#FF5F98; padding:4px 6px; margin:0px; line-height:2.0em; display:inline; margin:0; color:#FFFFFF; font-weight:bold; font-size:14px;}
a.viewRoute 	{ width:85px; padding-top:24px; background-image:url(/images/btn_view_route.gif);}

/*detail*/
div#routeDetailBlock 			{}
	div#titleBlock 				{ margin:20px 0 10px 0;}
	div#titleBlock h4			{ font-size:30px; line-height:34px; color:#4194D8; margin:12px 0; }
	div#titleBlock p.subtitle 	{ background:#FF5F98; padding:4px 6px; margin:0px; line-height:1.0em; display:inline; margin:0; color:#FFFFFF; font-weight:bold; font-size:14px;}
	

div.routeSpot { width:100%; overflow:hidden; background:url(../images/bdr_dot_blue.gif) no-repeat center top; padding:30px 0 20px 0;}
	div.spotText 	{ width:400px; float:left; }
	div.spotText h4 { color:#DF0048; font-size:18px; margin:4px 0; }	
	div.spotText p.tag { font-size:14px; margin:6px 0; font-weight:bold; line-height:1.2em; color:#454545;}
	
	div.imageRight 	{ float:right; margin:0 0 5px 10px;}
	div.w275 		{ width:275px;}
	div.imageRight p { background:#CCCCCC; font-size:11px; line-height:1.3em; padding:2px; margin:0 0 4px 0;}
	div.imageRight a img { float:left; margin-left:1px;}
	
	div#routeAskBlock 		{ background:#FFFFCC; border:#FFCC99 solid 1px; padding:10px;}
	div#routeAskBlock h4 	{ margin:0 0 10px 0; color:#339900; border-left:#339900 solid 5px; padding:2px 0 2px 5px; line-height:1.2em; }
	div#routeAskBlock p 	{ margin:4px 0;}
