.main_top {
  background: #f2f3f5;
  padding: 30px 0;
  margin-bottom: 25px;
  margin-top: -1px;
}
.main_top .main_slide {
  float: left;
  width: 633px;
}

/* SLIDE */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img:not(.sm) {
  width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  left: 0;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-pager {
  position: absolute;
  font-size: 0.85em;
  bottom: 0;
  left: 0;
  padding: 10px 10px 8px 5px;
  text-align: left;
  width: 100%;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
  width: 4.5%;
  margin-right: 4px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #908f8f;
  text-indent: -9999px;
  display: block;
  width: 100%;
  padding: 3px 0;
  margin: 0 5px;
  outline: 0;
  border: 1px solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #ffde00;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/*box_reservation*/
.box_reservation {
  float: right;
  margin-bottom: 7px;
  width: 340px;
  border: 2px solid #fff;
  background-color: #ddebf5;
  height: 93px;
  padding: 13px;
}
.box_reservation .panel-title {
  font-size: 15px;
  font-weight: bold;
  color: #065ca2;
  line-height: 1;
}
.box_reservation ul.reservation_btn_group {
  overflow: hidden;
  margin-top: 9px;
}
.box_reservation ul.reservation_btn_group li {
  position: relative;
  width: 150px;
}
.box_reservation ul.reservation_btn_group li a {
  display: block;
  padding: 12px;
  border-radius: 2px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.45);
}
.box_reservation ul.reservation_btn_group li.reservation_btn_reserve {
  float: left;
  background: #ff7e00;
}
.box_reservation ul.reservation_btn_group li.reservation_btn_guide {
  float: right;
  background: #065ca2;
}
.box_reservation ul.reservation_btn_group li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
}
/*box_reservation end*/
.box_search {
  float: right;
  width: 340px;
  border: 2px solid #fff;
  background-color: #333;
  height: 200px;
  padding: 10px;
}

.box_search .panel-title {
  border-bottom: 1px solid #828282;
  padding: 0 0 7px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #fff;
}
.box_search .panel-title span {
  margin-top: 5px;
  font-size: 13px;
  line-height: 11px;
  font-weight: normal;
  display: block;
}
.box_search .panel-body,
.box_search .panel-footer {
  padding: 0 5px;
}
.box_search .panel-footer {
  float: left;
  margin-top: 10px;
}
.box_search .form_group {
  display: table;
  margin-bottom: 7px;
}
.box_search .form_group.destination {
  margin-bottom: 10px;
}
.box_search .form_group.destination + .form_group {
  display: block;
  float: right;
}
.box_search .form_group label {
  width: 95px;
  color: #ccc;
  font-size: 15px;
  line-height: 16px;
  display: table-cell;
  letter-spacing: 1px;
  vertical-align: middle;
}

