@charset "utf-8";
/* departures.css */


/*****************************

	ページ画像

******************************/

#departures #wrp_imagesection {
	margin:0;
	padding:0;
	width:100%;
	height:165px;
	overflow:hidden;
	display:table;
	text-indent:-9999px;
	background:url(../departures/images/title_departures.jpg) center top no-repeat;
}


/*************************************

	グローバルメニュー

**************************************/

#departures #wrp_gmenu ul#gmenu li#gm04 a {
	background:url(../images/menu/gmenu.jpg) -437px -58px no-repeat;
}



/*************************************

	ページメニュー

**************************************/


#departures #wrp_m_aurora {
	margin:0 0 15px 0;
	padding:0;
	width:190px;
}


#departures #wrp_m_aurora ul {
	margin:0;
	padding:0;
	width:190px;
}

#departures #wrp_m_aurora ul li {
	margin: 0;
	padding:0;
	width:190px;
	height:43px;
	background:url(../images/menu/ic_msection.jpg) left 17px no-repeat;
	list-style: none;
	border-top:1px solid #DAF2F1;
	border-bottom:1px solid #4DB1D1;
}

#departures #wrp_m_aurora .nobrd_top {
	border-top:none;
}

#departures #wrp_m_aurora .nobrd_btom {
	border-bottom:none;
	background:none;
	line-height:15px;
	height:0;
}



#departures #wrp_m_aurora ul li a {
	text-decoration:none;
	width:165px;
	height:43px;
	line-height:43px;
	display:block;
	overflow:hidden;
	padding:0 0 0 25px;
}


#departures #wrp_m_aurora ul li a:hover {
	background:url(../images/menu/msection_over.jpg) left top no-repeat;
}


/*****************************

	タイトル

******************************/


#departures h2 {
	margin:0 0 60px 0;
	padding:0;
	width:263px;
	height:25px;
	text-indent:-9999px;
	background:url(../departures/images/tit_status.gif) left top no-repeat;
}

#departures h3 {
	margin:0 0 20px 0;
	padding:0;
	width:653px;
	height:29px;
	line-height:29px;
	text-indent:-9999px;
}

/*****************************

	本日の運行状況

******************************/

#departures #wrp_situation {
	margin:0 0 50px 0;
	padding:0;
	width:653px;
	overflow:hidden;
}

#departures #wrp_situation h3 {
	background:url(../departures/images/sbtit_span.gif) left top no-repeat;
}
#departures #wrp_situation iframe {
	width: 653px;
	height: 700px;
	overflow-x: hidden;
}

/*運航期間前・表示テキスト*/
#departures #wrp_situation p#img_page_departures_off {
	margin:10px 0 10px 0;
	padding:0;
	width:653px;
	height:44px;
	line-height:44px;
	text-indent:-9999px;
	background:url(../departures/images/img_page_departures_off.gif) left top no-repeat;
}



/*****************************

	iframeページ

******************************/


#departures_table {
	margin:0 0 10px 0;
	color:#000;
	border: 1px solid #93D3D1;
	border-collapse:collapse;
	border-spacing: 1px;
	font-size:85%;
	width:653px;
}

#departures_table th,
#departures_table td {
	padding: 5px;
	color:#000;
	background-color:#DAF2F1;
	border:1px solid #93D3D1;
}

#departures_table th {
	text-align: center;	
	font-weight:normal;
	background-color: #5DA1B0;	
}

#departures_table td {
	text-align:center;
	background-color: #fff;	
}

h5.txt_info {
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
}
p.txt_info {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

p#bikou_departures_text {
	margin:0;
	padding:1px 3px;
	font-size:90%;
	color:#0E6585;
	width: 600px;	
/*	background: #CCFFFF;*/
	font-weight: bold;
}


