@charset "UTF-8";


/*base
--------------------*/
body {
  background: #fff;
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  line-height: 1.4;
  min-width: 320px;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
html[lang="en"] body,
html[lang="vi"] body,
html[lang="id"] body,
html[lang="fr"] body,
html[lang="ru"] body,
html[lang="de"] body,
html[lang="es"] body,
html[lang="pt"] body {
    font-family: 'Noto Sans', sans-serif;
}

html[lang="zh-Hans"] body {
    font-family: 'Noto Sans SC', sans-serif;
}
html[lang="zh-Hant"] body {
    font-family: 'Noto Sans TC', sans-serif;
}
html[lang="ko"] body {
    font-family: 'Noto Sans KR', sans-serif;
}
html[lang="th"] body {
    font-family: 'Noto Sans Thai', sans-serif;
}

body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, figure, footer, header, nav, section {
  display: block;
}
img {
  -ms-interpolation-mode: bicubic;
  height: auto;
}

p.jikoku_kintetsu_pc img {
  height: 30px;
}

ul, ol {
  list-style: none;
}
h1, h4, h5, h6, ul, ol, dl, dt, dd, form, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1em;
}

#introduction-bnr h2 {
  font-size: 2.5em;
}

#introduction-bnr h3 {
  font-size: 1.8em;
}

#introduction-bnr p {
  font-size: 1.5em;
}

