@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------
     common
------------------------------------------------------------------------------------------------------ */
@import "common.css";

/* ---------mouseover---------*/
a:hover {
	text-decoration: none;
}

a {
	color: #06c;
	text-decoration: underline;
}

a.bnr:hover img,
a.btn:hover img,
a.img:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* ---------layout---------*/
body{
	color: #333;
	line-height: 1.5;
}

#topContents {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#wrap {
	font-size: 100%;
}

#rwdTop #contents {
	margin: 0;
}

/* ---------link---------*/
.linkbtn {
	background: url(/e/img/renew/common/gbtn_icn_off.gif) 0 0.2em no-repeat;
	padding-left: 15px;
}

.openwin {
	background: url(/img/multi/icon_link01.gif) 0 0.2em no-repeat;
	padding-left: 15px;
}

.pdf {
	background: url(/e/img/renew/icon_pdf.png) 0 0.2em no-repeat;
	background-size: 16px 16px;
	padding-left: 20px;
}


/* --------------------------------------------------------------------
     Train Info
-------------------------------------------------------------------- */
/* readmore button */
.trainInfo .btnReadmore a {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 120%;
	font-weight: bold;
	background: #008d00;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.trainInfo .btnReadmore a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.trainInfo .btnReadmore span:after {
	display: inline-block;
    content: "";
    position: relative;
	top: 0;
	left: 110px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
}

.trainInfo .txt {
	margin-bottom: 2em;
	padding-right: 0.5em;
}

/* --------------------------------------------------------------------
     what's New
-------------------------------------------------------------------- */
/***** what's New *****/
.whatsnew .hide {
	display: none;
}

/*** tab ***/
.whatsnew ul.tab {
	margin: 0 auto;
	font-size: 120%;
	font-weight: bold;
}

.whatsnew ul.tab li {
	float: left;
	width: 50%;
	text-align: center;
	border-bottom: none;
	display: block;
	text-decoration: none;
	height: 44px;
	line-height: 44px;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
}

.whatsnew ul.tab li.news,
.whatsnew ul.tab li.notice{
	background: #008d00;
	color: #fff;
	border: 3px solid #008d00;
	border-bottom: none;
}

.whatsnew ul.tab li.news{
	border-right: none;
}

.whatsnew ul.tab li.notice{
	 border-left: none;
}

.whatsnew ul.tab li.news.selected,
.whatsnew ul.tab li.notice.selected{
	background: #fff;
	color: #008d00;
}

/*** tab mouseover ***/
.whatsnew ul.tab li.news:hover{
	background: #3bac3b;
	color: #fff;
	border: 3px solid #3bac3b;
	border-right:none;
	border-bottom: none;
}

.whatsnew ul.tab li.notice:hover{
	background: #3bac3b;
	color: #fff;
	border: 3px solid #3bac3b;
	border-left:none;
	border-bottom: none;
}

.whatsnew ul.tab li.news.selected:hover{
	background: #fff;
	color: #008d00;
	border: 3px solid #008d00;
	border-right:none;
	border-bottom: none;
}

.whatsnew ul.tab li.notice.selected:hover{
	background: #fff;
	color: #008d00;
	border: 3px solid #008d00;
	border-left:none;
	border-bottom: none;
}

/*** what's new body ***/
.whatsnew .whatsnewContent {
	padding: 20px;
	background: #fff;
	border: 3px solid #008d00;
	border-top: none;
	height: 265px;
	box-sizing: border-box;
}

.whatsnew .whatsnewContent dl {
	height: 190px;
	overflow-y: scroll;
	margin-bottom: 20px;
	padding-right: 15px;
}

.whatsnew .whatsnewContent dl dt {
	margin-bottom: 5px;
}

.whatsnew .whatsnewContent dl dd {
	margin-bottom: 20px;
}

/* overview link */
.whatsnew .whatsnewContent .overview {
	text-align: right;
}

.whatsnew .whatsnewContent .overview a:before {
	display: inline-block;
    content: "";
    position: relative;
	top: 50%;
    border: 3px solid transparent;
    border-left: 3px solid #008e00;
}

/* label */
.whatsnew .whatsnewContent .press {
	margin-right: 10px;
	background: #db0000;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
	width: 90px;
	display: inline-block;
	text-align: center;
}

.whatsnew .whatsnewContent .seasonal {
	margin-right: 10px;
	background: #fb4eaf;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
	width: 90px;
	display: inline-block;
	text-align: center;
}

