@charset "UTF-8";


/*____________________________________________________________________

  GPRT010G02
____________________________________________________________________*/

/*
    後にlayout.cssへ移動
    .column2List_itemのmodifyを追加するカタチで
*/

.column2List_item.-wide {
    width: 70%;
}
.column2List_item.-narrow {
    width: 30%;
}
span.highlight
{
    background:#ffff66;
    font-weight: bold;
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {

    .column2List_item.-wide {
        width: auto;
    }
    .column2List_item.-narrow {
        width: 300px;
        margin: 0 auto;
    }

}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {

    .column2List_item.-narrow {
        width: auto;
    }
}

/*----------------------------------------------*/


/*
    5/10追記
*/

.busStopSearch .column2List_item.-spmgb10.-wide {
  display: table;
}

.busStopSearch .column2List_item.-spmgb10.-wide p {
  display: table-cell;
  width: 60px;
  padding-right: 20px;
    vertical-align: middle;
}

.busStopSearch .column2List_item.-spmgb10.-wide input {
  display: table-cell;
}

.busStopSearch .button.-position:last-child {
  margin-top: 10px;
}
.busStopSearch a.txtLink {
    margin-bottom: 0 !important;
}

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

    .busStopSearch .column2List_item.-spmgb10.-wide {
    width: 100%;
  }

  .busStopSearch .column2List_item.-spmgb10.-wide p {
    vertical-align: middle;
  }

  .busStopSearch .column2List_item.-spmgb10.-wide input {
    width: 100%;
  }

}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
  .busStopSearch .selectList.-bd3 {
    border-top: 3px solid #E0E0E0;
    border-left: 3px solid #E0E0E0;
    border-right: 3px solid #E0E0E0;
    border-bottom: 3px solid #E0E0E0;
  }

}

/*----------------------------------------------*/
@media screen and (max-width: 480px) {

  .busStopSearch .contBlock_cont_item .pagerArea_listBlock.pcOnly {
    display:none;
  }

}
/*----------------------------------------------*/

.pcOnlyExeButton {
    padding:10px 10px 10px 0px !important;;

}
