@charset "shift_jis";

/* 　spry読み込み・非表示
 ----------------------------------------------- */

.SpryHiddenRegion{
	display:none;
}
.nodisp{
	display:none;
}
#SpryDebugWindow{
	display:none;
}


/* 　上期・下期相互リンク
 ----------------------------------------------- */
#headLine p.ttlcaption{
	width:419px;
	_width:431px !important;
}
.past_btn{
	float:right;
	width:237px;
}
.past_btn p{
	margin:5px 12px 0 0;
	line-height:130%;
}
.past_btn p a{
	float:right;
	text-align:left;
	margin-bottom:10px;
}


/* 　エリアトップリンク
 ----------------------------------------------- */
.area_btn{
	margin-top:-4px;
	margin-right:-10px;
}
.area_btn p span a{
	text-decoration:none !important;
}
.second_area_btn{
	margin-left:10px;
}

/* 　ご注意文言
 ----------------------------------------------- */
/* 運賃表下 */
.fare_caption{
	margin-top:10px;
}
.fare_caption_right{
	padding-top:0;
}

/* 乗り継ぎ表上 */
.addon_int_notice{
	margin-bottom:10px;
}

/* 乗り継ぎ表下 */
.addon_bottom_notice{
	margin-top:10px;
}


/* 　運賃表（1XML毎の区切り）
 ----------------------------------------------- */
.fare_data_container{
	position:relative;
	padding-top:30px;
	background:url('/int/fare/images/img_line_dot_685.gif') top left no-repeat;
}
.fare_data_container_2{
	position:relative;
	background:url(/int/fare/image/mds.gif) top left no-repeat;
    height:25px;
    line-height:25px;
    padding-bottom:2px;
    padding-left:10px;
    color:#ffffff;
    margin-bottom:10px;
	/* Win IE8対策 */
	_display:inline;
	_zoom:1;
	_width:100%;
}
#fare_data_container1{
	padding-top:0;
	background-image:none;
}
.fare_data_container table.mb_space10{
	margin-bottom:10px !important;
}

/* 　チケット購入日付
 ----------------------------------------------- */
.date_select_box{
	position:absolute;
	top:30px;
	right:-5px;
}
#fare_data_container1 .date_select_box{
	top:0;
}
.date_select_box2{
	position:absolute;
	top:65px;
	right:-5px;
}
#fare_data_container1 .date_select_box2{
	top:35px;
}
.ticket_date , .ticket_date li{
	float:none;
}
.ticket_unit{
	text-align:right;
	float:none;
}

/* 　運賃表（過去分全表示時のスタイル）
 ----------------------------------------------- */
.all .fare_data_set{
	margin-top:30px;
}
.all .first_fare_data{
	margin-top:0;
}


/* 　印刷設定
 ----------------------------------------------- */
@media print{
	.date_select_box{
		display:none;
	}
	#two_column{
		display:block;
	}
}