.whatsnew .whatsnewContent .passInfo {
	margin-right: 10px;
	background: #2284e7;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
	width: 90px;
	display: inline-block;
	text-align: center;
}

.whatsnew .whatsnewContent .ir {
	margin-right: 10px;
	background: #027c6c;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
	width: 90px;
	display: inline-block;
	text-align: center;
}

.whatsnew .whatsnewContent .other {
	margin-right: 10px;
	background: #AA430C;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
	width: 90px;
	display: inline-block;
	text-align: center;
}

.whatsnew .whatsnewContent .events {
	margin-right: 10px;
	background: #8E6217;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
	width: 90px;
	display: inline-block;
	text-align: center;
}

.whatsnew .whatsnewContent .campaign {
	margin-right: 10px;
	background: #DC3613;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
	width: 90px;
	display: inline-block;
	text-align: center;
}

.whatsnew .whatsnewContent .trainInfo {
	margin-right: 10px;
	background: #0B079D;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
	width: 90px;
	display: inline-block;
	text-align: center;
}

.whatsnew .whatsnewContent .tourism {
	margin-right: 10px;
	background: #914CE6;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
	width: 90px;
	display: inline-block;
	text-align: center;
}


.whatsnew .whatsnewContent ul.newsList li {
    background: url(/img/multi/icon_arw02.png) no-repeat 0 3px;
    margin-bottom: 10px;
    padding-left: 17px;
}


/* ------------------------------------------------------------------------------------------------------
     window size 640px~
------------------------------------------------------------------------------------------------------ */
@media print, screen and (min-width: 641px) {
.rwdSp {
	display: none;
}

.rwdPc {
	display: block;
}


.rwdInner {
	width: 950px;
	width: 100%;/* rwd */
	max-width: 950px;/* rwd */
	margin: 0 auto;
}
.rwdInner.rwdPc {
	position: static !important;
}


#wrap {
	width:100%;
/*rwd	min-height: 100%;
    height: auto !important;
	height: 100%;*/
	position: relative;
	margin: 0 auto;
/*rwd	padding: 0 auto;*/
	/*overflow: hidden;*/
/*rwd	min-width: 950px;*/
}

#topContents {
	position: relative;/* rwd */
	font-size: 120%;
}


/* --------------------------------------------------------------------
     Slider
-------------------------------------------------------------------- */
.wideslider {
    width: 100%;
    height: 330px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}


