﻿@charset "utf-8";

/* -----------------------------------------
	base
----------------------------------------- */
body#service_e {line-height: 1.3;}
img {
	-ms-interpolation-mode:bicubic;
}

.dispB {display: block;}
.flexWrap {flex-wrap: wrap;}

.breakAll {word-break: break-all;}

.m0auto {margin: 0 auto;}
.mb2p {margin-bottom: 2%;}
.ml2p {margin-left: 2%;}

.calc01 {width: calc(100% - (60px + 15px));}

.cardsBox .link02 a,.cardsBox .linkBlank02 a {
	padding-bottom: 5px;
}

.bgWhite {background: #fff!important;}

.indent04 {
	text-indent: -20px;
	padding-left: 20px;
}

.caption_heading {
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.pageTop {z-index: 999;}

@media screen and (max-width: 750px){
	
	.sp_font10 {font-size: 1.0rem!important;}
	.sp_font13 {font-size: 1.3rem!important;}
    .sp_font26{font-size: 2.6rem;}
	.sp_font35vw {font-size: 3.5vw!important;}
	
	.sp_ta-l {text-align: left;}
	
	.sp_jcFs {justify-content: flex-start;}
	.sp_jcC {justify-content: center;}
	
	.cardsBox {padding-top: 5% !important;}
	
	.caption_heading {
		margin: 0 0 10px 10px;
		text-align: left;
	}
}


/* -----------------------------------------
	trainInfo_list
----------------------------------------- */

.trainInfo_listWrap {
	padding-top: 50px!important;
}

.trainInfo_list {
	display: flex;
	justify-content: center;
	font-size: 1.6rem;
}

.trainInfo_list li:not(.delay_certificate) {
	width: 18%;
}

.trainInfo_list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 8px 9px;
}

.trainInfo_list li+li {
	margin-left: 1px;
}

.trainInfo_list .text {
	width: calc(100% - (38px + 10px));
}

.trainInfo_list .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 40px;
	margin-left: 10px;
	border-radius: 2px;
	background: #fff;
}

.trainInfo_list .icon img {
	width: 24px;
}

.trainInfo_list .delay_certificate {
	width: 120px;
	margin-left: 15px;
}

.trainInfo_list .delay_certificate a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #333;
	font-size: 1.4rem;
}

@media screen and (max-width: 750px){
	
	.trainInfo_listWrap {
		padding-top: 40px!important;
	}
	
	.trainInfo_listWrap .contentsWrapper {
		padding: 0 2%!important;
	}

	.trainInfo_list {
		justify-content: space-between;
		flex-wrap: wrap;
		font-size: 1.4rem;
	}
	
	#service_sc .trainInfo_list, #service_tc .trainInfo_list {
		font-size: 1.3rem;
	}
	
	.trainInfo_list li+li {
		margin-left: 2%;
	}
	
	.trainInfo_list li:not(.delay_certificate),
	.trainInfo_list .delay_certificate {
        max-width: 49.0%;
		width: calc((100% - 2%) / 2);
	}

    .trainInfo_list .delay_certificate a {
        font-size: 1.3rem;
    }

	.trainInfo_list li a {
		padding: 8px 4px;
		min-height:48px;
	height: auto;
	}
    
	/*.trainInfo_list li:nth-of-type(n+4) {
		margin-top: 2%;
	}*/
	
	.trainInfo_list li:nth-of-type(odd) {
		margin:0 0 2% 0;
	}

	.trainInfo_list .text {
		width: calc(100% - (20px + 3px));
	}

	.trainInfo_list .icon {
		width: 20px;
		height: 20px;
		margin-left: 3px;
	}

	.trainInfo_list .icon img {
		width: 14px;
	}

	.trainInfo_list .delay_certificate {
		margin-left: 2%;
	}
}

/* -----------------------------------------
	情報更新ボタン
----------------------------------------- */

