@charset "utf-8";





table.skyliner-table {
margin: 0 auto;
border-collapse: collapse;
border-spacing: 0;
width: 850px;
}

table.skyliner-table td {
	border: 1px solid #E7E7E7;
	vertical-align: middle;
	text-align: right;
	padding: 0.5em 0.3em;
	color: #555555;
}


table.ippan-table {
margin: 0 auto;
border-collapse: collapse;
border-spacing: 0;
width: 620px;
}

table.ippan-table td {
	border: 1px solid #E7E7E7;
	vertical-align: middle;
	text-align: right;
	padding: 0.5em 0.3em;
	color: #555555;
}



.marker-blue { color: #0099FF; }
.marker-red { color: #FF3333; }

.sky-mark { background: #FFF2DE; }
.ipa-mark { background: #E8F4F7; }

tr.sky-mark td { color: #BD5E0F; }

table.ippan-table td.line-na { color: #FF6600; } /* na as narita access */
.c-aoto { color: #CC0; }
.c-sakura { color: #C39; }
.c-narita { color: #3CC; }


table.skyliner-table td.as-th,
table.ippan-table td.as-th {
	background-color: #F3F3F3;
	text-align: center;
}

.icon-sky  { background: #FFF2DE url(../images/timetable/icon_sky.gif) no-repeat 10px center; }
.icon-city { background: url(../images/timetable/icon_city.gif) no-repeat 10px center; }
.icon-eve  { background: url(../images/timetable/icon_eve.gif) no-repeat 10px center; }
.icon-mor  { background: url(../images/timetable/icon_mor.gif) no-repeat 10px center; }




#rotate { margin: 0 auto; width: 890px; }

#fragment-1,
#fragment-2,
#fragment-3,
#fragment-4 { padding: 10px 0 0 0; width: 890px; }



.timetable-title {
	width: 860px;
	background: url(../images/sub/marker01.gif) no-repeat top left;
	margin: 0 0 13px 0;
	padding: 13px 0 20px 30px;
}

.timetable-title h4 { margin: 0; }

/*.timetable-adj01,
.timetable-adj02,
.timetable-adj03 { display: inline; }

.timetable-adj02,
.timetable-adj03 { padding: 0 0 0 15px; background: url(../images/sub/arrow.gif) no-repeat; }

.timetable-adj02,
.timetable-adj03 {
background-position: 0 3px;
_background-position: 0 1px;
}*/

.timetable-adj01 {	
	float: left;
	width: 415px;
	color: #1F43A3;	
}

.timetable-adj02 {
	float: right;
	padding: 7px 0 0 0;
	font-weight: bold;
	
}

p.timetable-adj02 a { 
display: inline;
padding: 0 10px 0 15px; 
background: url(../images/sub/arrow.gif) no-repeat;
}

p.timetable-adj02 a {
background-position: 0 3px;
_background-position: 0 1px;
}




#skycity-fee,
#access-fee {
	background-color: #FFFFFF;
	padding: 20px 10px;
}

.skycity-inner { width: 796px; margin: auto; }
.access-inner  { width: 356px; margin: auto; }


/* numbering */
.num-b,
.num-o {
	display: inline;
	padding: 1px 1px 1px 3px;
	color: #FFFFFF;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.num-b { background-color: #226FBC; }
.num-o { background-color: #F60; }


.timetable-title:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}



* html .timetable-title {
zoom: 1;
}


*:first-child+html .timetable-title {
zoom: 1;
}