.wideslider_base {
    top: 0;
	left: 50% !important;
	margin-left: -475px;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.wideslider .slider_prev,.wideslider .slider_next {background: #000;}


.wideslider .pagination {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
	line-height: 30px;
    text-align: center;
    position: absolute;
    z-index: 200;
	background: #333;
	border-top: 2px solid #fff;
}

.wideslider .pagination a {
    margin: 0 5px;
    width: 6px;
    height: 6px;
    display: inline-block;
    overflow: hidden;
    background: #fff;
	border-radius: 50%;
	border: 3px solid #fff;
}

.wideslider .pagination a.active {
	background: #008d00;
}

.wideslider .pagination a {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

.wideslider .pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

.wideslider ul img {/* rwd */
	width: 100%;
	height: auto;
}

/* --------------------------------------------------------------------
     mainvisual right button
-------------------------------------------------------------------- */
ul.mvBtn {
	width: 280px;
	width: 29.47368421052632%;/* rwd */
	max-width: 280px;/* rwd */
	height: 300px;
	position: absolute;
	top: 123px;
	top: 0;/* rwd */
/* left: 50%;*//* rwd */
/*	margin-left: 195px;*/ /* 950/2-280 *//* rwd */
}
}
@media screen and (min-width: 641px) and (max-width: 950px) {/* rwd */
	ul.mvBtn {
		right: 0;
	}
	ul.mvBtn:after {
		content: '';
		display: block;
		clear: both;
	}
	.wideslider_base {
		left: 0 !important;
		margin-left: 0;
	}
}
@media screen and (min-width: 951px) {/* rwd */
	ul.mvBtn {
	left: 50%;
	margin-left: 195px; /* 950/2-280 */
	}
}

@media print, screen and (min-width: 641px) {/* rwd */
/***** mouseoff *****/
ul.mvBtn li {/* rwd */
	float: right;
	width: 100%;
	
	padding: 3% 3% 0 0;
}
ul.mvBtn li.searchFare {/* rwd */
	float: left;
	width: 50%;
}
ul.mvBtn li.timetables {/* rwd */
	float: right;
	width: 100%;
}
ul.mvBtn li a {/* rwd */
	display: block;
	width: 100%;
}

ul.mvBtn li.reservation a {
/*	display: block;
	width: 280px;
	height: 98px;*//* rwd */
	height: 0;/* rwd */
	padding-bottom: 35%;/* rwd */
	background: url(/tc/img/renew/top_btn_mv.png) 0 0 no-repeat;
	background-size: 301%;/* rwd */
	text-indent: -9999px;
	border-bottom: 2px solid #fff;
}

ul.mvBtn li.purchase a {
	display: block;
/*	width: 280px;
	height: 98px;*//* rwd */
	height: 0;/* rwd */
	padding-bottom: 35%;/* rwd */
	background: url(/tc/img/renew/top_btn_mv.png) -280px 0 no-repeat;
	background-position: 50% 0;/* rwd */
	background-size: 301%;/* rwd */
	text-indent: -9999px;
	border-bottom: 2px solid #fff;
}

ul.mvBtn li.searchFare a {
	display: block;
/*	width: 139px;
	height: 98px;*//* rwd */
	height: 0;/* rwd */
	width: calc(100% - 2px);/* rwd */
	padding-bottom: 70%;/* rwd */
	background: url(/tc/img/renew/top_btn_mv.png) -560px 0 no-repeat;
	background-position: 79.88587731811698% 0%;/* rwd */
	background-size: 607.75%;/* rwd */
	text-indent: -9999px;
	border-right: 2px solid #fff;
	float: left;
}

ul.mvBtn li.timetables a {
	display: block;
/*	width: 139px;
	height: 98px;*//* rwd */
	height: 0;/* rwd */
	padding-bottom: 35%;/* rwd */
	background: url(/tc/img/renew/top_btn_mv.png) -700px 0 no-repeat;
	background-position: 100% 0;/* rwd */
	background-size: 301%;/* rwd */
	text-indent: -9999px;
}

ul.mvBtn li.train_reservation a {
	display: block;
/*	width: 280px;
	height: 98px;*//* rwd */
	height: 0;/* rwd */
	padding-bottom: 49%;/* rwd */
	background: url(/tc/img/renew/btn_mv_reservation_tc_off.png) 0 0 no-repeat;
	background-size: 100%;/* rwd */
	text-indent: -9999px;
	/* border-bottom: 2px solid red; */
}
ul.mvBtn li.train_status_information a {
	display: block;
/*	width: 280px;
	height: 98px;*//* rwd */
	height: 0;/* rwd */
	padding-bottom: 49%;/* rwd */
	background: url(/tc/img/renew/btn_mv_information_tc_off.png) 0 0 no-repeat;
	background-position: 50% 0;/* rwd */
	background-size: 100%;/* rwd */
	text-indent: -9999px;
	/* border-bottom: 2px solid green; */
}

/***** mouseover *****/
ul.mvBtn li.reservation a:hover {
	background: url(/tc/img/renew/top_btn_mv.png) 0 -98px no-repeat;
	background-position: 0% 100%;/* rwd */
	background-size: 301%;/* rwd */
}

ul.mvBtn li.purchase a:hover {
	background: url(/tc/img/renew/top_btn_mv.png) -280px -98px no-repeat;
	background-position: 50% 100%;/* rwd */
	background-size: 301%;/* rwd */
}

ul.mvBtn li.searchFare a:hover {
	background: url(/tc/img/renew/top_btn_mv.png) -560px -98px no-repeat;
	background-position: 79.88587731811698% 101%;/* rwd */
	background-size: 607.75%;/* rwd */
}

ul.mvBtn li.timetables a:hover {
	background: url(/tc/img/renew/top_btn_mv.png) -700px -98px no-repeat;
	background-position: 100% 100%;/* rwd */
	background-size: 301%;/* rwd */
}


ul.mvBtn li.train_reservation a:hover {
	background: url(/tc/img/renew/btn_mv_reservation_tc_on.png) 0 0 no-repeat;
	background-size: 100%;/* rwd */
	background-position: 0;/* rwd */
}

ul.mvBtn li.train_status_information a:hover {
	background: url(/tc/img/renew/btn_mv_information_tc_on.png) 0 0 no-repeat;
	background-size: 100%;/* rwd */
	background-position: 0;/* rwd */
}

/* --------------------------------------------------------------------
     railStatus
-------------------------------------------------------------------- */
.railStatus {
	width: 100%;
	height: 54px;
	height: auto;
/*rwd	line-height: 54px;*/
	background: #4a4a4a;
}
.railStatus img {/* rwd */
	width: 100%;
	vertical-align: bottom;
}

.railStatus dl {
	height: 40px;
	height: auto;/* rwd */
	padding: 7px 0;
}

.railStatus dt {
	float: left;
	width: 155px;
	width: 15.36842105263158%;/* rwd */
}
.railStatus dt img {/* rwd */
	max-width: 146px;
}

.railStatus dd {
	padding-left: 155px;
	padding-left: 16.31578947368421%;/* rwd */
}

.railStatus dd ul li {
	float: left;
	margin-right: 6px;
	width: calc((100% - 20px) / 4);/* rwd */
}

.railStatus dd ul li:last-child {
	margin-right: 0;
}
.railStatus dd ul li img {/* rwd */
	max-width: 194px;
}
.railStatus .btnList {
    display: flex;
    justify-content: center;
    padding: 7px 0;
}
.railStatus .btnList > * + * {
    margin-left: 10px;
}

/* --------------------------------------------------------------------
     emergency
-------------------------------------------------------------------- */
.emergency {
	width: 100%;
	padding: 20px 0;
	background: #dcdcdc;
}

.emergency dl {
	background: #fff;
	border: 5px solid #cc0000;
}

.emergency dl dt {
	/*width: 140px;*/
	float: left;
	padding: 10px;
}

.emergency dl dd {
	padding: 10px 10px 10px 140px;
}

/* --------------------------------------------------------------------
     bgGreen
-------------------------------------------------------------------- */
.bgGreen {
	background: #eefbee;
    padding: 40px 0 5px;
}

/* --------------------------------------------------------------------
     btnMenu
-------------------------------------------------------------------- */
.btnMenu ul li {
	float: left;
	margin: 0 25px 25px 0;
	width: calc((100% - 51px) / 3);/* rwd */
}

.btnMenu ul li:nth-child(3n) {
	margin-right: 0;
}

.btnMenu ul li:nth-child(4),
.btnMenu ul li:nth-child(5),
.btnMenu ul li:nth-child(6) {
	margin-bottom: 0;
}
.btnMenu ul li img {/* rwd */
	width: 100%;
	height: auto;
}


/* --------------------------------------------------------------------
     trainInfo
-------------------------------------------------------------------- */
.trainInfo {
	padding: 40px 0;
}

.trainInfo h2 {
	text-align: center;
	margin-bottom: 30px;
}

.trainInfo h3 {
	font-weight: bold;
	color: #008d00;
	font-size: 120%;
	margin-bottom: 5px;
}

.trainInfo ul.slides li {
	margin-right: 20px;
	float: left;
}

.trainInfo ul.slides li:last-child {
	margin-right: 0!important;
}

.trainInfo #trainInfo ul {/* rwd */
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.trainInfo #trainInfo ul li {/* rwd */
	float: none;
	margin-right: 0;
	width: calc((100% - 40px) / 3);
}
.trainInfo #trainInfo > ul li:nth-of-type(2) {/* rwd */
	margin: 0 20px;
}

.trainInfo dl dt {
	margin-bottom: 10px;
	}
.trainInfo dl dt img {/* rwd */
	width: 100%;
	height: auto;
}

.trainInfo #trainInfo .btnReadmore span:after {/* rwd */
	left: 25%;
}