.loadBtn a {
	position: relative;
	display: inline-block;
	width: 120px;
	padding: 9px 40px 9px 15px;
	background: #757575;
	color: #fff;
}

.loadBtn a:after {
	content: "";
    display: block;
    background: url("/train_info/img/ico_reload.svg") no-repeat;
    background-size: contain;
    width: 24px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: 10px;
}

@media screen and (max-width: 750px){
	.loadBtn a {
		width: 105px;
		padding: 2px 30px 2px 10px;
	}
	
	.loadBtn a:after {
		width: 21px;
		height: 17px;
		top: 3px;
		right: 10px;
	}
}

/* -----------------------------------------
	表示日時
----------------------------------------- */
.current_time {
    font-size: 150%;
    border-left: 7px solid #008900;
    padding-left: 10px;
    margin-top: 10px;
}

/* -----------------------------------------
	trainInfo_top_nav
----------------------------------------- */

.trainInfo_top_nav {
	display: flex;
	padding-top: 40px;
}

.trainInfo_top_nav .cardsBox_link+.cardsBox_link {
	margin-top: 20px;
}

.trainInfo_top_nav .cardsBox_link a {
	display: flex;
	align-items: center;
	height: 110px;
}

.trainInfo_top_nav .nav_icon {
	margin-right: 35px;
}

.trainInfo_top_nav .nav_txt {
    width: calc(100% - 67px);
}

.trainInfo_top_nav .link_name {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #008803;
}
.trainInfo_top_nav .link_name:before {
	content: "";
    display: block;
    background: url(/material/img/ico_link.svg) no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 2px;
}

.trainInfo_top_nav .accBtn {
	font-size: 2rem;
	font-weight: bold;
}

.trainInfo_top_nav .aboutAreas {
    padding-top: 20px;
    margin-left: 4%;
}

@media screen and (max-width: 750px){
	
	.trainInfo_top_nav {
		display: block;
		padding-top: 30px;
	}
    
	.trainInfo_top_nav ul {
		margin-bottom: 10%;
	}
	
	.trainInfo_top_nav .cardsBox_link+.cardsBox_link {
		margin-top: 5%;
	}
	
	.trainInfo_top_nav .cardsBox_link a {
		position: relative;
		height: auto;
		padding: 5% 45px 5% 5%;
	}
	
	.trainInfo_top_nav .cardsBox_link a:after {
		content: "";
		display: block;
		background: url(/material/img/ico_link.svg) no-repeat;
		background-size: contain;
		width: 15px;
		height: 26px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 15px;
	}
	
	.trainInfo_top_nav .nav_icon {
		width: 53px;
		margin-right: 10px;
	}
	
    .trainInfo_top_nav .nav_txt {
        width: calc(100% - (53px + 10px));
    }
    
	.trainInfo_top_nav .link_name {
		margin-bottom: 0;
		padding-left: 0;
	}
	
	.trainInfo_top_nav .link_name:before {
		display: none;
	}
	
	.trainInfo_top_nav .accBtn {
		position: relative;
	}
	
	.trainInfo_top_nav .accBtn:before,
	.trainInfo_top_nav .accBtn:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		background: #bbb;
		transition: 0.4s;
	}
	
	.trainInfo_top_nav .accBtn:before {
		width: 4px;
		height: 25px;
		right: 10px;
	}
	
	.trainInfo_top_nav .accBtn:after {
		width: 25px;
		height: 4px;
		right: 0;
	}
	
	.trainInfo_top_nav .accBtn.open:before {
		transform: rotate( -90deg );
	}
		
	.trainInfo_top_nav .accIn {
		display: none;
	}
    .trainInfo_top_nav .aboutAreas {
        margin-left: 0;
    }
}

/* -----------------------------------------
	trainInfo_top_btn
----------------------------------------- */

.trainInfo_top_btn {
    padding-top: 40px;
	display: flex;
	justify-content: center;
}

