/* PiTaPa試算表 伊丹市交通局（03.html以降適用） */

tr.en-kukan th,
tr.en-kukan td
{
	background: green;
	color: white;
	font-size: 90%;
}

th small,
td small
{
	color: gray;
}

td.touroku
{
	background-color: #eeffee;
	font-style: oblique;
}

td ul
{
	margin: 0;
	padding: 0;
}

table#RIYOUGAKU tr:not(.en-kukan):not(:nth-of-type(2)) th,
table#RIYOUGAKU tr:not(.en-kukan):not(:nth-of-type(2)) td:not(:nth-of-type(n+4)),
table#RIYOUGAKU tr:nth-of-type(2) td:nth-of-type(n+2)
{
	padding-right: 0.9em;
	text-align: right;
}

table#RIYOUGAKU tr:nth-last-of-type(1) th,
table#RIYOUGAKU tr:nth-last-of-type(1) td
{
	padding-left: 0.9em;
}

table#NORIHODAI tr:nth-of-type(n+2):not(:nth-of-type(n+4)) td,
table#TEIKI tr:not(.en-kukan) td:nth-of-type(odd)
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: right;
}

table#ITAPPY tr:not(.en-kukan) td:nth-of-type(2)
{
	text-align: right;
}

table#ITAPPY tr:not(.en-kukan) td:nth-of-type(3)
{
	padding: 0 1.8em;
	text-align: right;
}