/*** slider **/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
	width: 100%;/* rwd */
/*  zoom: 1;*//* rwd */
}

.flexslider .slides {
/*  zoom: 1;*//* rwd */
}

.flexslider .slides > li {
  /*display: none;
  -webkit-backface-visibility: hidden;
  width: 300px !important;*//* rwd */
}
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
  -moz-user-select: none;
}
/*.flexslider .slides:after {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}*//* rwd */
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flex-viewport {
  max-height: 2000px;
/*  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;*//* rwd */
}
.loading .flex-viewport {
  max-height: 300px;
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 25px;
  margin: 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}

.flexslider .flex-prev {
	top: -40px;
	right: 70px;
	background: url(/e/img/renew/top_icon_traininfo_prev.png) no-repeat left;
}
.flexslider .flex-next {
	top: -40px;
	right: 0;
	background: url(/e/img/renew/top_icon_traininfo_next.png) no-repeat right;
}
.flex-direction-nav a:before  { content: '';}
.flex-direction-nav a.flex-next:before  { content: ''; }


/* --------------------------------------------------------------------
     what's New / Banner
-------------------------------------------------------------------- */
/***** what's New *****/
.whatsnew {
	margin-bottom: 20px;
}
.leftArea {
	width: 625px;
	width: 65.78947368421053%;/* rwd */
	float: left;
	margin: 0 0 35px 0;
}