.trainInfo_top_btn li a {
	width: 300px;
	padding: 15px 15px 14px!important;
	font-size: 1.6rem;
}

.trainInfo_top_btn li+li {
	margin-left: 30px;
}

@media screen and (max-width: 750px){
	.trainInfo_top_btn {
		display: block;
	}

	.trainInfo_top_btn li a {
		width: 180px;
		margin: 0 auto;
		padding: 10px 15px!important;
	}

	.trainInfo_top_btn li+li {
		margin-top: 25px;
		margin-left: 0;
	}
}



/* -----------------------------------------
	informationBox
----------------------------------------- */

#mainContents .container.traininfo_info {
	padding: 40px 0 50px;
	background: #daedd9;
}

.informationBox li {
	position: relative;
	padding: 10px 20px;
	border-top: 1px solid #bbb;
}

.informationBox li:last-child {
	border-bottom: 1px solid #bbb;
}

.informationBox li > .date {
	font-weight: bold;
	margin: 0 15px 10px 0;
	width: 120px;
}

.informationBox li .text a {
	display: inline-block;
	padding-right: 30px;
}
.informationBox li:after {
	content: "";
	display: block;
	background: url(/material/img/ico_link.svg) no-repeat;
	background-size: contain;
	width: 6px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

.informationBox li.blank:after {
	content: "";
	display: block;
	background: url(/material/img/ico_blank.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

@media screen and (max-width: 750px){
	
	#mainContents .container.traininfo_info {
		padding: 10% 0 ;
	}
	
	.informationBox li > .date {
		margin: 0 15px 5px 0;
		width: 120px;
	}
}


/* -----------------------------------------
	linkPage_list
----------------------------------------- */

.linkPage_list {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 750px){
	
	.linkPage_list {
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		margin: 0 auto;
	}
	
	.linkPage_list li {
		width: 48%;
		padding:0 0 2%;
	}
	
}


/* -----------------------------------------
	アコーディオン
----------------------------------------- */

/*もっと見るボタン*/

.accMore_cont tbody tr:nth-of-type(n+8) {
	display: none;
}

.accMore_btn {
    width: 200px;
    position: relative;
    margin: 0 auto;
    background: #008803;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.accMore_btn:before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.accMore_btn:after {
    content: "";
    display: block;
    width: 2px;
    height: 14px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s;
}

.accMore_btn.active:after {
    transform: rotate( -90deg );
}

/*非表示へボタン*/

.acc_dispBox.pc_none {
	display: none;
}

.acc_dispBtn {
	position: relative;
	margin-bottom: 0;
	padding: 14px 45px 12px;
	background: #444;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.acc_dispBtn:before,
.acc_dispBtn:after {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	background: #fff;
	transition: 0.4s;
}
.acc_dispBtn:before {
	width: 2px;
	height: 20px;
	right: 29px;
	top: 0;
	bottom: 0;
}
.acc_dispBtn:after {
	width: 20px;
	height: 2px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.acc_dispBtn.open:before {
	transform: rotate( -90deg );
}

@media screen and (max-width: 750px){
	.acc_dispBtn {
		display: block;
		padding: 7px 45px;
		font-size: 1.4rem;
	}
	
	.acc_dispBox {
		display: none;
	}
}

/* -----------------------------------------
	statusTable
----------------------------------------- */

.statusTable th {
	width: 28%;
	height: 120px;
	padding: 20px 20px!important;
}

.statusTable td > a {
	pointer-events: none;
	color: #333;
}

.statusTable a:hover {
	text-decoration: none;
}

.statusTable p.link a {
	font-weight: normal;
}

.statusTable p.link a:hover {
	text-decoration: underline;
}

.statusTable .rosen {
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
}

.statusTable .rosen .rosen_ico {
	width: 40px;
	margin-right: 15px;
}

.rosen .rosen_color {
	width: 40px;
	height: 9px;
	margin: -1px 15px 1px 0;
} 

.rosen > .name {
	width: calc(100% - (40px + 10px));
}
	
.heading03.rosen {
	display: flex;
	justify-content: center;
	align-items: center;
}

.statusTable .btn a {
	display: inline-block;
	margin-top: 18px;
	padding: 2px 16px 1px;
}

.statusTable td {
	padding: 10px 10px 5px 40px!important;
}

.status {
	display: flex;
	align-items: center;
	font-size: 1.9rem;
	font-weight: bold;
}

.status.normal {color: #539e04;}
.status.delay {color: #069ec1;}
.status.adjust {color: #ff0920;}
.status.stop {color: #ff5a00;}
.status.info {color: #e4ae06;}


.statusIcon {
	margin-right: 20px;
}

.statusIcon img {
	width: 36px;
}

@media screen and (max-width: 750px){
	
.status {
	font-size: 1.7rem;
}

	.statusTable th {
		width: 37%;
		height: auto;
		padding: 15px 6px 5px!important;
	}

	.statusTable td > a {
		pointer-events: auto;
	}
	
	.statusTable .rosen {
		margin-bottom: 0;
		font-size:1.9rem
	}

	.statusTable .rosen .rosen_ico {
		width: 25px;
		margin-right: 8px;
	}

	.statusTable .rosen .rosen_color {
		width: 25px;
		height: 5px;
		margin-right: 8px;
	} 

	.statusTable .rosen > .name {
		width: calc(100% - (25px + 8px));
	}

	.statusTable td {
		padding: 15px 9px 15px!important;
	}
	
	.statusTable td a {
		position: relative;
		display: block;
	}
	
	.statusTable td a:after {
		content: "";
		display: block;
		background: url(/material/img/ico_link.svg) no-repeat;
		background-size: contain;
		width: 15px;
		height: 26px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: -5px;
	}
	
	.statusIcon {
		margin-right: 10px;
	}

	.statusIcon img {
		width: 19px;
	}
	
}

/* -----------------------------------------
	路線色
----------------------------------------- */

.yamanoteline {background: #73c11d;}
.chuoline_rapidservice {background: #ff5611;}
.chuoline {background: #0071c5;}
.tokaidoline {background: #ff871c;}
.yokosukaline {background: #0071c5;}
.keihin-tohokuline {background: #00acd1;}
.negisiline {background: #00acd1;}
.yokohamaline {background: #73c11d;}
.nambuline {background: #fdd700;}
.sagamiline {background: #008689;}

.itoline {background: #378640;}
.tsurumiline {background: #fdd700;}
.musashinoline {background: #ff5611;}
.omeline {background: #ff5611;}
.itsukaichiline {background: #ff5611;}
.saikyoline {background: #00c3a7;}
.kawagoeline {background: #a6a9ab;}
.utsunomiyaline {background: #ff871c;}
.nikkoline {background: #ff871c;}
.karasuyamaline {background: #ff871c;}

.takasakiline {background: #ff871c;}
.ryomoline {background: #fdd700;}
.hachikoline {background: #a09d95;}
.agatsumaline {background: #008689;}
.shin-etsuline_kanto {background: #73c11d;}
.jobanline {background: #0071c5;}
.jobanline_rapidservice {background: #00bb85;}
.jobanline_local {background: #9e9e9f;}
.mitoline {background: #0071c5;}
.suigunline {background: #378640;}
.chuo_sobuline_local {background: #fdd700;}

.sobuline_rapidservice {background: #0071c5;}
.keiyoline {background: #b31c31;}
.uchiboline {background: #0071c5;}
.sotoboline {background: #f22335;}
.naritaline {background: #00bb85;}
.toganeline {background: #b31c31;}
.kashimaline {background: #a85f12;}
.kururiline {background: #00c3a7;}
.tohokuline {background: #00bb85;}
.ouline {background: #ff7e1c;}
.ouline_yamagataline {background: #ff7e1c;}

.sensekiline {background: #00acd1;}
.senseki-tohokuline {background: #00acd1;}
.senzanline {background: #4dc94a;}
.riku-eastline {background: #75787a;}
.riku-westline {background: #69d485;}
.ban-etsu-eastline {background: #c5527a;}
.ban-etsu-westline {background: #bc6e23;}
.kesennumaline {background: #4641a4;}
.kesennumaline_brt {background: #4641a4;}
.ishinomakiline {background: #f76f99;}
.aterazawaline {background: #0072ba;}
.yonesakaline {background: #b074d6;}

.tadamiline {background: #0081b8;}
.tsugaruline {background: #00acd1;}
.ominatoline {background: #c59411;}
.hachinoheline {background: #ff463e;}
.hanawaline {background: #b31c31;}
.yamadaline {background: #bc6e23;}
.kamaishiline {background: #0071c5;}
.kitakamiline {background: #8f0079;}
.ofunatoline {background: #ff8b52;}
.ofunatoline_brt {background: #ff8b52;}
.uetsuline {background: #00b9db;}

.tazawakoline {background: #b074d6;}
.gonoline {background: #0081b8;}
.ogaline {background: #378640;}
.joetsuline {background: #00acd1;}
.shin-etsuline_shin-etsu {background: #00acd1;}
.echigoline {background: #378640;}
.hakushinline {background: #f37aa8;}
.yahikoline {background: #8f0079;}
.koumiline {background: #378640;}
.shinonoiline {background: #cb5f12;}

.oitoline {background: #957490;}
.iiyamaline {background: #5bbb24;}
.tohokushinkansen {background: #378640;}
.yamagatashinkansen {background: #ff6733;}
.akitashinkansen {background: #e53194;}
.joetsushinkansen {background: #ec8c82;}
.hokurikushinkansen {background: #03c13d;}
.shonan-shinjukuline {background: #f30000;}
.ueno-tokyoline {background: #8f0079;}
.sotetsuline {background: #00C3A7;}
.sobuline {background: #fdd700;}


/* -----------------------------------------
	幅狭テーブル
----------------------------------------- */

table.narrow th,table.narrow td {
	padding: 10px!important;
}

/* -----------------------------------------
	在来線特急等
----------------------------------------- */

.h1_trainIcon {
	display: block;
	width: 70px;
	height: 69px;
	margin-right: 10px;
	border-radius: 50%;
	background: #f8f8f8;
}

.h1_trainIcon img {
	width: 50px;
}

@media screen and (max-width: 750px){

	.h1_trainIcon {
		width: 44px;
		height: 46px;
		margin-right: 8px;
	}

	.h1_trainIcon img {
		width: 33px;
		margin-top: -3px;
	}
}

/* -----------------------------------------
	路線別ページ
----------------------------------------- */

.h1_rosen {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.h1_rosen .h1_rosen_ico {
	width: 64px;
	height: 64px;
	margin-right: 10px;
	border-radius: 50%;
}

.h1_rosen .h1_rosen_ico img {
	width: 32px;
}

.h1_rosen .h1_nm_ico {
	width: 65px;
	margin-right: 10px;
}

@media screen and (max-width: 750px){
	
	.h1_rosen {
		align-items: center;
	}

	.h1_rosen .h1_rosen_ico {
		width: 44px;
		height: 46px;
		margin-right: 8px;
	}

	.h1_rosen .h1_rosen_ico img {
		width: 20px;
	}
	
	.h1_rosen .h1_nm_ico {
		width: 44px;
		margin-right: 8px;
	}
}

/* -----------------------------------------
	遅延証明書
----------------------------------------- */

.delayTable th {
	font-size: 1.6rem;
}

.delayTable .rosen_ico {
	width: 40px;
	margin-right: 15px;
}

.delayTable .delay {
	background: #eefbee;
}

.delayTable .delay a {
	position: relative;
	padding-left: 20px;
	display: inline-block;
}

.delayTable .delay a:before {
	content: "";
	display: block;
	background: url(/material/img/ico_blank.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 5px;
	left: 0;
}

.delayTable th .name {
	width: calc(100% - (40px + 15px));
}

.delayTable th .rosen_color {
	width: 40px;
	height: 9px;
	margin-right: 15px;
}

.tableArrow {
	position: relative;
}

.tableArrow:before,.tableArrow:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}

.tableArrow:before {
	bottom: -7px;
    width: 2px;
    height: 15px;
    background: #999;
}

.tableArrow:after {
	bottom: -7px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(135deg);
}

.delayTable.tableFix table {
	table-layout: auto;
}

@media screen and (min-width: 751px), print {
	.trainInfo_top_nav .accBtn + p {
		display: unset!important;
	}
}

/*テーブルの見出しをスクロール時に固定*/
@media screen and (min-width: 751px){
	
thead.fix {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    background: #fff;
    width: 100%;
    max-width: 950px;
    padding: 10px;
	font-size: 1.6rem;
}

thead.fix th {
	background: #eee;
	padding: 20px 10px;
	text-align: center;
	vertical-align: middle;
}
	
thead.fix th.w30p {
	width: 280px!important;
}

thead.fix th.w14p {
	width: 14%!important;
}
	
}
@media screen and (max-width: 970px) and (min-width: 751px) {
	.delayTable.tableFix thead.fix {
		width: calc(100% - 20px);
	}
}

@media screen and (max-width: 750px){
	
	
	.delayTable th {
		font-size: 1.4rem;
	}
	
	.delayTable tbody th {
		padding: 10px!important;
	}

	.delayTable .rosen_ico {
		width: 25px;
		margin-right: 10px;
	}

	.delayTable th .name {
		width: calc(100% - (25px + 10px));
	}

	.delayTable th .rosen_color {
		width: 25px;
		height: 5px;
		margin-right: 10px;
	}

	.tableArrow:before,.tableArrow:after {
		display: none;
	}
	
	[class*='sp_tableBlock'] table, [class*='sp_tableBlock'] tr, [class*='sp_tableBlock'] th, [class*='sp_tableBlock'] td {
		display: block;
	} 
	
	[class*='sp_tableBlock'] th, [class*='sp_tableBlock'] td {
		padding: 5%!important;
	} 
	
	[class*='sp_tableBlock'] tbody {
		display: flex;
	}
	
	[class*='sp_tableBlock'] th:first-child {
		background: #eee;
	}
	
	[class*='sp_tableBlock'] th:nth-of-type(n+2) {background: #f8f8f8;}
	[class*='sp_tableBlock'] td {
		background: #fff;
	}
	
	.basicTable[class*='sp_tableBlock'] > table td + td {
		border-top: 1px solid #ddd;
		border-left: none;
	}
	
	.basicTable[class*='sp_tableBlock'] > table th:nth-of-type(n+2) {
		border-top: 1px solid #ddd;
	}
	
	.sp_tableBlock02 th {
		background: #f8f8f8!important;
	}
	
}

/* -----------------------------------------
	About Areas
----------------------------------------- */
    /*heightはMAP画像サイズ*/
    @keyframes fadeIn {
        0% {height: 0;}
        100% {height: 541px;}
    }
    @-webkit-keyframes fadeIn {
        0% {height: 0;}
        100% {height: 541px;}
    }
    @keyframes fadeOut {
        0% {height: 541px;}
        100% {height: 0;}
    }
    @-webkit-keyframes fadeOut {
        0% {height: 541px;}
        100% {height: 0;}
    }

/* -----------------------------------------
	運行情報・運休情報マップ枠
----------------------------------------- */

.operation_status_image {
	display: block;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.operation_status_image-show {
	margin-bottom: 80px;
}

.operation_status_image-none {
	display: none !important;
}
