@charset "UTF-8";

/*------ fare index ------*/

/*------ table ------*/
#contents .lefttable {
	float: left;
	width: 300px;
}

#contents .righttable {
	float: right;
	width: 360px;
}

#contents .ropewayfare {
	font-size: 1em;
	line-height: 1.5em;
	width: 100%;
}

#contents .busfare {
	font-size: 1em;
	line-height: 1.5em;
	width: 100%;
}

#contents table td {
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	padding: 6px;
	text-align: center;
}

#contents table th {
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	background-color: #e3f3ec;
	padding: 6px;
	text-align: center;
}

#contents .underline {
	border-bottom: #CCCCCC solid 1px;
}
#contents .rightline {
	border-right: #CCCCCC solid 1px;
}

#contents .groupbtn {
	margin: 0 0 0 25px;
}

#contents .bustxt {
	color: #f67005;
}

.mr10 {
	margin-right: 10px;
}


