@charset "UTF-8";
/*@charset "Shift_JIS";*/

/*駅探API contents_common.css*/
/*
#F1F1FF
#79a6e2
#336699
#99CCFF
#EEEEEE
#FFF0D1
*/

h4{
	border-left: solid 7px #336699;
}

p.mark{
	border-left: solid 10px #336699;
}



/*駅探API input_header.css*/

table#headerline1{
	background-color:#79a6e2;
}

table#headerline2{
	background-color:#F1F1FF;
}



/*駅探API ikikata_result.css*/

div#resultTop{
	border-bottom: 2px solid #79a6e2;
}

ul#startGoal li{
	color: #99CCFF;
}

.fontSize2{
	color: #808080;
}

div.results{
	border: 1px solid #79a6e2;
}

table.resultTable tr td.routeNm{
	color: #FFFFFF;
	background-color: #79a6e2;
}

table.resultTable tr th{
	background-color: #EEEEEE;
}



/*駅探API ikikata_input.css*/

div#startGoal{
	border: 1px solid #79a6e2;
}

table.resultTable tr.trColorBg{
	background-color: #FFF0D1;
}

table.resultTable tr td.routePath{
	background-color: #FFF0D1;
}



/*駅探API result_footer.css*/

div#footer{
	background: #79a6e2;
}