.rightArea {
	float: right;
	width: 300px;
	width: 31.57894736842105%;/* rwd */
	margin: 0 0 35px 0;
}

.rightArea p {
	margin-bottom: 16px;
}

.rightArea p:last-of-type {
	margin-bottom: 0;
}

.leftArea img,
.rightArea img {/* rwd */
	width: 100%;
	height: auto;
}


/* --------------------------------------------------------------------
     banner
-------------------------------------------------------------------- */
.banners {
	padding: 40px 0 30px 0;
}

.banners ul {
	border: 3px solid #eefbee;
	padding: 25px 24px 0 24px;
}

.banners ul li {
	float: left;
	margin: 0 25px 25px 0;
	width: calc((100% - 75px) / 4);/* rwd */
}

.banners ul li:nth-child(4n) {
	margin-right: 0;
}

.banners ul li img {/* rwd */
	width: 100%;
	height: auto;
}


/* --------------------------------------------------------------------
     Get Adobe Reader
-------------------------------------------------------------------- */
.adobereader {
	margin: 0 0 40px 0;
	border: 3px solid #eee;
	padding: 25px;
}

.adobereader dl dt {
	width: 170px;
	float: left;
}

.adobereader dl dd {
	padding-left: 170px;
}

.adobereader dl dd a {
	display: inline-block;
	margin-top: 10px;
}


}


/* ------------------------------------------------------------------------------------------------------
     window size ~640px
------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
.rwdSp {display: block;}

.rwdPc {display: none;}

img {width: 100%;}

body {
  -webkit-text-size-adjust: 100%;/* iOS文字サイズ自動調整オフ  */
}

#wrap {
	width: 100%;
	overflow: hidden;
}


/* --------------------------------------------------------------------
     slider
-------------------------------------------------------------------- */
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  background: #333;
  border-top: 2px solid #fff;
  padding-top: 6px;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 6px;
  height: 6px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  border: 3px solid #fff;
}
.flex-control-paging li a:hover {
  background: #333;
  background: #008d00;
}
.flex-control-paging li a.flex-active {
  background: #008d00;
  cursor: default;
}


ol.flex-control-nav.flex-control-paging {
	padding-left: 0!important;
}

/* --------------------------------------------------------------------
     emergency
-------------------------------------------------------------------- */
.emergency {
	width: 96%;
	padding: 2%;
	background: #dcdcdc;
}

.emergency dl {
	background: #fff;
	border: 5px solid #cc0000;
}

.emergency dl dt {
	padding: 0.5em;
}

.emergency dl dd {
	padding: 0 0.5em 0.5em 0.5em;
}

/* --------------------------------------------------------------------
     main Menu button
-------------------------------------------------------------------- */
ul.mainMenuBtn {
	border-top: 2px solid #fff;
	
	border: 0;
	background: #eefbee;
}

ul.mainMenuBtn li {
	box-sizing: border-box;
	float: left;
	width: 50%;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	
	width: 100%;
	padding: 2%;
	border: 0;
}

ul.mainMenuBtn li:nth-child(2n) {
	border-right: none;
	
	padding-top: 0;
}

ul.mainMenuBtn li:nth-child(3n) {
	width: 100%;
	border-right: none;
}

ul.mainMenuBtn li img {
	vertical-align: bottom;
}


/* --------------------------------------------------------------------
     railStatus
-------------------------------------------------------------------- */
.railStatus {
	padding: 1em 0.5em;
	background: #4a4a4a;
}

.railStatus h2 {
	text-align: center;
	margin-bottom: 1em;
}

.railStatus h2 img {
	width: 80%;
	height: auto;
}

.railStatus ul li {
	/*width: 50%;*/
	/*float: left;*/
	/*margin-bottom: 0.5em;*/
	text-align: center;
}

.railStatus ul li img {
	width: 96%;
	vertical-align: bottom;
}
    