a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.lp_link {
  text-decoration: underline;
}
button, input, select {
  font-size: 1.6em;  /* iphoneでの自動ズームをふせぐ */
}
button,
/*input,*/
select {
  background: none transparent;
  border-radius: 0;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
input[disabled] {
  background: none transparent;
  border: 0;
}
select {
  border: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  text-indent: .01px;
  text-overflow: '';
  vertical-align: middle;
}
select::-ms-expand {
  display: none;
}
button {
  border: 0;
}
::-webkit-input-placeholder { color: #999; }
::-moz-placeholder { color: #999; opacity:1; }
:-moz-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }

/*layout
--------------------*/
.pg_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.tbl {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.jikoku_tbl {
  display: table;
  width: 100%;
}
.tbl > .col {
  display: table-cell;
  *display: inline;
  *zoom: 1;
}
.tbl > .nosub_col {
  display: table-cell;
  *display: inline;
  *zoom: 1;
}
.jikoku_tbl > .col {
  display: table-cell;
  *display: inline;
  *zoom: 1;
}
.segment > .col {
  float: left;
  display: block;
}
.link2 {
  width: 70%;
  margin: auto;
  border-spacing: 0 2.5em;
}
.item3 {
  text-align: center;
  margin-bottom: 0.8em
}
.share_fb {
  width: 40px;
  height: 38px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #315096;
  display: inline-block;
  position: relative;
  margin: 0 2em;
}

.share_tw {
  width: 40px;
  height: 38px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 25px;
  background-color: #55acee;
  display: inline-block;
  position: relative;
  margin: 0 2em;
}

.share_gg {
  width: 40px;
  height: 38px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 25px;
  background-color: #dd4b39;
  display: inline-block;
  position: relative;
  margin: 0 2em;
}
.share_fb img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}

.share_tw img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}

.share_gg img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}
.link2 > .link2_row {
  display: table-row;
}
.link2 > .link2_rcolumn {
  line-height: 2.6em;
}
.col_1_2 {
  width: 50%;
  *width: 49.8%;
}
.col_1_3 {
  width: 33.33%;
  *width: 33%;
}
.col_1_3_2 {
  width: 30%;
}
.col_1_3_3 {
  width: 35%;
}
.col_2_3 {
  width: 66.67%;
  *width: 66.6%;
}
.col_2_3_pay {
  width: 90%;
}
.col_1_4 {
  width: 25%;
  *width: 24.8%;
}
.col_1_5 {
  width: 20%;
  *width: 19.96%;
}
.col_1_6 {
  width: 15%;
}
.col_1_10_1 {
  width: 12%;
  margin-left: 1em;
}
.col_1_10_2 {
  width: 12%;
}
.col_1_20 {
  width: 5%;
}
.col_3_5 {
  width: 60%;
  *width: 54%;
}
.col_4_5 {
  width: 80%;
  *width: 79%;
}
.col_nosub {
  line-height: 3.2em;
}
.col_pay {
  margin: 0 auto 0 auto;
}
.block_content {
  display: none;
}
.block_content.active {
  position: relative;
  z-index: 0;
  display: block;
}
.overlay {
  background-color: rgba(0,0,0,0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 30;
}
.overlay-all {
  z-index: 50;
}

/*kintetsu
--------------------*/
.route_kintetsu{
    margin-top: 0.5em;
}

.route_ticket{
    margin-top: 0.5em;
}

.route_kintetsu a img{
    //display:block;
    width: 250px;
    height: 29px;
}

.jikoku_kintetsu_pc{
  text-align: right;
}

.jikoku_kintetsu_sm{
    //margin-left: 1em;
}

.jikoku_kintetsu{
    vertical-align: middle;
}

.jikoku_kintetsu_sm a img{
    //display:block;
    width: 240px;
    height: 27px;
}

p.jikoku_kintetsu_pc img {
    display:none;
  }

/*background
--------------------*/
.bg_ttl {
  background: #8d8062;
  color: #fff;
}
.bg_primary {
  background: #0094e3;
  color: #fff;
}
.bg_secondary {
  background: #eb9411;
  color: #fff;
}
.bg_em {
  background: #d20012;
  color: #fff;
}
.bg_purple {
  background: #6d3280;
}
.bg_green {
  background: #60b940;
}
.bg_base {
  background: #d2efff;
}

/*typo
--------------------*/
.txt_default {
  font-size: 1.3em;
}
.txt_pale {
  color: #808080;
}
.lang_sub {
  color: #808080;
  font-size: 0.84em;
}
.txt_primary {
  color: #0094e3;
}
.txt_secondary {
  color: #f80;
}
.txt_note {
  font-size: 1.1em;
}
.txt_alert {
  color: #c70051;
}
.txt_em {
  color: #f00;
}
.txt_u {
  text-decoration: underline;
}

/*logo
--------------------*/
.logo_air {
  height: 15px;
  margin-right: 0.5em;
  vertical-align: middle;
}

/*banner
--------------------*/
.bnr_default {
  margin: 0 auto 0.5em;
  width: 300px;
}
.bnr_help {	/* 暫定 */
  border-top: 3px solid #000;
  display: table-cell;
  font-size: 1.5em;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  width: 300px;
}
.bnr_help.free {	/* 暫定 */
  height: 70px;
}
.bnr_old {
  border: 1px solid #ff8f00;
  display: block;
  font-size: 1.2em;
  text-align: center;
  width: 300px;
}
.bnr_old .header {
  background: #ff8f00;
  color: #fff;
  padding: 5px;
}
.bnr_old .content {
  background: #ffffe0;
  padding: 5px;
}
.bnr_old .content .lang_main {
  float: left;
}
.bnr_old .content .lang_sub {
  color: #333;
  float: right;
  font-size: 1em;
}
.bnr_old .caret {
  color: #396;
}
.bnr_top {
  font-size: 1em;
  //margin-top: 0.5em;
  text-align: center;
}
.bnr_info_top {
  font-size: 1.6em;
  margin-top: 2.5em;
  text-align: center;
}
.bnr_settei_top {
  font-size: 1.6em;
  text-align: center;
}
.space_top {
  margin-top: 3.5em;
}
  .section .bnr_top {
    //margin-top: 0.3em;
    //margin-bottom: 0.5em;
  }
  .section .space_top {
    margin-top: 1em;
  }
  .rmap .bnr_top {
    //margin-top: 1em;
    margin-bottom: 0;
  }

/*sprite
--------------------*/
/* base */
.icn_base {
  background: url('../img/spr_base_s.png') no-repeat;	/* あとで2倍サイズに */
  background-size: 154px 54px;
  display: inline-block;
}
  .ie8 .icn_base,
  .ie7 .icn_base {
    background: url('../img/spr_base_s_ie.png') no-repeat;
  }
.icn_alert,
.ie8 .icn_alert,
.ie7 .icn_alert {
  background-position: -59px -16px;
  height: 16px;
  width: 16px;
}
.icn_back,
.ie8 .icn_back,
.ie7 .icn_back {
/*  background-position: -74px -32px;*/
  background-position: -91px -14px;
  height: 10px;
  width: 6px;
}
.icn_company,
.ie8 .icn_company,
.ie7 .icn_company {
  background-position: 0 -41px;
  height: 14px;
  width: 140px;
}
.icn_glass,
.ie8 .icn_glass,
.ie7 .icn_glass {
  background-position: -85px 0;
  margin-right: 0.3em;
  height: 14px;
  width: 14px;
}
.icn_info,
.ie8 .icn_info,
.ie7 .icn_info {
  background-position: -75px -16px;
  height: 16px;
  width: 16px;
}
.icn_pagetop,
.ie8 .icn_pagetop,
.ie7 .icn_pagetop {
  background-position: 0 0;
  height: 40px;
  width: 58px;
}
.icn_rmap,
.ie8 .icn_rmap,
.ie7 .icn_rmap {
  background-position: -98px 0px;
  height: 26px;
  width: 32px;
}
/* icn_sta */
i.icn_sta {
  background: #fff;
  border-color: #000080;
  border-style: solid;
  border-width: 2px;
  border-radius: 12px;
  display: block;
  height: 12px;
  width: 12px;
}
img.icn_sta {
  width: 20px;
}

/* search */
.icn_search {
  background: url('../img/spr_search_s.png') no-repeat;	/* あとで2倍サイズに */
  background-size: 84px 32px;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.icn_railpass_search {
  background: url('../img/spr_base2_s.png') no-repeat;	/* あとで2倍サイズに */
  background-size: 164px 52px;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.icn_railpass_rmap,
.ie8 .icn_railpass_rmap,
.ie7 .icn_railpass_rmap {
    background-position: -134px 0;
    height: 29px;
    margin-top: 0;
    width: 36px;
}

div.btn_rmap p.sp_rp_rmap {
  margin-right: 0.5em;
  font-size: 1.1em;
  position: relative;
    bottom: 0.3em;
}

div.btn_rmap p.sp_rmap {
  margin-right: 0.5em;
  font-size: 1.1em;
  position: relative;
}

  .ie8 .icn_search,
  .ie7 .icn_search {
    background: url('../img/spr_search_s_ie.png') no-repeat;
  }

  .ie8 .icn_railpass_search,
  .ie7 .icn_railpass_search {
    background: url('../img/spr_base2_s_ie.png') no-repeat;
  }
.icn_calendar,
.ie8 .icn_calendar,
.ie7 .icn_calendar {
  background-position: -44px 0;
}
.icn_current,
.ie8 .icn_current,
.ie7 .icn_current {
  background-position: -28px 0;
}
.icn_gps,
.ie8 .icn_gps,
.ie7 .icn_gps {
  height: 32px;
  width: 28px;
}
.icn_reverse,
.ie8 .icn_reverse,
.ie7 .icn_reverse {
  background-position: -28px -16px;
}
.icn_time,
.ie8 .icn_time,
.ie7 .icn_time {
  background-position: -44px -16px;
}

/* trans */
.icn_tra,
.icn_tra_t {
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  margin-right: 0.2em;
  vertical-align: middle;
  width: 20px;
}
.icn_tra {
  background-image: url('../img/spr_tra_s.png');
  background-size: 182px 20px;
}
  .ie8 .icn_tra,
  .ie7 .icn_tra {
    background-image: url('../img/spr_tra_s_ie.png');
  }
img.icn_tra {
  background: none;
}
.icn_tra_t {
  background-image: url('../img/spr_tra_t.png');
  background-size: 20px 20px;
}
  .ie8 .icn_tra_t,
  .ie7 .icn_tra_t {
    background-image: url('../img/spr_tra_t_ie.png');
  }
.icn_030,
.ie8 .icn_030,
.ie7 .icn_030 {
  background-position: 0 0;
}
.icn_031,
.ie8 .icn_031,
.ie7 .icn_031 {
  background-position: -20px 0;
}
.icn_032,
.ie8 .icn_032,
.ie7 .icn_032 {
  background-position: -40px 0;
}
.icn_033,
.ie8 .icn_033,
.ie7 .icn_033 {
  background-position: -60px 0;
}
.icn_035,
.ie8 .icn_035,
.ie7 .icn_035 {
  background-position: -80px 0;
}
.icn_036,
.ie8 .icn_036,
.ie7 .icn_036 {
  background-position: -100px 0;
}
.icn_037,
.ie8 .icn_037,
.ie7 .icn_037 {
  background-position: -120px 0;
}
.icn_055,
.ie8 .icn_055,
.ie7 .icn_055 {
  background-position: -140px 0;
}
.icn_172,
.ie8 .icn_172,
.ie7 .icn_172 {
  background-position: -160px 0;
}

/* other */
img.icn_sta {
  width: 20px;
}
img.icn_spot {
    width: 20px;
}
.icn_ttl {
  height: 16px;
}

/*arrow
--------------------*/
.arw_v_s {
  width: 5px;
}

/*link
--------------------*/
.link_print {
  cursor: pointer;
  display: block;
  width: 100px;
}

/*button
--------------------*/
.btn {
  background: #0094e3;
  border: 1px solid #0094e3;
  border-radius: 0.4em;
  box-shadow: 3px 3px #8ed8ff;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.3em;
  text-align: center;
  z-index: 5;
}
.tabirai_btn {
  float: left;
  width: 89px;
  margin-left: 0.3em;

}
.booking_btn {
  float: left;
  width: 109px;
  margin: 0.7em 0.5em 0.5em 0.5em;

}
  .ie8 .btn,
  .ie7 .btn {
    border-right: 3px solid #8ed8ff;
    border-bottom: 3px solid #8ed8ff;
  }
.btn.disabled {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.btn_close {
  border-radius: 0;
  box-shadow: 2px 2px #8ed8ff;
  height: 12px;
  line-height: 10px;
  width: 12px;
}
.input_close {
  height: 16px;
  line-height: 15px;
  width: 16px;
}
.btn_circle {
  border-radius: 15px;
  height: 30px;
  width: 30px;
}
.btn_round {
  border-radius: 4em;
}
.btn_secondary {
  background: #fff;
  color: #0094e3;
}
  .ie8 .btn_secondary,
  .ie7 .btn_secondary {
    border-right: 3px solid #0094e3;
    border-bottom: 3px solid #0094e3;
  }
.btn_secondary .lang_sub {
  color: #65c8ff;
}
.btn_setting {
  background: #000;
  border: 1px solid #000;
  box-shadow: 3px 3px rgba(0,0,0,0.4);
  color: #fff;
}
.btn_square {
  height: 28px;
  width: 28px;
}
.btn_square i {
  margin-top: 5px;
}

.btn_route_map {
  height: 36px;
  width: 36px;
}
.route .btn_rm_h_long {
    width: 41px;
    height: 32px;
    font-size: 1em;
  }

.btn_back {
  border-radius: 4em;
  font-size: 1.3em;
  padding: 0.2em 0;
  width: 80px;
}
.btn_back2 {
  border-radius: 4em;
  font-size: 1.3em;
  padding: 0.2em 0;
  width: 80px;
}
.btn_back .icn_base {
  margin: 0 0.3em 0 0;
}
.btn_back2 .icn_base {
  margin: 0 0.3em 0 0;
}
.btn_reverse {
  margin-top: -8px;
}
.btn_search {
  border-radius: 4em;
}
.btn_ttl {
  background: #8d8062;
  border: 1px solid #fff;
  box-shadow: 3px 3px rgba(48,27,3,0.5);
  color: #fff;
  display: inline-block;
  font-size: 1.1em;
  margin: 0 0.5em 0 0;
  padding: 0.5em;
}

  .ie8 .btn_ttl,
  .ie7 .btn_ttl {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }

.nosub_btn {
  margin-top: 0.6em;
}

.rc_nosub {
  line-height: 4em;
}

/*parts
--------------------*/
.loading {
  background: #fff;
  margin: 100px auto;
  padding: 2em;
  text-align: center;
  width: 240px;
}
.loading p {
  font-size: 1.4em;
}
.block_header {
  cursor: pointer;
}
.block_header2 {

}

/*header
--------------------*/
.pg_fixed {
  background: #fff;
}
.pg_border .col {
  height: 5px;
}
.pg_header .bg_ttl .tbl {
  position: relative;
}
.pg_header .bg_ttl .jikoku_tbl {
  position: relative;
}
.pg_header .bg_ttl .col {
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.pg_header .bg_ttl .aside {
  display: table;
  *padding-top: 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 64px;
  *width: 64px;
}
.pg_header .bg_ttl .aside .inner {
  display: table-cell;
  height: 45px;
  text-align: center;
  vertical-align: middle;
}
.pg_header .btn_rmap {
  margin: 1em 0 0 0;
}
.pg_header .btn_ttl {
/*  margin: 1.5em 0.5em 0 0;*/
}
.print .pg_header {
  background: #fff;
  padding: 10px;
}
.pg_header .bg_ttl a {
  color: #fff;
  display: block;
  *padding-top: 0.5em;
}
.btn_ttl_long {
  margin: 0.5em 0.5em 0 0;
  display: inline-block;
  width: 70px;
}
.pg_header .ttl {
  font-size: 1.8em;
/*  line-height: 1em;*/
}
/* lang */
.select_lang {
  position: relative;
}
.select_lang .block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}

.lang_sm {
  top: -270px;
}
.select_lang .btn_lang {
  background: #0094e3 url('../img/icn_lock.png') no-repeat;
  background-position: 97% 50%;
  background-size: 14px 15px;
  border-radius: 0 0 0.4em 0.4em;
  font-size: 1.2em;
  margin: 0 0.5em 0 auto;
  padding: 0.5em 0.3em;
  text-align: left;
  width: 140px;
}
.select_lang .block_header {
  background: #0094e3 url('../img/arw_down_w.png') no-repeat;
  background-position: 95% 50%;
  background-size: 10px 5px;
}
.select_lang .block_header.active {
  background: #0094e3 url('../img/icn_close.png') no-repeat;
  background-position: 95% 50%;
  background-size: 8px;
}
.select_lang .block_content {
  padding: 1em;
}
.select_lang .btn_setting {
  font-size: 1.4em;
  margin-top: 0.5em;
  padding: 0.5em;
  width: 100%;
}
  .ie8 .select_lang .btn_setting,
  .ie7 .select_lang .btn_setting {
    border-right: 3px solid #454545;
    border-bottom: 3px solid #454545;
  }
.select_lang label {
  font-size: 1.1em;
  position: relative;
  z-index: 30;
}
.select_lang .item {
  padding: 0.5em 1em;
  text-align: left;
  position: relative;
  z-index: 30;
}
.select_lang .block_close {
  padding: 1em 0 0 0;
  text-align: right;
}
.select_lang .block_close span {
  cursor: pointer;
  font-size: 1.1em;
}

.item_pay {
  margin-top: 1em;
}

.item_pay .item_date{
  width:30%;
  display: inline-block;
}

.radio_pay {
  width: 20px;
  height: 20px;
  margin-right: 0.3em;
}

.radio_label_pay {
  font-size: 1.6em;
  vertical-align: 0.2em;
}

/*nav
--------------------*/
.print .pg_nav {
  border-bottom: 1px solid #000;
}
.menu li {
  text-align: center;
}

/*content_main
--------------------*/
.section {
  padding: 0.5em 0 0;
}
.section_rinfo {
  padding: 0.5em 0 0;
}
.jikoku_section {
  padding: 0.5em 0 0;
}
  .print .section {
    padding: 1em 0 0;
  }
.search {
  padding: 0.5em 0;
}
.search .info {
  margin: 3em 0 1em;
}
.info {
  padding: 0.5em;
}
.info_default {
  border-top: 1px solid #eb9411;
  border-bottom: 1px solid #eb9411;
}
.info_alert {
  background: #cb0012;
  color: #fff;
}
.info .col {
  vertical-align: middle;
}
.info .header {
  text-align: center;
  width: 40px;
}
.info .content {
  *width: 54%;
}
.info .aside {
  text-align: right;
  width: 100px;
}
.info .aside .btn {
  margin: 0 0 0 auto;
}
.info .lang_main {
  font-size: 1.3em;
}
.info .lang_sub {
  font-size: 1.1em;
}
.info_alert .lang_sub {
  color: #fff;
}

/* header */
.section_header {
  padding: 0;
  width: 100%;
}
.section_header > .tbl .wrapper .lang_main {
  font-size: 1.6em;
}
.section_header > .tbl .wrapper .lang_sub {
  font-size: 1.3em;
}
.section_header .tbl .col {
  vertical-align: middle;
}
.section_header > .tbl > .wrapper {
  padding: 0 0 1em 1em;
  text-align: center;
}
.section_header > .tbl > .link {
  padding: 0 1em 1em 0;
  text-align: right;
}
.section_header .tbl > .link .btn {
  margin: 0 0 0 auto;
}

.section_header > .jikoku_tbl .wrapper .lang_main {
  font-size: 1.6em;
}
.section_header > .jikoku_tbl .wrapper .lang_sub {
  font-size: 1.3em;
}
.section_header .jikoku_tbl .col {
  vertical-align: middle;
}
.section_header > .jikoku_tbl > .wrapper {
  padding: 0 0 1em 1em;
  text-align: center;
}
.section_header > .jikoku_tbl > .link {
  padding: 0 1em 1em 0;
  text-align: right;
}
.section_header .jikoku_tbl > .link .btn {
  margin: 0 0 0 auto;
}

/*form
--------------------*/
.label {
  background: #eb9411;
  color: #fff;
  display: block;
  font-size: 1.1em;
}

.label_free {
  background: #808080;
}
.label_sm {
  height: 20px;
  line-height: 20px;
  margin: 0 0 0.5em;
  text-align: center;
  width: 40px;
}
.label_login {
  width: 170px;
}
.label_lg {
  margin: 1em 0 0.7em;
  width: 100%;
}
.parts_main {
  border: 1px solid #000;
  border-radius: 0.4em;
  float: left;
  margin-right: -35px;
  padding: 1px;
  width: 100%;
}
  .ie7 .parts_main {
    width: 98%;
  }
.parts_main.alert {
  border: 1px solid #f00;
  color: #f00;
}
.parts_main_inner {
/*  margin-right: 35px;*/
}
.parts_main input {
  background: #fff;
  border: none;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  width: 100%;
  z-index: 0;
}
  .ie7 .parts_main input {
    height: 36px;
    line-height: 34px;
    margin: 0;
    padding: 0;
  }
.parts_side {
  float: right;
  padding: 5px 0;
  width: 35px;
  position: relative;
  margin-left: -10px;
}

.input_side {
  width: 20px;
}

.jp_login {
    text-align: right;
}
.jp_login a{
    font-size: 1.5em;
    text-decoration: underline;
    margin-right: 0.8em;
}

/* select */
.select_wrapper {
  background: #fff;
  border: 1px solid #000;
  border-radius: 0.4em;
  color: #000;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 30;
}



.select_wrapper_apm {
  background: #fff;
  border: 1px solid #000;
  border-radius: 0.4em;
  color: #000;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  position: relative;
  z-index: 30;
}

  .ie7 .select_wrapper {
    border: 0;
  }
.select_wrapper select {
  height: 32px;
  line-height: 32px;
  padding: 0 0.5em;
  width: 95%;
}



.select_wrapper_apm select {
  height: 40px;
  line-height: 32px;
  width: 95%;
}

  .ie9 .select_wrapper select,
  .ie8 .select_wrapper select {
    height: 22px;
    line-height: 22px;
    padding: 0.5em;
    width: 95%;
  }
  .ie7 .select_wrapper select {
    height: 37px;
    width: 100%;
  }
.select_wrapper:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  display: block;
  content: '';
  background: #000 url('../img/arw_down_w.png') center no-repeat;
  background-size: 15px 8px;
  pointer-events: none;
/*  z-index: -1;*/
}

.col_1_6_apm:after {
  width: 15px;
}

  .ie9 .select_wrapper:after,
  .ie8 .select_wrapper:after,
  .ie7 .select_wrapper:after {
    display: none;
  }
/* option */
.option .tbl > .col {
  font-size: 1.3em;
  text-align: center;
}
.option .tbl label {
  cursor: pointer;
  display: block;
  padding: 0.3em 0;
}
.option .tbl .lang_main,
.option .tbl .lang_sub {
  display: block;
  word-wrap: break-word;
}
.option .tbl input {
  cursor: pointer;
}

.option .jikoku_tbl > .col {
  font-size: 1.3em;
  text-align: center;
}
.option .jikoku_tbl label {
  cursor: pointer;
  display: block;
  padding: 0.3em 0;
}
.option .jikoku_tbl .lang_main,
.option .jikoku_tbl .lang_sub {
  display: block;
}
.option .jikoku_tbl input {
  cursor: pointer;
}

/* station */
.search_sta {
  padding: 0 1em 0;
  *padding: 1em 0 0;
}
.search_sta .item {
  margin: 0 0 1em 0;
}
.search_sta .col_2_3 {
  *width: 100%;
}
.search_sta .col_1_3 {
  display: none;
}

.login {
  width: 100%;
}

/* date */
.search_dt {
  padding: 0 1em;
  *padding: 0 0 0.5em;
}
.search_dt .option {
  margin: 1em 0;
}
.search_date {
  padding-right: 0.5em;
  *padding-right: 0;
}
.search_time {
  padding-left: 0.5em;
  *padding-left: 0;
}

.col_1_5_apm select {
  height: 39px;
  line-height: 39px;
}

.col_1_5_apm {
  width: 20%;
  padding-left: 0;
  margin-left: 1em;
  z-index: 0;
}

.time_colon {
  text-align: center;
  margin-top: 0.5em;
  font-size: 1.8em;
}

.search_sta .parts_wrapper.active .parts_main,
.search_dt .parts_wrapper.active .parts_main {
  //border-color: #f80;
  //color: #f80;
  animation: parts_effect 2s;
  -webkit-animation: parts_effect 2s;
}
@keyframes parts_effect {
  0% { border-color: #f80; color: #f80; }
  75% { border-color: #f80; color: #f80; }
  100% { border-color: #000; color: #000; }
}
.search_time .parts_wrapper {
  position: relative;
}
.search_time .balloon {
  display: none;
  position: absolute;
  top: -25px;
  right: 0;
  width: 100%;
}
.search_time .balloon .inner {
  background: #eb9411;
  border-radius: 0.4em;
  color: #fff;
  font-size: 1.2em;
  padding: 0.2em;
  position: relative;
  text-align: center;
}
.search_time .balloon .inner:after {
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #eb9411 transparent transparent transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  bottom: -9px;
  right: 20px;
  width: 0;
}

/* calendar */
.search_date .parts_wrapper {
  position: relative;
}
.cal_wrapper {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 10;
  min-width: 300px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cal {
  border: 1px solid #000;
  background: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.3em;
  position: relative;
  text-align: center;
}
.cal:after, .cal:before {
  bottom: 100%;
  left: 25%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cal:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.cal:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000;
  border-width: 11px;
  margin-left: -11px;
}
.cal_iframe {
  display: none;
}
.cal .item {
  float: left;
  padding: 10px;
}
.cal .item.opt {
  display: none;
}
.cal .ttl {
  height: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}
.cal .prev,
.cal .next {
  background-color: #0094e3;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 6px 11px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 25px;
  height: 25px;
}
.cal .prev {
  background-image: url('../img/arw_prev_w.png');
  left: 10px;
}
  .ie8 .cal .prev,
  .ie7 .cal .prev {
    background-image: url('../img/arw_prev_w_ie.png');
  }
.cal .next {
  background-image: url('../img/arw_next_w.png');
  right: 10px;
}
  .ie8 .cal .next,
  .ie7 .cal .next {
    background-image: url('../img/arw_next_w_ie.png');
  }
.cal td.disabled {
  cursor: default;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}
.cal .pagination .disabled {
  cursor: default;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
}
.cal th,
.cal td {
  font-weight: normal;
  width: 40px;
  height: 40px;
}
.cal td {
  cursor: pointer;
}
.cal td.disabled,
.cal td.wday {
  cursor: default;
}
.cal .today {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
}
.cal .today.btn {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  padding-top: 0.3em;
  margin-top: 0.3em;
}
.cal .today .txt_em,
.cal .today .txt_primary {
  color: #fff;
}

/* option */
.search_option {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0.5em 0 1em;
}
.search_option .block_header {
  background: url('../img/arw_down_c.png') no-repeat 90% 50%;
  background-size: 32px;
  font-size: 1.6em;
  padding: 0.3em 0;
  text-align: center;
}
.search_option .block_header2 {
  font-size: 1.6em;
  padding: 0.3em 0;
  text-align: center;
}
  .ie8 .search_option .block_header,
  .ie7 .search_option .block_header {
      background: url('../img/arw_down_c_ie.png') no-repeat 90% 50%;
  }
.search_option .block_header.active {
  background: url('../img/arw_up_c.png') no-repeat 90% 50%;
  background-size: 32px;
}

  .ie8 .search_option .block_header.active,
  .ie7 .search_option .block_header.active {
      background: url('../img/arw_down_c_ie.png') no-repeat 90% 50%;
  }

.search_option .nosub_block_header {
  padding: 0.8em 0;
}

.search_option .block_content {
  padding: 0 1em 1.5em;
  *padding: 0 0 1.5em;
}
.search_option .label {
  display: table;
}
.search_option .label .lang_main,
.search_option .label .lang_sub {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  padding: 0.3em 0.5em;
}
.search_option .label .lang_sub {
  color: #fff;
  font-size: 1em;
  text-align: right;
}
.option_ut .tbl:first-child .col:first-child {
  border-radius: 0.4em 0 0 0;
}
.option_ut .tbl:first-child .col:last-child {
  border-radius: 0 0.4em 0 0;
}
.option_ut .tbl:last-child .col:first-child {
  border-radius: 0 0 0 0.4em;
  border-top: 0;
}
.option_ut .tbl:last-child .col:last-child {
  border-radius: 0 0 0.4em 0;
  border-top: 0;
}

.option_ut .jikoku_tbl:first-child .col:first-child {
  border-radius: 0.4em 0 0 0;
}
.option_ut .jikoku_tbl:first-child .col:last-child {
  border-radius: 0 0.4em 0 0;
}
.option_ut .jikoku_tbl:last-child .col:first-child {
  border-radius: 0 0 0 0.4em;
  border-top: 0;
}
.option_ut .jikoku_tbl:last-child .col:last-child {
  border-radius: 0 0 0.4em 0;
  border-top: 0;
}

.railpass_tab{
    margin-bottom: 0.7em;
}

.railpass_tab_rmap{
    display: none;
}

.railpass_tab_rmap{
    margin-bottom: 0.7em;
}

div.railpass_tab ul li.noselect {
    display none;
}

div.railpass_tab ul li.noselect2 {
    width: 50%;
    display none;
}

div.railpass_tab ul li.selected {

    border-bottom: 0;
    border-left: #099;
    border-right: 0;
    padding: 0.7em;
    background: #02004d;
    height: 3.5em;
    font-size: 10px;
    width: 100%;
}

div.railpass_tab ul li.selected2 {

    border-bottom: 0;
    border-left: #099;
    border-right: 0;
    padding: 0.7em;
    background: #02004d;
    height: 3.5em;
    font-size: 10px;
    width: 100%;
}

div.railpass_tab ul {
    width: 100%;
    margin: auto;
    //display: table;
    display: inline-block;
    table-layout: fixed;
    text-align: center;
    font-size: 0;
    /* border-top: 2px solid #000; */
}

div.railpass_tab ul li p {
    color: #fff;
    font-size: 1.5em;
    display: block;
}

p.railpass_text {
    background: #02004d;
    color: #fff;
    font-size: 1.5em;
    display: inline-block;
    width: 100%;
    line-height: 2.3em;
    text-align: center;
}

/*
div.railpass_tab ul li {
    //display: block;
    display: inline-block;
    width: 49%;
    border-bottom: 2px solid #000;
    text-align: center;
    vertical-align: bottom;
    //display: table-cell;
    background: #0094e3;
    padding: 0.2em;
    font-size: 10px;
    height: 2.6em;
}



div.railpass_tab ul li a {
    color: #fff;
    font-size: 1.5em;
    display: block;
}

div.railpass_tab ul li p {
    color: #fff;
    font-size: 1.5em;
    display: block;
}

div.railpass_tab p {
    background: #02004d;
    color: #fff;
    font-size: 1.5em;
    padding-left: 1em;
    display: inline-block;
    width: 100%;
    line-height: 1.8em;
}
*/

.suggest {
  box-shadow: 0 0 3px #000;
  border-radius: 1px;
  position: absolute;
  z-index: 10;
  //overflow-y: auto;
  //height: 19em;
}
.suggest div.sugg_selected {
  background: #0094e3;
  color: #fff;
}
  .ie8 .from_suggest,
  .ie7 .from_suggest,
  .ie6 .from_suggest {
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
  }
.suggest div {
  background: #fff;
  font-size: 1.4em;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suggest div:hover {
  background: #42aedd;
  color: #fff;
  cursor: pointer;
}

/* action */
.search_action {
  padding: 0.5em 1em 0;
}
.sa_fst {
  padding: 0.5em 1em 1em;
}
.search_action .btn_search {
  font-size: 1.8em;
  margin: 0 auto;
  padding: 0.5em;
  width: 100%;
}

/* result */
.result_header .wrapper {
  padding: 0 0 0 1em;
  width: 75%;
}
.result_header .link {
  padding: 0 1em 0 0;
  vertical-align: bottom;
  width: 25%;
}
.result_header .item {
  float: left;
  font-size: 1.3em;
  margin: 0 1em 0.5em 0;
}
.result_header .lang_sub {
  font-size: 1em;
}
.result_header .sub {
  border-bottom: 1px solid #000;
  padding: 1em 0 0;
}
.result_header .block_header {
  background: url('../img/arw_down_c.png') no-repeat 92.5% 50%;
  background-size: 16px;
  border-top: 1px solid #000;
  font-size: 1.3em;
  padding: 0.2em 1em;
  text-align: center;
}
  .ie8 .result_header .block_header,
  .ie7 .result_header .block_header {
    background: url('../img/arw_down_c_ie.png') no-repeat 92.5% 50%;
  }
.result_header .block_header.active {
  background: url('../img/arw_up_c.png') no-repeat 92.5% 50%;
  background-size: 16px;
}
  .ie8 .result_header .block_header.active,
  .ie7 .result_header .block_header.active {
    background: url('../img/arw_up_c_ie.png') no-repeat 92.5% 50%;
  }
.result_header .block_content {
  padding: 1em 0;
}
.result_header .block_content .link {
  vertical-align: middle;
}
.result_header .btn {
  padding: 0.2em 0;
  width: 100%;
}
.result_nav {
  margin-top: 1em;
  padding: 1em;
}
.result_nav .prev,
.result_nav .next {
  float: left;
  width: 50%;
}
.result_nav .col_1_3 {
  *width: 100%;
}
.result_nav .btn {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 6px 11px;
  font-size: 1.1em;
  width: 105px;
}
.result_nav .prev .btn {
  background-image: url('../img/arw_prev_c.png');
  background-position: 2% 50%;
}
  .ie8 .result_nav .prev .btn,
  .ie7 .result_nav .prev .btn {
    background-image: url('../img/arw_prev_c_ie.png');
  }
.result_nav .next .btn {
  background-image: url('../img/arw_next_c.png');
  background-position: 98% 50%;
  margin: 0 0 0 auto;
}
  .ie8 .result_nav .next .btn,
  .ie7 .result_nav .next .btn {
    background-image: url('../img/arw_next_c_ie.png');
  }
.result_nav .btn .lang_sub {
  font-size: 1em;
}
.tab {
  margin: 0 auto;
}
  .ie8 .tab,
  .ie7 .tab {
     border-right: 1px solid #000;
  }
.tab .item {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  /*float: left;*/
  font-size: 1.2em;
}
.tab .item a {
  display: block;
}
.tab .item .lang_sub {
  font-size: 0.9em;
}
.tab .item:first-child {
  border-radius: 0.4em 0 0 0.4em;
}
.tab .item:last-child {
  border-radius: 0 0.4em 0.4em 0;
  border-right: 1px solid #000;
}
.tab .item.active {
  background: #000;
  color: #fff;
}
.tab .item.active .lang_sub {
  color: #fff;
}
.result_sort {
  padding: 1em 1em 0;
  text-align: center;
}
.result_sort .tab {
  /*width: 480px;*/
  display: table;
  width: 90%;
  table-layout: fixed;
}
.result_sort .tab .item {
  padding: 0.2em 0;
  width: 33.3%;
  *width: 33%;
  display: table-cell;
  vertical-align: middle;
}

.result_sort .tab .nosub_sort_btn{
  padding: 0.7em 0;
}

.mins_btn {

}

.nosub_mins_btn {
  margin: 0.7em 0 0.7em 0;
}

.nosub_map_btn {
  margin: 0.6em 0 0.6em 0;
}

/*content-side
--------------------*/
.content_side {
  padding: 2em 0 1em;
}

/*footer
--------------------*/
footer .pg_inner {
/*  height: 44px;*/
  position: relative;
  text-align: right;
}
footer .pg_lang {
  background: #8d8062;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
  font-size: 1.8em;
}
.pg_top {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.pg_top.fixed {
  position: fixed;
  bottom: 5.5em;
  right: 0;
}
.pg_copy .inner {
  background: #000;
  color: #fff;
  padding: 1em 0;
  text-align: center;
}
  .print .pg_copy .inner {
    background: none;
    color: #000;
  }
.pg_copy p {
  font-size: 0.8em;
}

.pg_fotter_menu {
    display: none;
  }

.lang_link {
  font-size: 1.6em;
  display: block;
  text-align: center;
  margin-top: 2.5em;
  margin-bottom: 0.5em;
}

.lang_link p{
      margin-bottom: 0.5em;
}

.lang_link a{
  margin: 0 0.7em;
  text-decoration: underline;
}
.lang_link span{
      font-weight: bold;
      margin: 0 0.7em;
}

.txt_eki .lang_sub, .txt_time .lang_sub{
  margin-left: 2em;
}

.reg_msg {
    font-size: 1.8em;
    text-align: center;
    margin: 2em auto 1em auto;
    width: 70%;
}

.span_reg {
    font-size: 1.4em;
    float: right;
}

.mypage_item {
    display: block;
    font-weight: bold;
}

.mypage_item_block {
    display: block;
}

.payment_check_item {
    display: block;
    font-weight: bold;
}

/* rail_info*/
div.unkoubox {
  border-bottom: 1px solid #e0e0e0;
}

div.unkouinfo {
  margin: .2em .5em .5em .4em;
  padding: 0;
  border: solid 1px red;
  display: block;
  overflow: hidden;
}

.unkouinfo a {
  display: block;
  width: 100%;
  color: red;
  padding: .2em 0;
  font-size: 1.4em;
  margin-left: 0.2em;
}

.rinfo_table {
  padding: 0 0 3.5em;
}

.rinfo_table .rinfo {
  display: table;
  width: 90%;
  table-layout: fixed;
  margin: 0 auto;
}

.rinfo_table .rinfo .item_key{
  padding: 0.2em 0;
  width: 15%;
  display: table-cell;
  vertical-align: middle;
  background: #d2efff;
  font-size: 1.6em;
}

.rinfo_table .rinfo .item_val{
  padding: 0.2em 0;
  width: 33.3%;
  display: table-cell;
  vertical-align: middle;

  font-size: 1.6em;
}

.rinfo_table .rinfo .item:first-child {

}

.rinfo_table .rinfo .item_val {
  border-right: 1px solid #000;
}

.rinfo_table .rinfo .top{
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  text-align: center;
  background: #d2efff;
}

.rinfo_table .rinfo .center1{
  border-left: 1px solid #000;
  text-align: center;
  background: #d2efff;
}

.rinfo_table .rinfo .center2{
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  background: #d2efff;
}

.rinfo_table .rinfo .bottom{
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 1em 0 1em;
}

img.emoji {
  height: 1.4em;
  width: 1.4em;
  vertical-align: middle;
  border: 0;
  margin-right: .3em;
}

.rinfo_text {
  font-size: 1.5em;
  margin-left: 2.5em;
}

.copyright_text {
  font-size: 1.5em;
  margin-left: 2.5em;
  text-align: center;
  margin-top: 2em;
}

.rinfo_rosen {
  margin-bottom: 1.5em;
  padding-top: 0.7em;
  display: block;
}

.rinfo_rosen p {
  background: #02004d;
  color: #fff;
  font-size: 1.5em;
  padding-left: 1em;
  display: inline-block;
  width: 100%;
  line-height: 1.8em;
  text-align: left;
}

.norinfo {
  font-size: 2em;
  margin: 2em 2em;
  text-align: center;
}

.busloc-stop {
  color: #099;
}

/*バスロケ関連*/
.links ul {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.8em;
}

.links li {
  width: 100%;
  line-height: 1.8em;
  list-style: none;
  border-bottom: 1px solid #d3d3d3;
}

.plainitem {
    margin: .2em;
}

.paddingleft1ex {
    padding-left: 1ex;
}

.paddingleft1em {
    padding-left: 1em;
}

.important {
    color: #f00 !important;
}

.bus_ft {
    margin-bottom: 1.5em;
    padding-top: 1.5em;
}

.bus_ft p{
    background: #02004d;
    color: #fff;
    font-size: 1.6em;
    padding-left: 1em;
    display: inline-block;
    width: 100%;
    line-height: 1.8em;
    text-align: left;
}

.bus_marker {
    display: table-cell;
    vertical-align: middle;
}

.bus_name_first {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0.5em;
    line-height: 1.3em;
    padding-top: 0.5em;
}

.bus_name {
    display: block;
    vertical-align: middle;
    padding-left: 0.5em;
    line-height: 1.3em;
    padding-top: 0.5em;
}
.bus_lang_sub {
    color: #808080;
    font-size: 0.75em;
    direction: ltr;
}

.busloc_a {
    text-decoration: underline;
    color: #f00;
}

.no_bus_errmsg {
    padding-left: 2em;
    font-size: 1.8em;
}

.no_bus_info {
    color: #f00;
}

.no_bus_info2 {
    padding-top: 1.5em;
}

img.bus_emoji {
    height: 1.4em;
    width: 1.4em;
    vertical-align: middle;
    border: 0;
}

.busloc_time {
    font-size: 1.6em;
    text-align: right;
    padding-right: 0.3em;
}

.text_red {
    font-size: 1.6em;
    color: #FF0000;
}


.mypage_change {
    padding: .1em .2em;
    background: #0094e3;
    border: 1px solid #0094e3;
    border-radius: .4em;
    box-shadow: 3px 3px #8ed8ff;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    text-align: center;
    display:block;
    width: 30%;
    margin: auto;
}

.mypage_span_first {
    //margin: 0 1em 0 5em;
    margin: auto;
}


.reg_msg div#errmsg {
    margin-bottom: 2em;
    color: blue;
}

.comment {
    font-size: 1.4em;
}

.login_text {
    background: #8d8062;
}

.login_text h2{
    display: block;
    font-size: 15px;
    padding: 10px 3px 10px 8px;
    width: 100%;
    max-width: 1000px;
    color: #fff;
}

.login_link {
    padding: 0.5em 1em 1em;
}

.login_link #login_other_link{
   background: #0094e3;
   border: 1px solid #0094e3;
   box-shadow: 3px 3px #8ed8ff;
   color: #fff;
   cursor: pointer;
   display: block;
   text-align: center;
   z-index: 5;
   padding: 0.7em;
   width: 100%;
   font-size: 1.8em;
   margin: 0 auto;
   border-radius: 4em;
}

@media screen and (max-width: 699px) {

  /*banner
  --------------------*/
  .bnr_bottom {	/* 暫定 */
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 20;
  }
  .bnr_sp {
    text-align: center;
  }
  .bnr_footer,
  .bnr_old {
    display: none;
  }

  #pctpl-bnr{
    display: none;
  }

  /*button
  --------------------*/
  .btn_menu {
    background: #d20012 url('../img/menu_default2.png') no-repeat 50% 50%;
    background-size: 27px 27px;
    height: 60px;
    width: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
  }
  .btn_menu.active {
    background: #d20012 url('../img/menu_close2.png') no-repeat 50% 50%;
    background-size: 29px 27px;
    position: fixed;
    z-index: 41;
  }

  .btn_menu p{
    color: #fff;
    margin-top: 3.3em;
  }
  .btn_menu.active p{
    color: #fff;
    margin-top: 3.3em;
  }

  /*nav
  --------------------*/
  .pg_nav {
/*    position: relative;*/
  }
  .pg_ttl {
    display: none;
  }
  .pg_menu {
    background: #8d8062;
    display: none;
    padding: 1em 0 0 0;
    position:absolute;
    top: 60px;
    left: 0;
    height: 300px;
    width: 195px;
    z-index: 40;
  }
  .menu li {
    border-bottom: 1px solid #fff;
    padding: 1em;
    text-align: center;
    position: relative;
    z-index: 40;
  }

  li.jrp_pc_link {
    display: none;
  }

  .menu p {
    color: #fff;
    font-size: 1.6em;
  }
  .menu img {
    display: none;
  }
  .menu .active {
    background: #d20012;
  }

  /*header
  --------------------*/
  .pg_header {
    position: relative;
  }
  .pg_header .bg_ttl .tbl {
    height: 55px;
  }

  .pg_header .bg_ttl .jikoku_tbl {
    height: 55px;
  }

  /*form
  --------------------*/
  /* option */
  .option .tbl {
    border-collapse: separate;
  }
  .option .tbl > .col {
    background: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    vertical-align: middle;
  }
  .option .tbl > .col label {
    *border-left: 1px solid #000;
    *border-right: 1px solid #000;
  }
  .option .tbl > .col.active {
    background: #000;
  }
  .option .tbl > .col:first-child {
    border-radius: 0.4em 0 0 0.4em;
    border-left: 1px solid #000;
  }
  .option .tbl > .col:last-child {
    border-radius: 0 0.4em 0.4em 0;
    border-right: 1px solid #000;
  }
  .option .tbl > .col:nth-child(2),
  .option .tbl > .col:nth-child(2n+1) {
    border-right: 1px solid #000;
  }
  .option .tbl input {
    display: none;
  }
  .option .tbl .active .lang_main,
  .option .tbl .active .lang_sub {
    color: #fff;
  }

  .option .jikoku_tbl {
    border-collapse: separate;
  }
  .option .jikoku_tbl > .col {
    background: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    vertical-align: middle;
  }
  .option .jikoku_tbl > .col label {
    *border-left: 1px solid #000;
    *border-right: 1px solid #000;
  }
  .option .jikoku_tbl > .col.active {
    background: #000;
  }
  .option .jikoku_tbl > .col:first-child {
    border-radius: 0.4em 0 0 0.4em;
    border-left: 1px solid #000;
  }
  .option .jikoku_tbl > .col:last-child {
    border-radius: 0 0.4em 0.4em 0;
    border-right: 1px solid #000;
  }
  .option .jikoku_tbl > .col:nth-child(2),
  .option .jikoku_tbl > .col:nth-child(2n+1) {
    border-right: 1px solid #000;
  }
  .option .jikoku_tbl input {
    display: none;
  }
  .option .jikoku_tbl .active .lang_main,
  .option .jikoku_tbl .active .lang_sub {
    color: #fff;
  }

  .option_free {
    border-top: 1px solid #000;
    margin-top: 2em;
  }
  .option_free span {
    margin-top: 1.2em;
    display: inline-block;
    font-size: 1.5em;
    margin-bottom: 0.2em;
  }
  .option_free a {
    text-decoration: underline;
    font-size: 1.5em;
    display: block;
  }

  /* result */
  .result_header .main .link,
  .result_nav .pc {
    display: none;
  }
  .result_list {
    display: block;
  }

  /*footer
  --------------------*/
  .free .pg_top.fixed {
    bottom: 50px;
  }
  .free .pg_copy {
    padding-bottom: 50px;
  }

  .link2_bnr {
    display:none;
  }

  .reg_msg {
    width: 100%;
  }

  .rinfo_space {
    margin-top: 2em;
  }

}

@media print, screen and (min-width: 700px) {

  /*base
  --------------------*/
  button, input, select {
    font-size: 1.4em;
  }

  /*icon
  --------------------*/
  i.icn_sta {
    border-width: 3px;
    border-radius: 20px;
    height: 20px;
    width: 20px;
  }
  img.icn_sta {
    width: 30px;
  }
  img.icn_spot {
    width: 20px;
  }
  .icn_ttl {
    height: 20px;
  }

  /* menu */
  .icn_menu {
    background-image: url(../img/spr_menu.png);
    background-size: 400px 25px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
  }

  .icn_footer_menu {
    background-image: url(../img/fotter.png);
    background-size: 130px 28px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
  }
    .ie8 .icn_menu,
    .ie7 .icn_menu {
      background-image: url(../img/spr_menu_ie.png);
    }
  .icn_menu_help {
    background-position: -150px 0;

  }
  .icn_menu_help2 {
    background-position: -3px -4px;
  }
  .active .icn_menu_help {
    background-position: -175px 0;
  }
  .icn_menu_mypage {
    background-position: -200px 0;
  }
  .icn_menu_mypage2 {
    background-position: -35px -3px;
  }
  .active .icn_menu_mypage {
    background-position: -225px 0;
  }
  .icn_menu_lang {
    background-position: -250px 0;
  }
  .active .icn_menu_lang {
    background-position: -275px 0;
  }
  .icn_menu_login {
    background-position: -300px 0;
  }
  .icn_menu_login2 {
    background-position: -69px -4px;
  }
  .active .icn_menu_login {
    background-position: -325px 0;
  }
  .icn_menu_logout {
    background-position: -350px 0;
  }
  .icn_menu_logout2 {
    background-position: -100px -4px;
  }
  .active .icn_menu_logout {
    background-position: -375px 0;
  }
  .icn_menu_rmap {
    background-position: -50px 0;
  }
  .active .icn_menu_rmap {
    background-position: -75px 0;
  }
  .icn_menu_search {
    background-position: 0 0;
  }
  .active .icn_menu_search {
    background-position: -25px 0;
  }
  .icn_menu_time {
    background-position: -100px 0;
  }
  .active .icn_menu_time {
    background-position: -125px 0;
  }
  .icn_menu_railpass {
    background-image: url(../img/spr_menu2.png);
    background-position: -424px 2px;
    width: 25px;
    background-size: 450px 22px;
  }
  .active .icn_menu_railpass {
     background-image: url(../img/spr_menu2.png);
    background-position: -399px 2px;
    width: 25px;
    background-size: 450px 22px;
  }

  /*banner
  --------------------*/
  .bnr_sp,
  .bnr_bottom {	/* 暫定 */
    display: none;
  }
  .bnr_footer {
    text-align: center;
  }
  .bnr_footer .segment {
    display: inline-block;
    margin: 0 auto;
  }
  .bnr_footer .segment .col {
    margin: 2em 1em;
  }

  /*sprite
  --------------------*/
  /* base */
  .icn_base {
    background-size: 232px 80px;
  }
    .ie8 .icn_base,
    .ie7 .icn_base {
      background: url('../img/spr_base_s.png') no-repeat;
    }
  .icn_alert,
  .ie8 .icn_alert,
  .ie7 .icn_alert {
    background-position: -88px -24px;
    height: 24px;
    width: 24px;
  }
  .icn_back,
  .ie8 .icn_back,
  .ie7 .icn_back {
    background-position: -100px -48px;
    height: 12px;
    width: 8px;
  }
  .icn_company,
  .ie8 .icn_company,
  .ie7 .icn_company {
    background-position: 0 -60px;
    height: 20px;
    width: 208px;
  }
  .icn_glass,
  .ie8 .icn_glass,
  .ie7 .icn_glass {
    background-position: -88px -48px;
    height: 12px;
    width: 12px;
  }
  .icn_info,
  .ie8 .icn_info,
  .ie7 .icn_info {
    background-position: -112px -24px;
    height: 24px;
    width: 24px;
  }
  .icn_memo,
  .ie8 .icn_memo,
  .ie7 .icn_memo {
    background-position: -156px -40px;
    height: 20px;
    width: 20px;
  }
  .icn_pagetop,
  .ie8 .icn_pagetop,
  .ie7 .icn_pagetop {
    height: 60px;
    width: 88px;
  }
  .icn_print,
  .ie8 .icn_print,
  .ie7 .icn_print {
    background-position: -136px -40px;
    height: 20px;
    width: 20px;
  }
  .icn_site,
  .ie8 .icn_site,
  .ie7 .icn_site {
    background-position: -88px 0;
    height: 24px;
    width: 40px;
  }
  .icn_site_b,
  .ie8 .icn_site_b,
  .ie7 .icn_site_b {
    background-position: -196px 0;
    height: 24px;
    width: 36px;
  }

  /* search */
  .icn_rmap,
  .ie8 .icn_rmap,
  .ie7 .icn_rmap {
    background-position: -60px 0;
    height: 20px;
    margin-top: 0;
    width: 24px;
  }

  .icn_railpass_search {
    background: url('../img/spr_base2_s.png') no-repeat;	/* あとで2倍サイズに */
    background-size: 154px 42px;
    display: inline-block;
    height: 16px;
    width: 16px;
  }

  .icn_railpass_rmap,
  .ie8 .icn_railpass_rmap,
  .ie7 .icn_railpass_rmap {
    background-position: -127px 0;
    height: 20px;
    margin-top: 0;
    width: 28px;
  }



  /*arrow
  --------------------*/
  .arw_v_s {
    width: 6px;
  }

  /*button
  --------------------*/
  .btn_circle {
    height: 24px;
    width: 24px;
  }
  .btn_back {
    padding: 0.6em 0;
    width: 150px;
  }
  .btn_back2 {
    padding: 0.6em 0;
    width: 150px;
  }

  .btn_menu,
  .pg_header .btn_rmap,
  .btn_ttl {
    visibility: hidden;
  }

  /*parts
  --------------------*/
  .loading {
    margin: 200px auto;
  }

  /*header
  --------------------*/
/*
  .pg_fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 40;
  }*/
  .pg_header {
    text-align: left;
  }
  .pg_header .bg_ttl .col {
    height: 64px;
  }
  .pg_header .bg_ttl .aside .inner {
    height: 64px;
  }
  .pg_header .ttl {
    font-size: 2em;
  }
  .select_lang .block {
    width: 350px;
  }
  .select_lang .btn_lang {
    background-position: 90% 50%;
    font-size: 1.4em;
    margin: 0 0 0 auto;
    text-align: center;
    width: 200px;
  }
  .select_lang .block_header {
    background-position: 95% 50%;
    background-size: 15px 8px;
  }
  .select_lang .block_header.active {
    background-size: 10px;
  }
  .select_lang .block_content {
    border-radius: 0.4em;
    box-shadow: 3px 3px rgba(0,148,227,0.5);
    padding: 2em;
  }
  .select_lang .btn_setting {
    padding: 0.5em;
  }
  .select_lang label {
    font-size: 1.4em;
  }
  .select_lang .block_close span {
    font-size: 1.4em;
  }


.bnr_top {
    font-size: 1.6em;
    margin-top: 2.5em;
    text-align: center;
}
  /*nav
  --------------------*/
  .pg_ttl {
    display: block;
    float: left;
    width: 35%;
  }
  /*
  .pg_ttl_fr {
    width: 55%;
  }

  .pg_ttl_ru {
    width: 55%;
  }
  .pg_ttl_es {
    width: 55%;
  }
  */

  .pg_ttl div {
    display: inline-block;
    height: 60px;
    margin-right: 0.5em;
    text-align: center;
    vertical-align: middle;
    width: 60px;
    *display: inline;
    *zoom: 1;
  }
  .pg_ttl div i {
    margin-top: 1.5em;
    *margin-top: 1.5em;
    -webkit-print-color-adjust: exact;
  }
  .pg_ttl a {
    color: #02004d;
    font-size: 1.8em;
    vertical-align: middle;
  }
  .pg_menu {
    display: block!important;
    float: left;
    padding: 0.7em 0.5em;
    position: static;
    text-align: right;
    width: 65%;
    *width: 63%;
  }
  /*
  .pg_menu_fr {
    width: 45%;
  }
  .pg_menu_ru {
    width: 45%;
  }
  .pg_menu_es {
    width: 45%;
  }
  */

  .pg_fotter_menu {
    display: block!important;
    padding: 0.5em 0.5em 1.5em 0.5em;
    position: static;
    text-align: center;
  }
  .menu {
    display: table;
    margin: 0 0 0 auto;
  }
  .menu li {
    display: table-cell;
    *display: inline;
    *zoom: 1;
    min-width: 120px;
  }

  li.help_link, li.mypage_link, li.logout_link, li.login_link, li.jrp_sp_link, li.tst_sp_link, li.gtp_sp_link, li.spot_link {
    display: none;
  }

  .menu a {
    color: #02004d;
    font-size: 1.2em;
  }
  .menu .active a {
    color: #0094e3;
  }
  .menu a:hover {
    text-decoration: underline;
  }
  .footer_menu {
    display: table;
    margin: 0 auto 0 auto;
  }
  .footer_menu li {
    display: table-cell;
    *display: inline;
    *zoom: 1;
    min-width: 110px;
  }
  .footer_menu a {
    color: #ffffff;
    font-size: 1.2em;
  }
  .footer_menu .active a {
    color: #0094e3;
  }
  .footer_menu a:hover {
    text-decoration: underline;
  }

  /*content_main
  --------------------*/
  .search .info {
    margin: 0 0 2em;
  }
  .info {
    padding: 1em 0;
  }
  .info .lang_main,
  .info .lang_sub {
    font-size: 1.4em;
  }
  .info_alert .lang_main,
  .info_alert .lang_sub {
    display: inline;
    margin-right: 1em;
  }
  .info .header {
    width: 60px;
  }
  .info .content {
    *width: 66%;
  }
  .info .aside {
    width: 160px;
  }

  /* header */
  .section_header .btn_search {
    padding: 0.6em 0;
    width: 250px;
  }
  .section_header > .tbl .wrapper .lang_main {
    font-size: 2em;
  }
  .section_header > .tbl .wrapper .lang_sub {
    font-size: 1.4em;
  }

  .section_header > .jikoku_tbl .wrapper .lang_main {
    font-size: 2em;
  }
  .section_header > .jikoku_tbl .wrapper .lang_sub {
    font-size: 1.4em;
  }

  /*form
  --------------------*/
  .label {
    font-size: 1.3em;
  }
  .label_sm {
    height: 24px;
    line-height: 24px;
    width: 74px;
  }
  .label_login {
    width: 200px;
  }
  .label_reg {
    float: left;
  }

  .login {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  /* option */
  .option .tbl > .col {
    vertical-align: top;
  }
  .option .tbl input {
    display: inline;
  }
  .option .tbl .active .lang_main {
    color: #000;
  }
  .option .tbl .active .lang_sub {
    color: #808080;
  }
  .option .jikoku_tbl > .col {
    vertical-align: top;
  }
  .option .jikoku_tbl input {
    display: inline;
  }
  .option .jikoku_tbl .active .lang_main {
    color: #000;
  }
  .option .jikoku_tbl .active .lang_sub {
    color: #808080;
  }

  .jp_login {
    text-align: right;
  }
  .jp_login a{
    font-size: 1.5em;
    text-decoration: underline;
    margin-right: 0.8em;
  }

  /* station */
  .search_sta .item {
    margin: 0 0 1.5em 0;
  }
  .search_sta .col_2_3,
  .search_sta .col_1_3 {
    display: table-cell;
    *display: inline;
    *zoom: 1;
  }
  .search_sta .col_2_3 {
    vertical-align: top;
    *width: 67%;
  }
    .svg_unsupported .search_sta .col_2_3 {
      width: 100%;
    }
  .search_sta .col_1_3 {
    padding: 0 0 0 2em;
    vertical-align: middle;
    *padding: 1em 0 0 0;
    *width: 33%;
  }
    .svg_unsupported .search_sta .col_1_3 {
      display: none;
      *display: none;
    }
  .search_sta .balloon {
    background: #fff;
    border: 1px solid #000;
    padding: 2em 1em;
    position: relative;
    *z-index: -1;
  }
  .search_sta .balloon:before,
  .search_sta .balloon:after {
    right: 100%;
    top: 50%;
    left: auto;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
  }
  .search_sta .balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000;
    border-width: 7px;
    margin-top: -7px;
  }
  .search_sta .balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
  }
  .search_sta .balloon .btn {
    margin: 0 5px;
    padding: 0.6em 0;
  }
  .search_sta .balloon .btn i {
    margin-right: 0.5em;
    vertical-align: bottom;
  }
  .search_sta .balloon .btn span {
    display: inline;
  }

  /* date */
  .search_dt .segment,
  .search_dt .tbl {
    width: 66.67%;
  }
  .search_dt .segment,
  .search_dt .jikoku_tbl {
    width: 66.67%;
  }
  .search_dt .option {
    background: #d2efff;
    padding: 0;
  }

  /* calendar */
  .cal_wrapper {
    min-width: 640px;
    top: 70px;
  }
  .cal:after, .cal:before {
    left: 20%;
  }
  .cal .item.opt {
    display: block;
  }

  /* type */
  .search_type {
    padding: 0.5em 1em 0;
  }
  .search_type .option {
    background: #d2efff;
    padding: 0;
  }
  .search_type .option .tbl {
     width: 66.67%;
  }
  .search_type .option .jikoku_tbl {
     width: 66.67%;
  }

  /* search_option */
  .search_option .block_header.active {
    border-bottom: 1px solid #000;
  }
  .search_option .block_header2.active {
    border-bottom: 1px solid #000;
  }
  .option_ic,
  .option_up {
    float: left;
    padding: 0 1em 0 0;
    width: 33.33%;
    *width: 33%;
  }
  .option_ut,
  .option_us {
    float: left;
    width: 66.66%;
    *width: 65%;
  }
  .option_free {
    border-top: 1px solid #000;
    margin-top: 2em;
  }
  .option_free span {
    margin-top: 1.2em;
    display: inline-block;
    font-size: 1.5em;
    margin-bottom: 0.2em;
  }
  .option_free a {
    text-decoration: underline;
    font-size: 1.5em;
    padding-left: 0.5em;
  }
  .option_ut .tbl {
    float: left;
    width: 50%;
  }
  .option_ut .jikoku_tbl {
    float: left;
    width: 50%;
  }

  /* action */
  .search_action .btn_search {
    padding: 0.7em;
    width: 300px;
  }

  /* result */
  .result_header .sta,
  .result_header .dt {
    float: left;
    width: 40%;
  }
  .result_header .wrapper {
    width: 80%;
  }
  .result_header .link {
    text-align: right;
    vertical-align: middle;
    width: 20%;
  }
    .print .result_header .link {
      display: none;
    }
  .result_header .link .btn {
    display: inline-block;
    *display: inline;
  }
  .result_header .item {
    margin: 0 0.5em 0.5em 0;
    min-width: 40%;
  }
  .result_header .btn_search {
    padding: 0.7em 0;
    width: 100%;
  }
  .result_nav {
    margin-top: 1.5em;
  }
  .result_nav .col_1_3 {
    *width: 33.33%;
  }
  .result_nav .btn {
    text-decoration: underline;
  }
  .result_list {
    border: 1px solid #d2efff;
    margin: 2em 0 1.5em;
  }
  .result_list .route_header {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 0.5em 1em;
  }
  .result_list .route_header:hover {
    background: #008ddc;
    color: #fff;
  }
  .result_list .route_header:last-child {
    border-bottom: 0;
  }
  .result_sort {
    padding: 0 0 1.5em;
  }

  /*content-main
  --------------------*/
  .section {
    padding: 4.5em 0 0;
  }
  .section_rinfo {
    padding: 0.5em 0 0;
  }
  .search {
    padding: 1em 0 0;
  }

  /*footer
  --------------------*/
  footer .pg_inner {
/*    height: 70px;*/
  }
  .pg_top {
    height: 60px;
    line-height: 60px;
  }
  .pg_top.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
  }
  .pg_copy {
    font-size: 1.2em;
  }

  /*tabselector
  --------------------*/
  .railpass_tab,
  .railpass_tab_rmap {
    margin-bottom: 0.7em;
    padding-top: 0.7em;
    display: block;
  }

  div.railpass_tab ul,
  div.railpass_tab_rmap ul {
    width: 100%;
    margin: auto;
    //display: table;
    display: inline-block;
    table-layout: fixed;
    text-align: center;
    font-size: 0;
    /* border-top: 2px solid #000; */
  }

  div.railpass_tab ul li,
  div.railpass_tab_rmap ul li {
    //display: block;
    display: inline-block;
    width: 33%;
    border-bottom: 2px solid #000;
    text-align: center;
    vertical-align: bottom;
    //display: table-cell;
    background: #0094e3;
    padding: 0.2em;
    font-size: 10px;
    height: 2.6em;
  }

  div.railpass_tab ul li.selected,
  div.railpass_tab_rmap ul li.selected {

    border-bottom: 0;
    border-left: #099;
    border-right: 0;
    padding: 0.7em;
    background: #02004d;
    height: 3.5em;
    font-size: 10px;
    width: 33%;
  }

  div.railpass_tab ul li.selected2,
  div.railpass_tab_rmap ul li.selected2 {

    border-bottom: 0;
    border-left: #099;
    border-right: 0;
    padding: 0.7em;
    background: #02004d;
    height: 3.5em;
    font-size: 10px;
    width: 50%;
  }

  .border_right {
    border-right: 2px solid #000;
  }

  .border_left {
    border-left: 2px solid #000;
  }

  div.railpass_tab ul li a,
  div.railpass_tab_rmap ul li a {
    color: #fff;
    font-size: 1.5em;
    display: block;
  }

  div.railpass_tab ul li p,
  div.railpass_tab_rmap ul li p {
    color: #fff;
    font-size: 1.5em;
    display: block;
  }

  p.railpass_text {
    background: #02004d;
    color: #fff;
    font-size: 1.5em;
    padding-left: 1em;
    display: inline-block;
    width: 100%;
    line-height: 1.8em;
    text-align: left;
  }

/*img
  --------------------*/
  p.jikoku_kintetsu_pc img {
    display:inline;
  }

  p.jikoku_kintetsu_sm img {
    display:none;
  }

  .route_kintetsu{
    margin-top: 0.5em;
  }

  .route_ticket{
    margin-top: 0.5em;
  }

  .route_kintetsu a img{
    //display:block;
    width: 365px;
    height: 38px;
  }

  .col_2_3_pay {
    width: 66.67%;
    *width: 66.6%;
  }

  .mypage_change {
    padding: .1em .2em;
    background: #0094e3;
    border: 1px solid #0094e3;
    border-radius: .4em;
    box-shadow: 3px 3px #8ed8ff;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    text-align: center;
    display:inline;
  }

  .mypage_span_first {
    margin: 0 1em 0 5em;
  }

  .login_link #login_other_link{
    width: 500px
  }

}
@media print, screen and (min-width: 1000px) {

  /*layout
  --------------------*/
  .pg_inner {
    width: 1000px;
  }

  /*banner
  --------------------*/
  .bnr_top {
    margin-top: 0;
  }
  .bnr_footer {
    text-align: left;
  }
  .bnr_footer .segment .col {
    margin: 2em 2em 2em 0;
  }

  /*header
  --------------------*/
  .pg_fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 40;
  }

  /*nav
  --------------------*/
  .pg_ttl a {
    font-size: 2.6em
  }
  .pg_menu {
    *width: 64%;
  }
  .menu li {
    min-width: 100px;
  }

  /*content_main
  --------------------*/
  body > .content {
    padding-top: 130px;
  }
  body.print > .content {
    padding-top: 0;
  }
  .content_main {
    float: left;
    margin-right: -320px;
    width: 100%;
  }
  .content_main_inner {
    margin-right: 320px;
  }
  .section,
  .search {
    padding: 2em 0 3em;
  }
  .section_rinfo{
    padding: 0.5em 0 0;
  }
  .jikoku_section,
  .search {
    padding: 2em 0 3em;
  }
  .print .section {
    margin: 0 160px;
  }

  /*form
  --------------------*/
  /* station */
  .search_sta {
    padding: 0;
  }
  /* date */
  .search_dt {
    padding: 0 0 0.5em;
  }
  .search_dt .inner {
    padding: 0;
  }
  .search_time .parts_side:hover + .balloon {
    display: block;
  }
  /* calendar */
  .cal_wrapper {
    min-width: 480px;
  }
  .cal th,
  .cal td {
    width: 30px;
    height: 30px;
  }

  /* type */
  .search_type {
    padding: 0 0 1.5em;
  }

  /* option */
  .search_option .block_content {
    padding: 0.5em 0;
  }
  .search_option .label {
    margin: 0.5em 0 0.3em;
  }

  /* result */
  .result_header .main .col {
    padding: 0;
  }
  .result_header .wrapper,
  .result_header .link {
    padding: 0;
  }
  .print .result_header {
    padding-bottom: 1em;
  }
  .print .result_header .link {
    display: table-cell;
    *display: inline;
    *zoom: 1;
  }
  .print .result_header .btn_square {
    height: 36px;
    width: 36px;
  }

  /*content_side
  --------------------*/
  .content_side {
    background: #fff;
    float: right;
    padding: 5em 0 1em;
  }


}
@media print {
  .print .section {
    margin: 0;
  }
  .print .result_header .link .btn,
  .print .section_header .link .btn {
    display: none;
  }
}
