<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/* CSS Document */


/****************************************************************************************************************/
/**** 印刷用CSS ************************************/
@media print{
	
	
	
	/**** トップページ ************************************/
	
	.ek_course_w {
		clear:both;
		height:auto;
	}
	
	.ek_station_w_ntohoku_w,
	.ek_station_w_stohoku_w,
	.ek_station_w_shinetsu_w,
	.ek_station_w_kanto_w {
		clear:both;
	}
	
	.ek_courseSearch_howto {
		display:inline-block;
	}
	
	.ek_courseSearch_map {
		display:inline-block;
	}
	
	.ek_courseSearch_howto_h,
	.ek_courseSearch_map_h {
		margin-top:20px;
	}
	
	.ek_station_w {
		clear:both;
		height:auto;
	}
	
	.ek_station_w_ntohoku_list,
	.ek_station_w_stohoku_list,
	.ek_station_w_shinetsu_list,
	.ek_station_w_kanto_list {
		display:block;
		margin-top:0;
		padding-top:30px;
		font-size:0;
	}
	
	.ek_station_w_ntohoku_listitem,
	.ek_station_w_stohoku_listitem,
	.ek_station_w_shinetsu_listitem,
	.ek_station_w_kanto_listitem{
		display:inline-block;
		margin-right:18px;
		margin-bottom:18px !important;
		font-size:14px;
	}
	
	.ek_station_w_ntohoku_listitem:nth-of-type(4n),
	.ek_station_w_stohoku_listitem:nth-of-type(4n),
	.ek_station_w_shinetsu_listitem:nth-of-type(4n),
	.ek_station_w_kanto_listitem:nth-of-type(4n) {
		margin-right:0;
	}
	
	.ek_station_w_listitem_w-new {
		right:-13px;
		top:-19px;
	}
	
	.ek_station_w_listitem_w-new::before {
		display:none;
	}
	
	.ek_station_w_ntohoku_list::before,
	.ek_station_w_ntohoku_list::after,
	.ek_station_w_stohoku_list::before,
	.ek_station_w_stohoku_list::after,
	.ek_station_w_shinetsu_list::before,
	.ek_station_w_shinetsu_list::after,
	.ek_station_w_kanto_list::before,
	.ek_station_w_kanto_list::after {
		display:none;
	}
	
	#ek_pageTop {
		display:none !important;
	}
	
	
	/**** コース詳細 ************************************/
	
	.eks_detail_w {
		display:block;
	}
	
	.eks_detail_sec7_course_list {
		display:block;
	}
	
	.eks_detail_sec7_course_listitem {
		display:inline-block;
		vertical-align:top;
	}
	
}
</pre></body></html>