.box_search .form_group input[type="text"] {
  width: 215px;
  display: table-cell;
  font-size: 14px;
  border: 0 none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 6px;
  color: #ccc;
  vertical-align: middle;
}
.box_search .form_group #start:focus,
.box_search .form_group #start.focused,
.box_search .form_group #arrival:focus,
.box_search .form_group #arrival.focused {
  color: #333333 !important;
  background-color: #fff;
}
.box_search .form_group input#search_btn {
  border: 0 none;
  border-radius: 2px;
  background-color: #0072bc;
  padding: 0;
  display: block;
  width: 215px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
  background-image: url(../images/btn_search.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.box_search .panel-footer ul li {
  line-height: 1.4;
}

.box_search .panel-footer ul li a {
  display: inline-block;
  color: #ccc;
  font-size: 12px;
  background: url(/global/common/images/bullet.png) no-repeat 0 center;
  padding-left: 8px;
}
.box_search .panel-footer ul li a:hover {
  text-decoration: underline;
}
.block {
  margin-bottom: 25px;
}
.block.block_state {
  margin-bottom: 27px;
}
.block .block_title {
  color: #0473bd;
  font-size: 18px;
  padding-left: 1px;
  font-weight: bold;
  width: 650px;
  margin-bottom: 3px;
}
#main .container .block .block_title.news {
  border-bottom: 3px solid #dfdfdf;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* Travel Info */
.block .travel_info {
  background-color: #f2f3f5;
  padding: 10px 0 5px 11px;
}

.travel_info ul li {
  float: left;
  border: 3px solid #fff;
  width: 316px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.travel_info ul li:hover {
  border-color: #5399df;
}

.travel_info ul li a {
  display: block;
  /*     height: 88px; */
  height: 82px;
  padding: 12px;
}

.travel_info ul li .ico {
  float: left;
}
.travel_info ul li.col1 .ico {
  width: 91px;
}
.travel_info ul li.col2 .ico {
  width: 92px;
}
.travel_info ul li.col3 .ico {
  width: 100px;
}

.travel_info ul li h3 {
  color: #666;
  font-size: 16px;
  float: left;
  line-height: 1.4;
  padding-left: 17px;
  margin-top: 17px;
  background: url(/global/common/images/arrow01.png) no-repeat 0 center;
  position: relative;
  font-weight: bold;
}
.travel_info ul li h3.two-lines {
  margin-top: 6px;
}
.travel_info ul li h3.three-lines {
  margin-top: -5px;
}
.travel_info ul li h3 small {
  font-size: 12px;
}
.travel_info ul li h3 span {
  display: block;
  position: absolute;
  font-size: 12px;
  top: -12px;
  font-weight: normal;
}
.block .box_notice {
  float: left;
  width: 650px;
  padding: 18px 20px 15px;
}
.box_notice .entry_title a:hover {
  text-decoration: none;
}
.block .box_banner {
  float: right;
  width: 320px;
  margin-top: -8px;
}
.block .box_banner ul li {
  margin-bottom: 10px;
}
/*************emergency-area*************/
.emergency-area {
  background-color: #fff;
  border: 1px solid #c00;
  padding: 20px;
  margin-bottom: 10px;
}
.emergency-area p {
  color: #c00;
  padding-bottom: 5px;
}
.emergency-area p a {
  color: #0000ff;
}
/*************attention-area*************/
.attention-area {
  background-color: #fff;
  border: 2px solid #f00;
  padding: 7px 20px;
  margin-bottom: 10px;
}
.attention-area p {
  color: #f00;
}
.attention-area p a {
  color: #f00;
  font-weight: bold;
}
/*************NEWS LIST*************/
div.flexcroll {
  padding: 10px;
  width: 100px;
  height: 582px;
  overflow: auto;
  position: relative;
}
/* 本体 */
.scrollgeneric {
  line-height: 1px;
  font-size: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
/* 縦スクロール範囲 */
.vscrollerbase {
  width: 5px;
  background-color: #eee;
}
/* 縦スクロールバー */
.vscrollerbar {
  width: 5px;
  background-color: #aeaeae;
}
/* 横スクロール範囲 */
.hscrollerbase {
  height: 5px;
  background-color: #eee;
}
/* 横スクロールバー */
.hscrollerbar {
  height: 5px;
  background-color: #aeaeae;
}
/* 縦横スクロールバー */
.scrollerjogbox {
  width: 10px;
  height: 10px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  background-color: #eee;
}
#to_top {
  bottom: 50%;
}
#footer .footer_bot {
  padding-bottom: 50px;
}
/*3月追加*/
.mainMap .block_state {
  margin-bottom: 0;
}
.mainMap .map {
	position: relative;
}
.mainMap .map a {
	position: absolute;
}
.mainMap .map a.limitedtrain {
	top: 38px;
	left: 40px;
}
.mainMap .map a.area-chugoku {
	top: 125px;
	left: 130px;
}
.mainMap .map a.area-hokuriku {
	top: 70px;
	left: 471px;
}
.mainMap .map a.area-kansai {
	top: 304px;
	left: 280px;
}
.mainMap .map a.area-shinkansen-sanyo {
	top: 258px;
	left: 116px;
}
.mainMap .map a.area-shinkansen-hokuriku {
	top: 39px;
	left: 773px;
}