.railStatus .btnList {
    display: flex;
    justify-content: center;
}

/* --------------------------------------------------------------------
     bgGreen
-------------------------------------------------------------------- */
.bgGreen {
	background: #eefbee;
    padding: 2em 0 0.4em;
}

/* --------------------------------------------------------------------
     btnMenu
-------------------------------------------------------------------- */
.btnMenu ul {
	margin: 0 0.5em;
}

.btnMenu ul li {
	width: 50%;
	float: left;
	margin-bottom: 0.5em;
	text-align: center;
}

.btnMenu ul li img {
	width: 96%;
	vertical-align: bottom;
}

/* --------------------------------------------------------------------
     trainInfo
-------------------------------------------------------------------- */
.trainInfo {
	padding: 2em 0.5em;
}

.trainInfo h2 {
	text-align: center;
	margin-bottom: 1em;
}

.trainInfo h2 img {
	width: 80%;
	height: auto;
}

.trainInfo h3 {
	font-weight: bold;
	color: #008d00;
	font-size: 120%;
	margin-bottom: 5px;
	padding-left: 0.5em;
}

.trainInfo .flexslider .slides > li {
  	width: 300px !important;
	margin-right: 20px;
}

.trainInfo dl dt {
	margin-bottom: 10px;
}

.trainInfo .swipe {
	text-align:  right;
	margin: 0 0.5em 1em 0;
}

.trainInfo .swipe img {
	width: 45px;
	height: auto;
}

.trainInfo .txt {
    padding-left: 0.5em;
}
}
/* ------------------------------------------------
     window size ~320px
--------------------------------------------------- */
@media screen and (max-width: 320px) {
.trainInfo .flexslider .slides > li {
  	width: 300px !important;
	margin-right: 25px;
}

}

@media screen and (max-width: 640px) {
/* --------------------------------------------------------------------
     what's New / Banner
-------------------------------------------------------------------- */
/***** what's New *****/
.whatsnew {
	margin-bottom: 2em;
}

/*** tab ***/
.whatsnew ul.tab {
	font-size: 100%;
}

.leftArea {
	margin: 0 2% 1em 2%;
	width: 96%;
}

.rightArea {
    margin: 0 2% 2em;
	width: 96%;
}

.rightArea p {
	margin-bottom: 1em;
}

.rightArea p:last-of-type {
	margin-bottom: 0;
}

/* --------------------------------------------------------------------
     banner
-------------------------------------------------------------------- */
.banners {
	padding: 2em 0.5em;
}

.banners ul {
	border: 3px solid #eefbee;
	padding: 1em;
}

.banners ul li {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 0.5em;
}

.banners ul li img {
	width: 96%;
}

/* --------------------------------------------------------------------
     Get Adobe Reader
-------------------------------------------------------------------- */
.adobereader {
	border: 3px solid #eee;
	margin: 0 0.5em 2em 0.5em;
	padding: 0.5em;
}

.adobereader dl dt {
	width: 170px;
	float: left;
}

.adobereader dl dd {
	padding-left: 180px;
}

.adobereader dl dd a {
	display: inline-block;
}

}



/* --------------------------------------------------------------------
     印刷用
-------------------------------------------------------------------- */
@media print {
	body {
	width: 950px;
	-webkit-print-color-adjust: exact;
	}

	ul.mvBtn {
		top: 110px;
	}

	.mainMenuBtn.rwdSp,
	.appDownload.rwdSp {
	display:none;
	}
}



/* --------------------------------------------------------------------
     emergency 共通化用
-------------------------------------------------------------------- */
.emergency.emgBlk {
	background: #101010;
}
.emergency dl dd p {
	margin-bottom: 5px;
}
.emergency dl dd p:last-of-type {
	margin-bottom: 0;
}
.emergency dl dd p.ttl {
	font-weight: bold;
}
.emergency dl dd p.mb10 {
	margin-bottom: 10px;
}
.emergency dl dd p.cl_r {
	color: #ff0000;
}
@media screen and ( min-width: 641px ){
	.emergency dl {
		margin-bottom: 0 !important;
	}
	.emergency dl dd {
		padding: 15px 10px 15px 17px;
	}
}
@media screen and ( max-width: 640px ){
	.emergency dl dd {
		padding-top: 0.5em;
		padding-bottom: 0.75em;
	}
	.emergency dl dd p {
		word-wrap: break-word;
	}
}
