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