@charset "shift_jis";
/* 経路表示パーツ */
.expGuiCourse {
    margin: auto;
    border-collapse: collapse;
    font-size: inherit;
    font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    _font-family: "メイリオ", Meiryo,"ＭＳ Ｐゴシック", Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
    text-align: left;
}
/* 汎用処理 */
.expGuiCourse .exp_clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    font-size: 0;
}
/* 経路ヘッダ */
.expGuiCourse .exp_resultHeader {
    width: 100%;
}
.expGuiCourse .exp_resultList .exp_even {
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff , 0 1px 0 0 #e5e5e5;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff , 0 1px 0 0 #e5e5e5;
    box-shadow: inset 0 1px 0 0 #ffffff , 0 1px 0 0 #e5e5e5;
}
/* 経路番号 */
.expGuiCourse .exp_resultList .exp_no {
    float: left;
    text-align: center;
    font-weight: bold;
}
.expGuiCourse .exp_resultList .exp_odd {
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff , 0 1px 0 0 #e5e5e5;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff , 0 1px 0 0 #e5e5e5;
    box-shadow: inset 0 1px 0 0 #ffffff , 0 1px 0 0 #e5e5e5;
}
/* 経路のリンク */
.expGuiCourse .exp_resultList .exp_link {
    display: block;
    width: 100%;
    color: #000000;
    text-decoration: none;
}
/* カーソル */
.expGuiCourse .exp_resultList .exp_resultListTitle .exp_cursor {
    background: url(../expImages/to.png) no-repeat;
}
/* 出発日 */
.expGuiCourse .exp_resultList .exp_resultListTitle .exp_date {
    color: #384556;
}
/* 経路の出発時刻 */
.expGuiCourse .exp_resultList .exp_summary .exp_arrival {
    float: left;
    margin: 0.8em 0 0.6em 0;
    padding: 0.2em 0.4em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #384556;
    color: #FFFFFF;
    font-size: 1em;
}
/* 経路のやじるし */
.expGuiCourse .exp_resultList .exp_summary .exp_cursor {
    display: block;
    float: left;
    margin: 1em 0 0.6em 0.3em;
    padding: 0.3em;
    width: 9px;
    height: 12px;
    background: url(../expImages/cursor.png) no-repeat;
}
/* 経路の出発時刻 */
.expGuiCourse .exp_resultList .exp_summary .exp_departure {
    float: left;
    margin: 0.8em 0 0.6em;
    padding: 0.2em 0.4em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px 2px 2px 2px;
    background-color: #384556;
    color: #FFFFFF;
    font-size: 1em;
}
/* 早いマーク */
.expGuiCourse .exp_resultList .exp_summary .exp_hayai {
    display: block;
    float: left;
    padding-left: 0.2em;
    width: 28px;
    height: 28px;
    background: url(../expImages/hayai.png) no-repeat;
}
/* サマリーの下部 */
.expGuiCourse .exp_resultList .exp_summary .exp_lower {
    padding: 0.5em 0 2em 1em;
    width: 100%;
}
/* 各項目の値 下 */
.expGuiCourse .exp_resultList .exp_summary .exp_lower .exp_value {
    float: left;
    margin: 0 2em 0.6em 0.5em;
    padding: 3px;
    color: #384556;
    font-weight: bold;
}
/* マーク */
.expGuiCourse .exp_resultList .exp_summary .exp_mark {
    float: left;
    padding-top: 0.5em;
}
.expGuiCourse .exp_resultList .exp_summary .exp_time {
    float: right;
    margin-right: 2em;
}
/* 乗換回数少ないマーク */
.expGuiCourse .exp_resultList .exp_summary .exp_raku {
    display: block;
    float: left;
    padding-left: 0.2em;
    width: 28px;
    height: 28px;
    background: url(../expImages/raku.png) no-repeat;
}
/* サマリーの分割 */
.expGuiCourse .exp_resultList .exp_summary .exp_separator {
    clear: both;
}
/* 各項目のタイトル */
.expGuiCourse .exp_resultList .exp_summary .exp_title {
    float: left;
    padding: 2px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px 3px 3px 3px;
    background-color: #8598AB;
    color: #FFFFFF;
    font-size: 1em;
}
/* サマリーの上部 */
.expGuiCourse .exp_resultList .exp_summary .exp_upper {
    margin-left: 1em;
    padding-bottom: 3px;
    width: 100%;
    height: 3em;
}
/* 各項目の値 上 */
.expGuiCourse .exp_resultList .exp_summary .exp_upper .exp_value {
    float: left;
    margin-top: 0.2em;
    padding: 3px;
    color: #384556;
    font-weight: bold;
    font-size: 1.4em;
}
/* 安いマーク */
.expGuiCourse .exp_resultList .exp_summary .exp_yasui {
    display: block;
    float: left;
    padding-left: 0.2em;
    width: 28px;
    height: 28px;
    background: url(../expImages/yasui.png) no-repeat;
}
/* 経路本体 */
.expGuiCourse .exp_route {
    width: 100%;
}
/* スマートフォン・タブレット用料金変更 */
.expGuiCourse .exp_route .exp_chargeSelect {
    position: relative;
    margin-top: 0.3em;
    padding: 0.5em;
    border: 1px solid #8a939d;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
    background: url(../expImages/noreserveSeatBtn.png) no-repeat right center, -moz-linear-gradient(bottom, #FFFFFF, #dbdee3 10%, #ebeef2 0.67, #f9fafb);
    background: url(../expImages/noreserveSeatBtn.png) no-repeat right center, -webkit-gradient(linear, left bottom, left top,  from(#ffffff),color-stop(0.05, #dbdee3),color-stop(0.67, #ebeef2), to(#f9fafb));
}
/* 特急券メニュー */
.expGuiCourse .exp_route .exp_chargeWindow {
    margin-top: -3em;
    margin-left: 5em;
    min-width: 20em;
    width: auto !important;
    width: 20em;
}
.expGuiCourse .exp_route .exp_detail .exp_charge {
    min-height: 5em;
    height: auto !important;
    height: 5em;
}
/* 特急券の情報 */
.expGuiCourse .exp_route .exp_detail .exp_chargeDetail {
    margin-bottom: 0.5em;
}
/* 特急券の情報 */
.expGuiCourse .exp_route .exp_detail .exp_chargeDetail a {
    display: inline-block;
    padding: 3px 1em;
    width: auto;
    border: 1px solid #8a939c;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: -moz-linear-gradient(center top , #F9FAFB, #EBEEF2 5%, #DBDEE3 95%, #FFFFFF);
    background: -webkit-gradient(linear, left bottom, left top,  from(#F9FAFB),color-stop(0.05, #EBEEF2),color-stop(0.95, #DBDEE3), to(#FFFFFF));
    color: #000000;
    text-decoration: none;
}
.expGuiCourse .exp_route .exp_detail .exp_fareTeikiValue .exp_cost {
    background-color: #EE8051;
}
.expGuiCourse .exp_route .exp_detail .exp_fareTeikiValue .exp_top,
.expGuiCourse .exp_route .exp_detail .exp_teikiValue .exp_top {
    background: url(../expImages/teikiTop.png);
}
.expGuiCourse .exp_route .exp_detail .exp_fareValue .exp_cost {
    background-color: #3A97DD;
}
.expGuiCourse .exp_route .exp_detail .exp_fareValue .exp_cost,
.expGuiCourse .exp_route .exp_detail .exp_fareTeikiValue .exp_cost {
    margin-top: 1.5em;
}
.expGuiCourse .exp_route .exp_detail .exp_fareValue .exp_cost,
.expGuiCourse .exp_route .exp_detail .exp_fareTeikiValue .exp_cost,
.expGuiCourse .exp_route .exp_detail .exp_teikiValue .exp_cost {
    position: absolute;
    right: 5px;
    padding: 0.5em 1em;
    min-width: 3em;
    width: auto;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 #d7d7d7;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
.expGuiCourse .exp_route .exp_detail .exp_fareValue .exp_top {
    background: url(../expImages/priceTop.png);
}
.expGuiCourse .exp_route .exp_detail .exp_fareValue .exp_top,
.expGuiCourse .exp_route .exp_detail .exp_fareTeikiValue .exp_top,
.expGuiCourse .exp_route .exp_detail .exp_teikiValue .exp_top {
    position: absolute;
    right: 60px;
    margin-top: 6.5px;
    width: 7px;
    height: 10px;
}
/* 金額の出力 */
.expGuiCourse .exp_route .exp_detail .exp_fareValue,
.expGuiCourse .exp_route .exp_detail .exp_fareTeikiValue,
.expGuiCourse .exp_route .exp_detail .exp_teikiValue {
    position: relative;
    z-index: 40;
}
/* 路線 */
.expGuiCourse .exp_route .exp_detail .exp_line {
    position: relative;
    padding: 0px;
    font-weight: bold;
}
/* 路線をつなげる色 */
.expGuiCourse .exp_route .exp_detail .exp_line .exp_bar {
    position: absolute;
    width: 20px;
    height: 100%;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_bar .exp_base {
    margin-left: 6px;
    width: 8px;
    height: 100%;
    background-color: #FFFFFF;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_bar .exp_color {
    margin-left: 2px;
    width: 4px;
    height: 100%;
}
/* 路線の情報 */
.expGuiCourse .exp_route .exp_detail .exp_line .exp_data {
    position: absolute;
    display: block;
    float: left;
    width: 6.5em;
    height: 100%;
    color: #556277;
    font-weight: bold;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_data .exp_distance {
    color: #556277;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_data .exp_info {
    display: table;
    width: 100%;
    height: 100%;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_data .exp_info .exp_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_data .exp_stopStationCount {
    color: #556277;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_data .exp_timeOnBoard {
    color: #556277;
}
/* アイコン表示 */
.expGuiCourse .exp_route .exp_detail .exp_line .exp_dataSpace {
    float: left;
    margin-top: 0.5em;
    width: 1em;
    height: 9.5em;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_direct {
    height: 2.8em;
}
/* アイコン表示 */
.expGuiCourse .exp_route .exp_detail .exp_line .exp_icon {
    width: 3em;
    height: 2em;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_icon .exp_bus {
    width: 1em;
    height: 1em;
    color: #FFFFFF;
    font-size: 1.5em;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_icon .exp_plane {
    width: 1em;
    height: 1em;
    color: #FFFFFF;
    font-size: 1.5em;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_icon .exp_ship {
    width: 1em;
    height: 1em;
    color: #FFFFFF;
    font-size: 1.5em;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_icon .exp_train {
    width: 1em;
    height: 1em;
    color: #FFFFFF;
    font-size: 1.5em;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_icon .exp_walk {
    width: 1em;
    height: 1em;
    color: #FFFFFF;
    font-size: 1.5em;
}
/* 路線メニュー */
.expGuiCourse .exp_route .exp_detail .exp_line .exp_lineMenu {
    margin-left: 0.5em;
    width: 27px;
    height: 18px;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_lineMenu a {
    padding-right: 2em;
    text-decoration: none;
}
/* 区間情報 */
.expGuiCourse .exp_route .exp_detail .exp_line .exp_rail {
    padding-top: 0.2em;
}
/* その他情報 */
.expGuiCourse .exp_route .exp_detail .exp_line .exp_rail .exp_etcInfo {
    margin-bottom: 0.3em;
    margin-left: 0.5em;
}
/* 路線名 */
.expGuiCourse .exp_route .exp_detail .exp_line .exp_rail .exp_name {
    margin-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 1.5em;
    min-height: 1em;
}
/* 列車番号 */
.expGuiCourse .exp_route .exp_detail .exp_line .exp_rail .exp_name .exp_trainNo {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    color: #384556;
}
/* 番線表示 */
.expGuiCourse .exp_route .exp_detail .exp_line .exp_rail .exp_no {
    margin-bottom: 0.2em;
    height: 1.5em;
    color: #01b74e;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_rail_icon {
    padding-left: 3.5em;
    min-height: 1.5em;
}
.expGuiCourse .exp_route .exp_detail .exp_line .exp_rail_normal {
    padding-left: 8em;
    min-height: 5.5em;
    height: auto !important;
    height: 5.5em;
}
.expGuiCourse .exp_route .exp_detail .exp_normal {
    min-height: 5em;
    height: auto !important;
    height: 5em;
}
.expGuiCourse .exp_route .exp_detail .exp_point .exp_arrival {
    font-size: 1.1em;
}
.expGuiCourse .exp_route .exp_detail .exp_point .exp_arrival .exp_onTimetable {
    margin-left: 0.4em;
}
.expGuiCourse .exp_route .exp_detail .exp_point .exp_departure {
    font-weight: bold;
    font-size: 1.1em;
}
.expGuiCourse .exp_route .exp_detail .exp_point .exp_departure .exp_onTimetable {
    margin-left: 0.4em;
}
/* 駅の表示 */
.expGuiCourse .exp_route .exp_detail .exp_point .exp_station {
    position: relative;
    padding-top: 0.5em;
    padding-top: 1em;
    padding-right: 8em;
}
.expGuiCourse .exp_route .exp_detail .exp_point .exp_stationIcon .exp_edge {
    margin-right: 0px;
}
.expGuiCourse .exp_route .exp_detail .exp_point .exp_stationIconPlain {
    float: left;
    padding: 0.8em 2.5em 0 0;
    width: 22px;
    height: 22px;
}
.expGuiCourse .exp_route .exp_detail .exp_point .exp_stationIconPlain .exp_back,
.expGuiCourse .exp_route .exp_detail .exp_point .exp_stationIcon .exp_back {
    display: block;
    margin-left: 22px;
    width: 22px;
    height: 22px;
    background: url(../expImages/btnRstDtlRailJoinBackV.png) no-repeat;
}
/* 駅のアイコン */
.expGuiCourse .exp_route .exp_detail .exp_point .exp_stationIconPlain .exp_edge,
.expGuiCourse .exp_route .exp_detail .exp_point .exp_stationIcon .exp_edge {
    display: block;
    margin-left: 22px;
    width: 22px;
    height: 22px;
    background: url(../expImages/btnRstDtlRailJoinEdge.png) no-repeat;
}
.expGuiCourse .exp_route .exp_detail .exp_point .exp_stationIconPlain .exp_extend,
.expGuiCourse .exp_route .exp_detail .exp_point .exp_stationIcon .exp_extend {
    display: block;
    margin-left: 22px;
    width: 22px;
    height: 22px;
    background: url(../expImages/btnRstDtlRailJoinExtendV.png) no-repeat;
}
.expGuiCourse .exp_route .exp_detail .exp_point .exp_stationIconPlain .exp_none,
.expGuiCourse .exp_route .exp_detail .exp_point .exp_stationIcon .exp_none {
    display: block;
    margin-left: 22px;
    width: 22px;
    height: 22px;
    background: url(../expImages/btnRstDtlRailJoinNone.png) no-repeat;
}
/* 駅のメニュー */
.expGuiCourse .exp_route .exp_detail .exp_point .exp_stationMenu {
    margin-left: 0.5em;
    width: 27px;
    height: 18px;
    background: url(../expImages/information.png) no-repeat;
}
.expGuiCourse .exp_route .exp_detail .exp_point .exp_stationMenu a {
    padding-right: 2em;
    width: 27px;
    height: 18px;
    text-decoration: none;
}
/* 発着時刻 */
.expGuiCourse .exp_route .exp_detail .exp_point .exp_time {
    float: left;
    margin-right: 0.3em;
    width: 2.8em;
    text-align: right;
}
.expGuiCourse .exp_route .exp_detail .exp_priceMenu a {
    color: #FFFFFF;
    text-decoration: none;
}
.expGuiCourse .exp_route .exp_detail .exp_priceSection {
    position: relative;
    min-height: 1em;
    height: auto !important;
    height: 1em;
}
.expGuiCourse .exp_route .exp_detail .exp_priceSection .exp_priceData {
    position: absolute;
    width: 100%;
    height: 100%;
}
.expGuiCourse .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_bar {
    position: absolute;
    width: 7px;
    height: 100%;
}
.expGuiCourse .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_bar .exp_base {
    margin-left: -4px;
    width: 7px;
    height: 100%;
    background-color: #FFFFFF;
}
.expGuiCourse .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_bar .exp_color {
    margin-left: 2px;
    width: 3px;
    height: 100%;
    background-color: #ffde00;
}
.expGuiCourse .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_cost {
    text-align: center;
}
.expGuiCourse .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_fare {
    z-index: 30;
    margin-right: 0em;
}
.expGuiCourse .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_fare .exp_bar .exp_color {
    background-color: #3A97DD;
}
.expGuiCourse .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_fare .exp_end {
    background: url(../expImages/priceEnd.png) no-repeat center;
}
.expGuiCourse .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_fare,
.expGuiCourse .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_teiki {
    position: absolute;
    right: 5px;
    width: 3em;
    height: 100%;
}
.expGuiCourse .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_teiki {
    z-index: 30;
    margin-right: 0em;
}
.expGuiCourse .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_teiki .exp_bar .exp_color {
    background-color: #EE8051;
}
.expGuiCourse .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_teiki .exp_end {
    background: url(../expImages/teikiEnd.png) no-repeat center;
}
.expGuiCourse .exp_route .exp_detail .exp_teikiValue .exp_cost {
    margin-top: 0.5em;
    padding: 0.5em;
    background-color: #EE8051;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_teikiValue .exp_cost .exp_name {
    background: url("../expImages/teikiIcon.png") no-repeat scroll 9px 0 transparent;
}
.expGuiCourse .exp_route .exp_detail .exp_teikiValue .exp_cost .exp_teiki1,
.expGuiCourse .exp_route .exp_detail .exp_teikiValue .exp_cost .exp_teiki3,
.expGuiCourse .exp_route .exp_detail .exp_teikiValue .exp_cost .exp_teiki6 {
    padding-bottom: 0.3em;
}
/* スマートフォン・タブレット用料金変更 */
.expGuiCourse .exp_route .exp_fareSelect {
    position: relative;
}
.expGuiCourse .exp_route .exp_fareSelect select,
.expGuiCourse .exp_route .exp_chargeSelect select,
.expGuiCourse .exp_route .exp_teikiSelect select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
/* 運賃メニュー */
.expGuiCourse .exp_route .exp_fareWindow {
    right: 0.5em;
    margin-top: 3em;
    min-width: 20em;
    width: auto !important;
    width: 20em;
}
/* 路線メニュー */
.expGuiCourse .exp_route .exp_lineWindow {
    margin-top: 2.6em;
    margin-left: 4em;
}
/* 汎用メニュー */
.expGuiCourse .exp_route .exp_menu {
    position: absolute;
    z-index: 100;
    border: 1px solid #a0aab4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ecf0f3;
    font-weight: normal;
}
/* 運賃用のデータリスト */
.expGuiCourse .exp_route .exp_menu .exp_body .exp_list .exp_costList {
    float: right;
    padding-right: 1em;
    font-weight: bold;
}
.expGuiCourse .exp_route .exp_menu .exp_body .exp_list .exp_item a {
    display: block;
    color: #384556;
    text-decoration: none;
    font-weight: bold;
}
.expGuiCourse .exp_route .exp_menu .exp_header {
    height: 2.4em;
}
.expGuiCourse .exp_route .exp_menu .exp_header .exp_close a {
    display: block;
    float: right;
    margin-top: 0.3em;
    margin-right: 0.5em;
    padding: 0 0.3em 0 0.3em;
    border: 1px solid #8a939c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: -moz-linear-gradient(bottom, #FFFFFF, #dbdee3 10%, #ebeef2 0.67, #f9fafb);
    background: -webkit-gradient(linear, left bottom, left top,  from(#ffffff),color-stop(0.05, #dbdee3),color-stop(0.67, #ebeef2), to(#f9fafb));
    -webkit-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    -moz-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    color: #384556;
    text-decoration: none;
    font-weight: bold;
    font-size: small;
}
.expGuiCourse .exp_route .exp_menu .exp_header .exp_title {
    display: block;
    float: left;
    margin-top: 0.5em;
    margin-left: 0.5em;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
    font-weight: bold;
}
/* ヘッダ */
.expGuiCourse .exp_route .exp_routeHeader {
    position: relative;
    z-index: 80;
    margin: 0.5em auto;
    width: 700px;
    height: 3.5em;
}
.expGuiCourse .exp_route .exp_routeHeader .exp_assignButton .exp_text {
    display: block;
    padding-top: 0.5em;
    font-weight: bold;
}
.expGuiCourse .exp_route .exp_routeHeader .exp_headerText {
    display: block;
    padding-top: 1em;
    width: 100%;
    color: #384556;
    text-align: center;
    font-weight: bold;
}
/* 駅メニュー */
.expGuiCourse .exp_route .exp_stationWindow {
    margin-top: -1em;
    margin-left: 4em;
}
/* セパレータ */
.expGuiCourse .exp_route .exp_summary .exp_line {
    border-top: 1px dashed #bdbdbd;
}
/* 早いマーク */
.expGuiCourse .exp_route .exp_summary .exp_mark .exp_hayai {
    display: block;
    float: left;
    margin-left: 5px;
    width: 28px;
    height: 28px;
    background: url(../expImages/hayai.png) no-repeat center;
}
/* 乗換回数少ないマーク */
.expGuiCourse .exp_route .exp_summary .exp_mark .exp_raku {
    display: block;
    float: left;
    margin-left: 5px;
    width: 28px;
    height: 28px;
    background: url(../expImages/raku.png) no-repeat center;
}
/* 安いマーク */
.expGuiCourse .exp_route .exp_summary .exp_mark .exp_yasui {
    display: block;
    float: left;
    margin-left: 5px;
    width: 28px;
    height: 28px;
    background: url(../expImages/yasui.png) no-repeat center;
}
/* 行 */
.expGuiCourse .exp_route .exp_summary .exp_row {
    clear: both;
    height: 2.5em;
}
/* 定期メニュー */
.expGuiCourse .exp_route .exp_teikiWindow {
    right: 0.5em;
    margin-top: 3em;
    min-width: 20em;
    width: auto !important;
    width: 20em;
}
.expGuiCoursePc {
    font-size: 0.8em;
}
/* カラー設定 */
.expGuiCoursePc .exp_resultHeader {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #9096A2;
    background: -moz-linear-gradient(top, #F3F4F6, #DBDEE3);
    background: -webkit-gradient(linear, left top, left bottom, from(#F3F4F6), to(#DBDEE3));
    box-shadow: 0 1px #DADDE0;
}
/* 経路一覧のボタン */
.expGuiCoursePc .exp_resultHeader .exp_resultListButton {
    display: block;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
    width: 100px;
    height: 31px;
    text-align: center;
    background: url(../expImages/routeListOff.png) no-repeat center;
}
.expGuiCoursePc .exp_resultHeader .exp_resultListButton .exp_off .exp_text {
    color: #384556;
}
.expGuiCoursePc .exp_resultHeader .exp_resultListButton .exp_off .exp_text,
.expGuiCoursePc .exp_resultHeader .exp_resultListButton .exp_on .exp_text {
    display: block;
    padding: 7px 0 0 20px;
    font-weight: bold;
    font-size: 0.9em;
}
.expGuiCoursePc .exp_resultHeader .exp_resultListButton .exp_off a,
.expGuiCoursePc .exp_resultHeader .exp_resultListButton .exp_on a {
    text-decoration: none;
}
.expGuiCoursePc .exp_resultHeader .exp_resultListButton .exp_on {
    width: 100px;
    height: 31px;
    background: url(../expImages/routeListOn.png) no-repeat center;
}
.expGuiCoursePc .exp_resultHeader .exp_resultListButton .exp_on .exp_text {
    color: #ffffff;
}
/* 経路切替タブ */
.expGuiCoursePc .exp_resultHeader .exp_resultTab {
    margin: 0;
    padding-left: 10em;
}
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabButtonNoSelect {
    border-left: 1px solid #A0AAB4;
}
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_Low {
    border-top: 1px solid #A0AAB4;
}
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_return {
    clear: both;
}
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabButtonNoSelect .exp_link {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabButtonNoSelect .exp_link .exp_text {
    display: block;
    padding-top: 1em;
    color: #000000;
}
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabButtonNoSelect .exp_link:hover {
    color: #0082ad;
}
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabButtonRight {
    border-right: 1px solid #A0AAB4;
}
/* タブのデザイン */
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabButtonSelect ,
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabButtonNoSelect {
    display: block;
    float: left;
    width: 8%;
    height: 44px;
    text-align: center;
}
/* タブのデザイン */
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabButtonSelect {
    border-left: 1px solid #007fa8;
    background: -moz-linear-gradient(top, #0077ee, #0944b0);
    background: -webkit-gradient(linear, left top, left bottom, from(#0077ee), to(#0944b0));
    background-color: #0532a0;
    color: #FFFFFF;
}
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabButtonSelect .exp_text {
    display: block;
    padding-top: 1em;
    color: #ffffff;
    font-weight: bold;
}
/* タブページの前後のボタン */
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabPage {
    display: block;
    float: left;
    padding-top: 6px;
}
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabPage .exp_off .exp_textLeft {
    display: none;
    background: url(../expImages/tabPageLeftOff.png) no-repeat center;
}
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabPage .exp_off .exp_textRight {
    display: none;
    background: url(../expImages/tabPageRightOff.png) no-repeat center;
}
/* タブページの前後のボタン */
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabPage .exp_on .exp_textLeft {
    background: url(../expImages/tabPageLeftOn.png) no-repeat center;
}
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabPage .exp_on .exp_textLeft,
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabPage .exp_off .exp_textLeft {
    display: block;
    margin-right: 18px;
    width: 31px;
    height: 31px;
}
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabPage .exp_on .exp_textRight,
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabPage .exp_off .exp_textRight {
    display: block;
    width: 31px;
    height: 31px;
}
.expGuiCoursePc .exp_resultHeader .exp_resultTab .exp_resultTabPage .exp_on .exp_textRight {
    background: url(../expImages/tabPageRightOn.png) no-repeat center;
}
/* 経路一覧 */
.expGuiCoursePc .exp_resultList {
    margin: 1em auto;
    width: 700px;
}
.expGuiCoursePc .exp_resultList .exp_no {
    padding-top: 2.5em;
    width: 2em;
}
/* 経路一覧の行 */
.expGuiCoursePc .exp_resultList .exp_odd,
.expGuiCoursePc .exp_resultList .exp_even {
    margin-bottom: 1em;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* 経路一覧の行 */
.expGuiCoursePc .exp_resultList .exp_odd,
.expGuiCoursePc .exp_resultList .exp_even,
.expGuiCourseTablet .exp_resultList .exp_odd,
.expGuiCourseTablet .exp_resultList .exp_even {
    border: 1px solid #a0aab4;
}
.expGuiCoursePhone .exp_resultList .exp_odd,
.expGuiCoursePhone .exp_resultList .exp_even {
    border-top: 1px solid #a0aab4;
}
/* 経路一覧のリンク */
.expGuiCoursePc .exp_resultList .exp_resultListRow:hover {
    background-color: #dbeaf7;
}
/* 経路一覧 */
.expGuiCoursePc .exp_resultList .exp_resultListTitle {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    min-height: 1em;
    height: auto !important;
    height: 1em;
    border: 1px solid #a0aab4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    -webkit-box-shadow: #e5e5e5 0 1px inset , 0 1px 0 0 #ffffff;
    -moz-box-shadow: #e5e5e5 0 1px inset ,  0 1px 0 0 #ffffff;
    box-shadow: #e5e5e5 0 1px inset, 0 1px 0 0 #ffffff;
}
/* カーソル */
.expGuiCoursePc .exp_resultList .exp_resultListTitle .exp_cursor {
    float: left;
    margin: 1.5em 0.2em;
    width: 14px;
    height: 10px;
}
/* 出発日 */
.expGuiCoursePc .exp_resultList .exp_resultListTitle .exp_date,
.expGuiCourseTablet .exp_resultList .exp_resultListTitle .exp_date {
    float: right;
    margin: 1em;
    font-weight: bold;
}
/* 出発地 */
.expGuiCoursePc .exp_resultList .exp_resultListTitle .exp_from {
    background-color: #0077ee;
    color: #FFFFFF;
}
/* 出発地&目的地 */
.expGuiCoursePc .exp_resultList .exp_resultListTitle .exp_from,
.expGuiCoursePc .exp_resultList .exp_resultListTitle .exp_to {
    float: left;
    margin: 0.7em;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
}
/* 目的地 */
.expGuiCoursePc .exp_resultList .exp_resultListTitle .exp_to {
    background-color: #0077ee;
    color: #FFFFFF;
}
/* 経路のサマリー */
.expGuiCoursePc .exp_resultList .exp_summary {
    float: left;
    margin: auto;
    width: 92%;
    border-left: 1px solid #a0aab4;
}
.expGuiCoursePc .exp_resultList .exp_summary .exp_titleTeiki1,
.expGuiCoursePc .exp_resultList .exp_summary .exp_titleTeiki3,
.expGuiCoursePc .exp_resultList .exp_summary .exp_titleTeiki6 {
    float: left;
    padding: 2px 8px;
    border-radius: 3px;
    background-color: #EE8051;
    color: #FFFFFF;
}
.expGuiCoursePc .exp_resultList .exp_summary .exp_titleTeiki1,
.expGuiCourseTablet .exp_resultList .exp_summary .exp_titleTeiki1 {
    clear: both;
}
/* サマリーの上部 */
.expGuiCoursePc .exp_resultList .exp_summary .exp_upper,
.expGuiCourseTablet .exp_resultList .exp_summary .exp_upper {
    border-bottom: 1px dashed #bdbdbd;
}
/* 経路詳細 */
.expGuiCoursePc .exp_route .exp_detail {
    clear: both;
    margin: 15px auto;
    padding-left: 5px;
    width: 700px;
    color: #384556;
    font-weight: normal;
}
.expGuiCoursePc .exp_route .exp_detail .exp_chargeDetail a:hover {
    color: #0077ee;
}
/* PC用 */
.expGuiCoursePc .exp_route .exp_detail .exp_line .exp_bar {
    padding-left: 5.5em;
}
.expGuiCoursePc .exp_route .exp_detail .exp_line .exp_bus .exp_name {
    color: #384556;
    background: url(../expImages/bkBus.png) no-repeat;
}
/* 路線メニュー */
.expGuiCoursePc .exp_route .exp_detail .exp_line .exp_lineMenu {
    background: url(../expImages/information.png) no-repeat;
}
.expGuiCoursePc .exp_route .exp_detail .exp_line .exp_plane .exp_name {
    color: #384556;
    background: url(../expImages/bkPlane.png) no-repeat;
}
.expGuiCoursePc .exp_route .exp_detail .exp_line .exp_rail,
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_rail {
    padding-right: 8em;
}
.expGuiCoursePc .exp_route .exp_detail .exp_line .exp_ship .exp_name {
    color: #384556;
    background: url(../expImages/bkShip.png) no-repeat;
}
/* 路線名 */
.expGuiCoursePc .exp_route .exp_detail .exp_line .exp_train .exp_name {
    color: #384556;
    background: url(../expImages/bkTrain.png) no-repeat;
}
.expGuiCoursePc .exp_route .exp_detail .exp_line .exp_walk .exp_name {
    color: #384556;
    background: url(../expImages/bkWalk.png) no-repeat;
}
.expGuiCoursePc .exp_route .exp_detail .exp_point .exp_departureOnly,
.expGuiCoursePc .exp_route .exp_detail .exp_point .exp_arrivalOnly,
.expGuiCoursePc .exp_route .exp_detail .exp_point .exp_noData {
    margin-top: 0.8em;
}
.expGuiCoursePc .exp_route .exp_detail .exp_point .exp_station {
    padding-left: 3em;
}
.expGuiCoursePc .exp_route .exp_detail .exp_point .exp_station,
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_station {
    padding-right: 8em;
}
/* 駅のアイコン */
.expGuiCoursePc .exp_route .exp_detail .exp_point .exp_stationIcon {
    float: left;
    padding: 0.8em 2.5em 0 0;
    width: 22px;
    height: 22px;
}
.expGuiCoursePc .exp_route .exp_detail .exp_start,
.expGuiCoursePc .exp_route .exp_detail .exp_end {
    clear: left;
    padding: 0.5em;
    min-height: 2.5em;
    height: 3.5em !important;
    border: 1px solid #a0aab4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f3f3ec;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff , 0 1px 0 0 #d4d8da;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff , 0 1px 0 0 #d4d8da;
    box-shadow: inset 0 1px 0 0 #ffffff , 0 1px 0 0 #d4d8da;
    font-weight: bold;
}
.expGuiCoursePc .exp_route .exp_detail .exp_teikiValue .exp_cost .exp_name {
    text-decoration: none;
}
/* 駅 */
.expGuiCoursePc .exp_route .exp_detail .exp_transfer {
    clear: left;
    padding: 0.5em;
    min-height: 2.5em;
    height: 3.5em !important;
    border: 1px solid #a0aab4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff , 0 1px 0 0 #d4d8da;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff , 0 1px 0 0 #d4d8da;
    box-shadow: inset 0 1px 0 0 #ffffff , 0 1px 0 0 #d4d8da;
    font-weight: bold;
}
.expGuiCoursePc .exp_route .exp_lineWindow,
.expGuiCourseTablet .exp_route .exp_lineWindow {
    min-width: 20em;
    width: auto !important;
    width: 20em;
}
.expGuiCoursePc .exp_route .exp_menu .exp_body .exp_list .exp_even,
.expGuiCourseTablet .exp_route .exp_menu .exp_body .exp_list .exp_even {
    border: solid 1px #a3aeb8;
    background-color: #f9f9f9;
}
.expGuiCoursePc .exp_route .exp_menu .exp_body .exp_list .exp_item a:hover {
    color: #0077ee;
}
/* 特急券メニュー */
.expGuiCoursePc .exp_route .exp_menu .exp_body .exp_list .exp_odd,
.expGuiCourseTablet .exp_route .exp_menu .exp_body .exp_list .exp_odd {
    border: solid 1px #a3aeb8;
    background-color: #ffffff;
}
/* 特急券メニュー */
.expGuiCoursePc .exp_route .exp_menu .exp_body .exp_list .exp_odd,
.expGuiCourseTablet .exp_route .exp_menu .exp_body .exp_list .exp_odd,
.expGuiCoursePc .exp_route .exp_menu .exp_body .exp_list .exp_even,
.expGuiCourseTablet .exp_route .exp_menu .exp_body .exp_list .exp_even {
    margin: 0 0.7em;
    padding: 0.7em;
    list-style-type: none;
    font-weight: normal;
}
/* PC用のデザイン */
.expGuiCoursePc .exp_route .exp_routeHeader .exp_assignButton {
    margin-top: 10px;
}
.expGuiCoursePc .exp_route .exp_routeHeader .exp_assignButton a {
    display: block;
    float: left;
    width: 113px;
    height: 30px;
    color: #384556;
    color: #384556;
    text-align: center;
    text-decoration: none;
}
/* 前後のダイヤ */
.expGuiCoursePc .exp_route .exp_routeHeader .exp_left {
    float: left;
    color: #384556;
    background: url(../expImages/assignLeftOn.png) no-repeat;
}
.expGuiCoursePc .exp_route .exp_routeHeader .exp_left a:hover {
    color: #0082ad;
    color: #0082ad;
    background: url(../expImages/assignLeftOn.png) no-repeat;
}
.expGuiCoursePc .exp_route .exp_routeHeader .exp_right {
    float: right;
    color: #384556;
    background: url(../expImages/assignRightOn.png) no-repeat;
}
.expGuiCoursePc .exp_route .exp_routeHeader .exp_right a:hover {
    color: #0082ad;
    color: #0082ad;
    background: url(../expImages/assignRightOn.png) no-repeat;
}
.expGuiCoursePc .exp_route .exp_row .exp_titleTeiki1,
.expGuiCoursePc .exp_route .exp_row .exp_titleTeiki3,
.expGuiCoursePc .exp_route .exp_row .exp_titleTeiki6 {
    float: left;
    margin: 0.6em 0.7em 0;
    padding: 3px 5px 3px 26px;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.1em;
    background: url("../expImages/teikiIcon.png") no-repeat scroll 5px center #EE8051;
}
.expGuiCoursePc .exp_route .exp_stationWindow,
.expGuiCourseTablet .exp_route .exp_stationWindow {
    min-width: 20em;
    width: auto !important;
    width: 20em;
}
/* 経路のサマリー */
.expGuiCoursePc .exp_route .exp_summary {
    margin: 15px auto 10px;
    padding-bottom: 10px;
    width: 700px;
    border: 1px solid #A0AAB4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #F9F9F9;
    text-align: center;
    white-space: nowrap;
}
.expGuiCoursePc .exp_route .exp_summary .exp_date,
.expGuiCourseTablet .exp_route .exp_summary .exp_date {
    display: inline-block;
    float: left;
    margin-top: 0.6em;
    padding: 3px;
    width: auto;
    font-weight: bold;
    font-size: 1.1em;
}
/* マーク */
.expGuiCoursePc .exp_route .exp_summary .exp_mark,
.expGuiCoursesTablet .exp_route .exp_summary .exp_mark {
    float: right;
    margin-top: 0.6em;
    padding: 0 8px 0 0;
}
.expGuiCoursePc .exp_route .exp_summary .exp_row .exp_value .exp_valueDetail {
    color: #000000;
    font-weight: normal;
}
/* 各項目のタイトル */
.expGuiCoursePc .exp_route .exp_summary .exp_title,
.expGuiCourseTablet .exp_route .exp_summary .exp_title {
    float: left;
    margin: 0.6em 0.7em 0;
    padding: 3px 0;
    width: 5em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1.1em;
}
/* 経路項目のタイトル */
.expGuiCoursePc .exp_route .exp_summary .exp_titleRouteNo,
.expGuiCourseTablet .exp_route .exp_summary .exp_titleRouteNo {
    display: block;
    float: left;
    margin: 0.6em;
    padding: 4px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 1.1em;
}
/* 各項目の値 */
.expGuiCoursePc .exp_route .exp_summary .exp_value {
    float: left;
    margin-top: 0.6em;
    margin-right: 0.5em;
    padding-top: 0.3em;
    color: #384556;
    text-align: left;
    font-weight: bold;
    font-size: 1em;
}
/* 経路表示パーツ */
.expGuiCoursePhone {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}
/* 経路切替 */
.expGuiCoursePhone .exp_resultHeader .exp_resultChangeButton {
    margin-right: 0.5em;
    float: right;
    border: none;
}
.expGuiCoursePhone .exp_resultHeader .exp_resultChangeButton .exp_button {
    float: right;
    position:relative;
    padding-top: 0.5em;
    width: 5em;
    height: 2em;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: -moz-linear-gradient(bottom, #FFFFFF, #dbdee3 10%, #ebeef2 0.67, #f9fafb);
    background: -webkit-gradient(linear, left top, left bottom, from(#8f8f8f), color-stop(0.5,#525151), color-stop(0.5,#3b3b3b), to(#3b3b3b));
    -webkit-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    -moz-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px rgba(0,0,0,1);
}
.expGuiCoursePhone .exp_resultHeader .exp_resultChangeButton .exp_selectObj {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0; 
}
.expGuiCoursePhone .exp_resultHeader .exp_resultListButton {
    float: left;
    margin-left: 0.5em;
    border: none;
}
.expGuiCoursePhone .exp_resultHeader .exp_resultListButton .exp_link {
    padding-top: 0.5em;
    width: 5em;
    height: 2em;
}
.expGuiCoursePhone .exp_resultHeader .exp_resultListButton .exp_link,
.expGuiCourseTablet .exp_resultHeader .exp_resultListButton .exp_link {
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
/* 経路一覧のボタン */
.expGuiCoursePhone .exp_resultHeader .exp_resultListButton .exp_off .exp_link {
    background: -moz-linear-gradient(bottom, #FFFFFF, #dbdee3 10%, #ebeef2 0.67, #f9fafb);
    background: -webkit-gradient(linear, left bottom, left top,  from(#ffffff),color-stop(0.05, #dbdee3),color-stop(0.67, #ebeef2), to(#f9fafb));
    -webkit-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    -moz-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    color: #384556;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
}
.expGuiCoursePhone .exp_resultHeader .exp_resultListButton .exp_off .exp_link,
.expGuiCourseTablet .exp_resultHeader .exp_resultListButton .exp_off .exp_link {
    background: -moz-linear-gradient(bottom, #FFFFFF, #dbdee3 10%, #ebeef2 0.67, #f9fafb);
    background: -webkit-gradient(linear, left top, left bottom, from(#8f8f8f), color-stop(0.5,#525151), color-stop(0.5,#3b3b3b), to(#3b3b3b));
    -webkit-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    -moz-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px rgba(0,0,0,1);
}
.expGuiCoursePhone .exp_resultHeader .exp_resultListButton .exp_on .exp_link {
    border: 1px #8a939d solid;
    background: -moz-linear-gradient(bottom, #FFFFFF, #dbdee3 10%, #ebeef2 0.67, #f9fafb);
    background: -webkit-gradient(linear, left bottom, left top,  from(#ffffff),color-stop(0.05, #dbdee3),color-stop(0.67, #ebeef2), to(#f9fafb));
    -webkit-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    -moz-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    color: #b7c0c7;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
}
.expGuiCoursePhone .exp_resultHeader .exp_resultListButton .exp_on .exp_link,
.expGuiCourseTablet .exp_resultHeader .exp_resultListButton .exp_on .exp_link {
    background: -webkit-gradient(linear, left top, left bottom, from(#5386cb), color-stop(0.5,#1150b7), color-stop(0.5,#0533a1), to(#0946b2));
    -webkit-box-shadow: inset 0 0 0 1px #0532a0, 0 1px 0 0 #0944b0;
    -moz-box-shadow: inset 0 0 0 1px #0532a0, 0 1px 0 0 #0944b0;
    box-shadow: inset 0 0 0 1px #0532a0, 0 1px 0 0 #0944b0;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px rgba(0,0,0,1);
}
.expGuiCourseTablet .exp_resultHeader .exp_resultListButton {
    float: left;
    margin-right: 0.5em;
    border: none;
}
/* ナビゲーション左右のボタン　*/
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_left {
    display: block;
    border: 1px #8a939d solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    -moz-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    color: #384556;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
    background: url(../expImages/tabPageBeTablet.png) no-repeat center 15,-moz-linear-gradient(bottom, #FFFFFF, #dbdee3 10%, #ebeef2 0.67, #f9fafb);
    background: url(../expImages/tabPageBeTablet.png) no-repeat center 15,-webkit-gradient(linear, left bottom, left top,  from(#ffffff),color-stop(0.05, #dbdee3),color-stop(0.67, #ebeef2), to(#f9fafb));
}
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_left,
.expGuiCourseTablet .exp_resultHeader .exp_resultTab .exp_left {
    border: 1px #7e868f solid;
    -webkit-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    -moz-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    color: #384556;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
    background: url(../expImages/tabPageBeTablet.png) no-repeat center,-moz-linear-gradient(bottom, #FFFFFF, #dbdee3 10%, #ebeef2 0.67, #f9fafb);
    background: url(../expImages/tabPageBeTablet.png) no-repeat center, -webkit-gradient(linear, left bottom, left top,  from(#ffffff),color-stop(0.05, #dbdee3),color-stop(0.67, #ebeef2), to(#f9fafb));
}
/*　角マルのあるナビゲーションボタン　*/
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_leftBtn {
    border-radius: 6px 0 0 6px;
}
/*　角マルのあるナビゲーションボタン　*/
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_leftBtn .exp_link {
    border-left: solid 1px #7e868f;
    border-radius: 6px 0 0 6px;
}
/*　角マルのあるナビゲーションボタン　*/
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_leftBtn .exp_link,
.expGuiCourseTablet .exp_resultHeader .exp_resultTab .exp_leftBtn .exp_link {
    border-left: solid 1px #7e868f;
    border-radius: 6px 0 0 6px;
}
/*　角マルのあるナビゲーションボタン　*/
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_leftBtn,
.expGuiCourseTablet .exp_resultHeader .exp_resultTab .exp_leftBtn {
    border-radius: 6px 0 0 6px;
}
/* ナビゲーション選択されていないボタン */
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_resultTabButtonNoSelect .exp_link {
    display: block;
    border-top: 1px #8a939d solid;
    border-right: 1px #8a939d solid;
    border-bottom: 1px #8a939d solid;
    background: -moz-linear-gradient(bottom, #ffffff, #dbdee3 6%, #ebeef2 70%, #f9fafb);
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(0.06, #dbdee3), color-stop(0.7, #ebeef2), to(#f9fafb));
    -webkit-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    -moz-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    color: #384556;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
}
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_resultTabButtonNoSelect .exp_link,
.expGuiCourseTablet .exp_resultHeader .exp_resultTab .exp_resultTabButtonNoSelect .exp_link {
    display: block;
    border-top: 1px #7e868f solid;
    border-right: 1px #7e868f solid;
    border-bottom: 1px #7e868f solid;
    background: -moz-linear-gradient(bottom, #FFFFFF, #dbdee3 10%, #ebeef2 0.67, #f9fafb);
    background: -webkit-gradient(linear, left bottom, left top,  from(#ffffff),color-stop(0.05, #dbdee3),color-stop(0.67, #ebeef2), to(#f9fafb));
    -webkit-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    -moz-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    color: #384556;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
}
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_resultTabButtonNoSelect .exp_link:focus {
    display: block;
    text-align: center;
    text-decoration: none;
}
/* ナビゲーション選択されているボタン */
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_resultTabButtonSelect {
    display: block;
    border: 1px solid #0087b3;
    background: -moz-linear-gradient(bottom, #02b7f2, #02b7f2 30%, #02a2d6);
    background: -webkit-gradient(linear, left bottom, left top, from(#02A3D7), color-stop(0.3, #02b7f2) to(#02a2d6));
    background-color: #02A3D7;
    -webkit-box-shadow: inset 0 2px 4px #0287b2 ,0 1px 0 0 #ffffff;
    -moz-box-shadow: inset0 2px 4px #0287b2 ,0 1px 0 0 #ffffff;
    box-shadow: inset 0 2px 4px #0287b2 ,0 1px 0 0 #ffffff;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_resultTabButtonSelect .exp_text {
    border-left: none;
}
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_resultTabButtonSelect .exp_text,
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_resultTabButtonNoSelect .exp_link {
    display: block;
    text-align: center;
}
/* 選択されてないボタンと選択されてるボタン */
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_resultTabButtonSelect .exp_text,
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_resultTabButtonNoSelect .exp_link,
.expGuiCourseTablet .exp_resultHeader .exp_resultTab .exp_resultTabButtonSelect .exp_text,
.expGuiCourseTablet .exp_resultHeader .exp_resultTab .exp_resultTabButtonNoSelect .exp_link {
    display: block;
    text-align: center;
    font-weight: bold;
}
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_resultTabButtonSelect .exp_text,
.expGuiCourseTablet .exp_resultHeader .exp_resultTab .exp_resultTabButtonSelect .exp_text {
    border-left: solid 1px #0087b3;
}
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_resultTabButtonSelect,
.expGuiCourseTablet .exp_resultHeader .exp_resultTab .exp_resultTabButtonSelect {
    display: block;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#5386cb), color-stop(0.5,#1150b7), color-stop(0.5,#0533a1), to(#0946b2));
    background-color: #02A3D7;
    -webkit-box-shadow: inset 0 2px 4px #0287b2 ,0 1px 0 0 #ffffff;
    -moz-box-shadow: inset0 2px 4px #0287b2 ,0 1px 0 0 #ffffff;
    box-shadow: inset 0 2px 4px #0287b2 ,0 1px 0 0 #ffffff;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_right {
    display: block;
    border: 1px #8a939d solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    -moz-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    color: #384556;
    text-align: center;
    text-decoration: none;
    background: url(../expImages/tabPageNeTablet.png) no-repeat center 15,-moz-linear-gradient(bottom, #ffffff, #dbdee3 6%, #ebeef2 70%, #f9fafb);
    background: url(../expImages/tabPageNeTablet.png) no-repeat center 15,-webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(0.06, #dbdee3), color-stop(0.7, #ebeef2), to(#f9fafb));
}
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_right,
.expGuiCourseTablet .exp_resultHeader .exp_resultTab .exp_right {
    border: 1px #7e868f solid;
    -webkit-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    -moz-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    color: #384556;
    background: url(../expImages/tabPageNeTablet.png) no-repeat center,-moz-linear-gradient(bottom, #ffffff, #dbdee3 6%, #ebeef2 70%, #f9fafb);
    background: url(../expImages/tabPageNeTablet.png) no-repeat center,-webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(0.06, #dbdee3), color-stop(0.7, #ebeef2), to(#f9fafb));
}
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_rightBtn,
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_rightBtn .exp_link,
.expGuiCourseTablet .exp_resultHeader .exp_resultTab .exp_rightBtn,
.expGuiCourseTablet .exp_resultHeader .exp_resultTab .exp_rightBtn .exp_link {
    border-radius: 0 6px 6px 0;
}
/* タブのデザイン */
.expGuiCoursePhone .exp_resultHeader li {
    float: left;
    width: 11%;
    font-weight: bold;
}
/* スマートフォン用 */
.expGuiCoursePhone .exp_resultHeader .exp_resultTab {
    padding-left: 0;
}
.expGuiCoursePhone .exp_resultHeader .exp_resultTab li {
    float: left;
}
.expGuiCoursePhone .exp_resultHeader .exp_resultTab li a,
.expGuiCourseTablet .exp_resultHeader .exp_resultTab li a {
    padding: 0.95em 0;
}
.expGuiCoursePhone .exp_resultHeader .exp_resultTab li span,
.expGuiCourseTablet .exp_resultHeader .exp_resultTab li span {
    padding: 0.95em 0;
}
.expGuiCoursePhone .exp_resultHeader,
.expGuiCourseTablet .exp_resultHeader {
    padding-bottom: 0.5em;
}
.expGuiCoursePhone .exp_resultList .exp_no {
    padding-top: 1.8em;
    width: 2em;
    color: #000000;
}
.expGuiCoursePhone .exp_resultList .exp_odd,
.expGuiCoursePhone .exp_resultList .exp_even {
    width: 100%;
    background: url(../expImages/courseDitail.png) no-repeat right center;
}
.expGuiCoursePhone .exp_resultList .exp_odd {
    background-color: #FFFFFF;
}
.expGuiCoursePhone .exp_resultList .exp_even {
    background-color: #f5f5f5;
}
/* 一覧のタイトル　*/
.expGuiCoursePhone .exp_resultList .exp_resultListTitle {
    margin: 0.5em 0 1em 0;
    min-height: 1em;
    height: auto !important;
    height: 1em;
    border-top: 1px solid #a0aab4;
    border-bottom: 1px solid #a0aab4;
    background-color: #f9f9f9;
}
/* カーソル */
.expGuiCoursePhone .exp_resultList .exp_resultListTitle .exp_cursor {
    float: left;
    margin-top: 0.9em;
    width: 17px;
    height: 13px;
    background: url(../expImages/cursorPhone.png) no-repeat;
}
/* 出発日(スマホ) */
.expGuiCoursePhone .exp_resultList .exp_resultListTitle .exp_date {
    clear: both;
    padding-left: 1em;
    width: 95%;
    font-weight: bold;
}
/* 一覧表示　出発点から行き先 */
.expGuiCoursePhone .exp_resultList .exp_resultListTitle .exp_to,
.expGuiCoursePhone .exp_resultList .exp_resultListTitle .exp_from {
    float: left;
    margin-top: 0.2em;
    padding: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: bold;
}
.expGuiCoursePhone .exp_resultList .exp_summary {
    width: 100%;
}
/* 経路の出発時刻 */
.expGuiCoursePhone .exp_resultList .exp_summary .exp_arrival {
    float: left;
    margin: 0.5em 0 0.6em 0;
    padding: 0.3em 0.4em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #384556;
    color: #FFFFFF;
    font-size: 1em;
}
/* 経路のやじるし */
.expGuiCoursePhone .exp_resultList .exp_summary .exp_cursor {
    display: block;
    float: left;
    margin: 1.3em 0 0.6em 0.3em;
    padding: 0.3em;
    width: 6px;
    height: 9px;
    background: url(../expImages/cursorPhone.png) no-repeat;
}
/* 経路の出発時刻 */
.expGuiCoursePhone .exp_resultList .exp_summary .exp_departure {
    float: left;
    margin: 0.5em 0 0.6em 0;
    padding: 0.3em 0.4em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 2px;
    background-color: #384556;
    color: #FFFFFF;
    font-size: 1em;
}
/* 早いマーク */
.expGuiCoursePhone .exp_resultList .exp_summary .exp_hayai {
    display: block;
    float: left;
    padding-left: 0.2em;
    width: 24px;
    height: 24px;
    background: url(../expImages/hayaiPhone.png) no-repeat;
}
.expGuiCoursePhone .exp_resultList .exp_summary .exp_lower .exp_value {
    margin: 0;
}
/* 乗換回数少ないマーク */
.expGuiCoursePhone .exp_resultList .exp_summary .exp_raku {
    display: block;
    float: left;
    padding-left: 0.2em;
    width: 24px;
    height: 24px;
    background: url(../expImages/rakuPhone.png) no-repeat;
}
.expGuiCoursePhone .exp_resultList .exp_summary .exp_title {
    font-size: 1em;
}
.expGuiCoursePhone .exp_resultList .exp_summary .exp_titleTeiki1,
.expGuiCoursePhone .exp_resultList .exp_summary .exp_titleTeiki3,
.expGuiCoursePhone .exp_resultList .exp_summary .exp_titleTeiki6 {
    float: left;
    clear: both;
    padding: 2px 8px;
    border-radius: 3px;
    background-color: #EE8051;
    color: #FFFFFF;
}
.expGuiCoursePhone .exp_resultList .exp_summary .exp_upper {
    width: auto;
}
/* 安いマーク */
.expGuiCoursePhone .exp_resultList .exp_summary .exp_yasui {
    display: block;
    float: left;
    padding-left: 0.2em;
    width: 24px;
    height: 24px;
    background: url(../expImages/yasuiPhone.png) no-repeat;
}
/* 経路詳細 */
.expGuiCoursePhone .exp_route .exp_detail {
    clear: both;
    margin: 1em 0 0 0;
    width: auto;
    color: #384556;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_charge {
    min-height: 5em;
}
/*　料金表示　*/
.expGuiCoursePhone .exp_route .exp_detail .exp_fareValue .exp_cost,
.expGuiCoursePhone .exp_route .exp_detail .exp_fareTeikiValue .exp_cost,
.expGuiCoursePhone .exp_route .exp_detail .exp_teikiValue .exp_cost {
    position: absolute;
    margin-top: 0.7em;
    padding: 0.5em 0.2em;
    min-width: 3em;
    width: auto;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 #d7d7d7;
    box-shadow: 0 0 3px 2px #d6d6cf;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
/* 料金表示　境目　*/
.expGuiCoursePhone .exp_route .exp_detail .exp_fareValue .exp_top,
.expGuiCoursePhone .exp_route .exp_detail .exp_fareTeikiValue .exp_top,
.expGuiCoursePhone .exp_route .exp_detail .exp_teikiValue .exp_top {
    position: absolute;
    right: 45px;
    margin-top: 6px;
    width: 7px;
    height: 12px;
}
/* 路線をつなげる色 */
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_bar {
    position: absolute;
    padding-left: 1.4em;
    padding-left: 0.8em;
    width: 20px;
    height: 100%;
}
/* バー部分 */
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_bar .exp_base {
    margin-left: 5px;
    width: 8px;
    height: 100%;
    background-color: #FFFFFF;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_dataSpace {
    position: absolute;
    float: left;
    margin-top: 0.5em;
    width: 1em;
    height: 1em;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_icon {
    width: 2.6em;
    height: 4em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 2px #b1b4b6;
    text-align: center;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_direct {
    height: 2.5em;
}
/* アイコンの表示 */
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_icon {
    border: 2px solid #f4f4f4;
    background-color: #384556;
    -webkit-box-shadow: 0 0 2px #b1b4b6;
    -moz-box-shadow: 0 0 2px #b1b4b6;
    box-shadow: 0 0 2px #b1b4b6;
    color: #FFFFFF;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_icon .exp_bus {
    padding-left: 0.8em;
    height: 4em;
    background: url(../expImages/keiroBusPhone.png) no-repeat 5 10;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_icon .exp_other {
    padding-left: 0.8em;
    height: 3em;
    background: url(../expImages/keiroOtherPhone.png) no-repeat 2;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_icon .exp_plane {
    padding-left: 0.8em;
    height: 3em;
    background: url(../expImages/keiroPlanePhone.png) no-repeat 2;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_icon .exp_train {
    padding-left: 0.8em;
    height: 4em;
    background: url(../expImages/keiroTrainPhone.png) no-repeat 2 10;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_icon .exp_walk {
    padding-left: 0.8em;
    height: 3em;
    background: url(../expImages/keiroWalkPhone.png) no-repeat 2;
}
/* アイコンの表示 */
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_iconArea {
    position: absolute;
    height: 100%;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_iconCol {
    display: table;
    width: 2.6em;
    height: 100%;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_iconCell {
    display: table-cell;
    vertical-align: middle;
}
/* 路線メニュー */
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_lineMenu {
    margin-left: 0.5em;
    border: 1px solid #556277;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #ecf0f3;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
    background: url(../expImages/informationPhone.png) no-repeat 3 2;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_rail {
    padding-right: 6em;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_rail .exp_etcInfo {
    margin: 0em;
    padding-left: 1.5em;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
    background: url(../expImages/Clock.png) no-repeat;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_rail .exp_name {
    padding-left: 0em;
    background: none;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
}
/* 番線表示 */
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_rail .exp_no {
    margin-top: 0.3em;
    height: 1.5em;
    color: #01b74e;
}
/*　路線名　*/
.expGuiCoursePhone .exp_route .exp_detail .exp_line .exp_rail_icon {
    padding-left: 3em;
    min-height: 4.5em;
}
/* 詳細スペースの設定 */
.expGuiCoursePhone .exp_route .exp_detail .exp_normal {
    min-height: 4em;
}
/* 駅 */
.expGuiCoursePhone .exp_route .exp_detail .exp_point {
    clear: left;
    padding: 0.5em;
    min-height: 2.5em;
    height: 3.5em !important;
    border-top: 1px solid #a0aab4;
    border-bottom: 1px solid #a0aab4;
    font-weight: bold;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_arrival {
    font-weight: bold;
    font-size: 1em;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_arrival .exp_interval,
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_arrival .exp_outside,
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_arrival .exp_average {
    margin-left: -0.2em;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_departure {
    font-size: 1em;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_departure .exp_interval,
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_departure .exp_outside,
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_departure .exp_average {
    margin-left: -0.2em;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_departureOnly,
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_arrivalOnly {
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
}
/* 移動経路 */
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_departureOnly,
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_arrivalOnly,
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_noData {
    margin-top: 1em;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_station {
    padding-right: 6em;
}
/* 駅のアイコン */
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_stationIcon {
    float: left;
    float: left;
    padding: 0.8em 1em 0 0;
    width: 22px;
    width: 22px;
    height: 22px;
    height: 22px;
    background: none;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_stationIcon .exp_edge {
    width: 22px;
    height: 22px;
    background: url(../expImages/btnRstDtlRailJoinEdge.png) no-repeat;
}
/* 駅名の隣のアイコン */
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_stationIcon .exp_none {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../expImages/btnRstDtlRailJoinNone.png) no-repeat;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_stationIconPlain {
    float: left;
    padding: 0.8em 1em 0 0;
    width: 22px;
    height: 22px;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_stationIconPlain .exp_back,
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_stationIcon .exp_back {
    display: block;
    margin-left: 8px;
    width: 22px;
    height: 22px;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_stationIconPlain .exp_edge,
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_stationIcon .exp_edge {
    display: block;
    margin-left: 8px;
    width: 22px;
    height: 22px;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_stationIconPlain .exp_extend,
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_stationIcon .exp_extend {
    display: block;
    margin-left: 8px;
    width: 22px;
    height: 22px;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_stationIconPlain .exp_none,
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_stationIcon .exp_none {
    display: block;
    margin-left: 8px;
    width: 22px;
    height: 22px;
}
/* 駅のメニュー */
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_stationMenu {
    margin-left: 0.5em;
    border: 1px solid #556277;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
    background: url(../expImages/informationPhone.png) no-repeat 3 2;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_point .exp_transfer .exp_arrival {
    margin-top: 1.2em;
}
/* 経路情報詳細　*/
.expGuiCoursePhone .exp_route .exp_detail .exp_priceSection {
    font-size: 1em;
}
/* 料金表示バー */
.expGuiCoursePhone .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_bar {
    position: absolute;
    margin-left: 0;
    width: 7px;
    height: 100%;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_bar .exp_base {
    margin-left: -1px;
    width: 7px;
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 0 3px 2px #cfd3d6;
}
/* 料金表示　一番下 */
.expGuiCoursePhone .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_end {
    position: absolute;
    bottom: -21px;
    margin-left: -8px;
    width: 21px;
    height: 21px;
}
/* 定期のバー位置 */
.expGuiCoursePhone .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_fare,
.expGuiCoursePhone .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_teiki {
    position: absolute;
    right: 0;
    width: 2.3em;
    height: 100%;
}
/* 出発時と到着時 */
.expGuiCoursePhone .exp_route .exp_detail .exp_start,
.expGuiCoursePhone .exp_route .exp_detail .exp_end {
    background-color: #e7e7e7;
}
.expGuiCoursePhone .exp_route .exp_detail .exp_teikiValue .exp_cost .exp_name {
    text-decoration: none;
}
/* 移動経路 */
.expGuiCoursePhone .exp_route .exp_detail .exp_transfer {
    background-color: #e7e7e7;
}
/* 路線メニュー */
.expGuiCoursePhone .exp_route .exp_lineWindow {
    margin-top: 2.6em;
    margin-left: 4em;
    min-width: 1em;
    width: 80%;
}
.expGuiCoursePhone .exp_route .exp_menu .exp_body .exp_list {
    margin-bottom: 0.5em;
}
.expGuiCoursePhone .exp_route .exp_menu .exp_body .exp_list .exp_even {
    border-right: solid 1px #a3aeb8;
    border-bottom: solid 1px #a3aeb8;
    border-left: solid 1px #a3aeb8;
    background-color: #f9f9f9;
    list-style-type: none;
    font-weight: normal;
}
.expGuiCoursePhone .exp_route .exp_menu .exp_body .exp_list .exp_even {
    border-right: solid 1px #a3aeb8;
    border-bottom: solid 1px #a3aeb8;
    border-left: solid 1px #a3aeb8;
    background-color: #e1f1ff;
}
.expGuiCoursePhone .exp_route .exp_menu .exp_body .exp_list .exp_item {
    margin: 0 0.5em;
    padding: 1em 0.5em;
}
.expGuiCoursePhone .exp_route .exp_menu .exp_body .exp_list .exp_item a,
.expGuiCourseTablet .exp_route .exp_menu .exp_body .exp_list .exp_item a {
    display: block;
    color: #384556;
    text-decoration: none;
    font-weight: bold;
    background: url(../expImages/oddBtn.png) no-repeat right center;
}
/* 特急券メニュー */
.expGuiCoursePhone .exp_route .exp_menu .exp_body .exp_list .exp_odd {
    border: solid 1px #a3aeb8;
    background-color: #f9fcff;
    list-style-type: none;
    font-weight: normal;
}
/* インフォメーション部分閉じるボタン */
.expGuiCoursePhone .exp_route .exp_menu .exp_header .exp_close a {
    display: block;
    float: right;
    margin-top: 0.2em;
    margin-right: 0.5em;
    padding: 0 0.3em 0 0.3em;
    border: 1px solid #8a939c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: -moz-linear-gradient(bottom, #FFFFFF, #dbdee3 10%, #ebeef2 0.67, #f9fafb);
    background: -webkit-gradient(linear, left bottom, left top,  from(#ffffff),color-stop(0.05, #dbdee3),color-stop(0.67, #ebeef2), to(#f9fafb));
    -webkit-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    -moz-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    color: #384556;
    text-decoration: none;
    font-weight: bold;
    font-size: small;
}
/* ヘッダ */
.expGuiCoursePhone .exp_route .exp_routeHeader {
    position: relative;
    z-index: 80;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    width: 100%;
    height: 3.5em;
}
/* 前後のダイヤ */
.expGuiCoursePhone .exp_route .exp_routeHeader .exp_assign a {
    display: block;
    width: 6em;
    height: 2em;
    border: 1px solid red;
    font-size: 1em;
}
/* 時間表示部分　*/
.expGuiCoursePhone .exp_route .exp_routeHeader .exp_headerText {
    display: block;
    padding-top: 1em;
    padding-top: 1em;
    width: 100%;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
    font-weight: bold;
    font-size: large;
    font-size: 1em;
}
.expGuiCoursePhone .exp_route .exp_routeHeader .exp_left {
    float: left;
}
.expGuiCoursePhone .exp_route .exp_routeHeader .exp_left a {
    margin: 0.5em 0 0 0;
    padding: 0.5em 0 0 1.5em;
    background: url(../expImages/btnDaiyaDecTablet.png) no-repeat 0.5em center, -moz-linear-gradient(bottom, #FFFFFF, #dbdee3 10%, #ebeef2 0.67, #f9fafb);
    background: url(../expImages/btnDaiyaDecTablet.png) no-repeat 0.5em center, -webkit-gradient(linear, left bottom, left top,  from(#ffffff),color-stop(0.05, #dbdee3),color-stop(0.67, #ebeef2), to(#f9fafb));
}
.expGuiCoursePhone .exp_route .exp_routeHeader .exp_right {
    float: right;
}
.expGuiCoursePhone .exp_route .exp_routeHeader .exp_right a {
    margin: 0.5em 0 0 0em;
    padding: 0.5em 0.5em 0 0.8em;
    background: url(../expImages/btnDaiyaAddTablet.png) no-repeat 6.2em center, -webkit-gradient(linear, left bottom, left top, from(#ffffff),color-stop(0.05, #dbdee3),color-stop(0.67, #ebeef2), to(#f9fafb));
}
/* 前後のダイヤ */
.expGuiCoursePhone .exp_route .exp_routeHeader .exp_right a,
.expGuiCoursePhone .exp_route .exp_routeHeader .exp_left a {
    border: 1px #8a939d solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    -moz-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    color: #384556;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
    font-weight: bold;
}
/* 駅メニュー */
.expGuiCoursePhone .exp_route .exp_stationWindow {
    margin-top: -1em;
    margin-left: 3em;
    min-width: 1em;
    width: 80%;
}
/* 経路のサマリー */
.expGuiCoursePhone .exp_route .exp_summary {
    padding: 0.5em;
    text-align: center;
    white-space: nowrap;
}
.expGuiCoursePhone .exp_resultList .exp_summary .exp_lower {
    padding: 0;
    padding-left: 1em;
}
/* 経路のサマリー */
.expGuiCoursePhone .exp_route .exp_summary {
    border-top: 1px solid #a0aab4;
    border-bottom: 1px solid #a0aab4;
    background-color: #f9f9f9;
}
/* 経路項目の日付 */
.expGuiCoursePhone .exp_route .exp_summary .exp_date {
    float: left;
    margin-top: 0;
    padding-left: 1.5em;
    color: #384556;
    text-align: left;
    font-weight: bold;
    background: url(../expImages/keiroDay.png) no-repeat 1;
}
.expGuiCoursePhone .exp_route .exp_summary .exp_line .exp_title {
    float: left;
    margin: 0.3em 0.7em 0 0.2em;
    padding: 3px;
    width: 5em;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #0077ee;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1em;
}
.expGuiCoursePhone .exp_route .exp_summary .exp_line .exp_value {
    float: left;
    margin-top: 0.2em;
    margin-right: 1em;
    padding-top: 0.3em;
    color: #384556;
    text-align: left;
    font-weight: bold;
    font-size: 1em;
}
.expGuiCoursePhone .exp_route .exp_summary .exp_mark {
    float: left;
    clear: both;
    margin: 0.0em 0 0.4em 6.2em;
}
/* 早いマーク */
.expGuiCoursePhone .exp_route .exp_summary .exp_mark .exp_hayai {
    display: block;
    float: left;
    padding-left: 0.2em;
    width: 24px;
    height: 24px;
    background: url(../expImages/hayaiPhone.png) no-repeat;
}
/* 乗換回数少ないマーク */
.expGuiCoursePhone .exp_route .exp_summary .exp_mark .exp_raku {
    display: block;
    float: left;
    padding-left: 0.2em;
    width: 24px;
    height: 24px;
    background: url(../expImages/rakuPhone.png) no-repeat;
}
/* 安いマーク */
.expGuiCoursePhone .exp_route .exp_summary .exp_mark .exp_yasui {
    display: block;
    float: left;
    padding-left: 0.2em;
    width: 24px;
    height: 24px;
    background: url(../expImages/yasuiPhone.png) no-repeat;
}
/* 各項目のタイトル */
.expGuiCoursePhone .exp_route .exp_summary .exp_row  .exp_title {
    float: left;
    clear: both;
    margin: 0.3em 0.7em 0 0.2em;
    padding: 3px;
    width: 5em;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #0077ee;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1em;
}
.expGuiCoursePhone .exp_route .exp_summary .exp_row .exp_titleTeiki1,
.expGuiCoursePhone .exp_route .exp_summary .exp_row .exp_titleTeiki3,
.expGuiCoursePhone .exp_route .exp_summary .exp_row .exp_titleTeiki6 {
    float: left;
    clear: both;
    margin: 0.3em 0.7em 0 0.2em;
    padding: 3px 16px;
    padding-left: 2.6em;
    width: 5em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #ee8051;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1em;
    background: url(../expImages/teikiIcon.png) no-repeat 0.8em center #ee8051;
}
.expGuiCoursePhone .exp_route .exp_summary .exp_row .exp_value {
    float: left;
    margin-top: 0.2em;
    margin-right: 1em;
    padding-top: 0.3em;
    color: #384556;
    text-align: left;
    font-weight: bold;
    font-size: 1em;
}
/* 経路項目のタイトル */
.expGuiCoursePhone .exp_route .exp_summary .exp_titleRouteNo {
    float: left;
    margin: 0 0.7em 0 0;
    padding: 3px;
    width: 5em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #384556;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1em;
}
.expGuiCoursePhone,
.expGuiCourseTablet {
    font-size: small;
}
/* 経路表示パーツ */
.expGuiCourseTablet {
    margin: auto;
    width: 100%;
    border-collapse: collapse;
}
.expGuiCourseTablet .exp_resultHeader .exp_resultListButton {
    padding-left: 0.5em;
}
.expGuiCourseTablet .exp_resultHeader .exp_resultListButton .exp_link {
    padding-top: 1em;
    width: 5em;
    height: 2.4em;
}
.expGuiCourseTablet .exp_resultHeader .exp_resultTab {
    margin: auto;
    margin-left: 3em;
}
.expGuiCourseTablet .exp_resultHeader .exp_resultTab li {
    float: left;
    width: 4em;
}
.expGuiCourseTablet .exp_resultHeader .exp_resultTab .exp_resultTabDisable,
.expGuiCoursePhone .exp_resultHeader .exp_resultTab .exp_resultTabDisable {
    display: none;
}
.expGuiCourseTablet .exp_resultList .exp_no {
    padding-top: 2.5em;
    width: 2em;
}
.expGuiCourseTablet .exp_resultList .exp_odd,
.expGuiCourseTablet .exp_resultList .exp_even {
    margin: 0 auto 1em auto;
    width: 98%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* 一覧のタイトル　*/
.expGuiCourseTablet .exp_resultList .exp_resultListTitle {
    margin: 0 auto 1em auto;
    min-height: 1em;
    width: 98%;
    height: auto !important;
    height: 1em;
    border: 1px solid #a0aab4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    -webkit-box-shadow: #e5e5e5 0 1px inset , 0 1px 0 0 #ffffff;
    -moz-box-shadow: #e5e5e5 0 1px inset ,  0 1px 0 0 #ffffff;
    box-shadow: #e5e5e5 0 1px inset, 0 1px 0 0 #ffffff;
}
/* カーソル */
.expGuiCourseTablet .exp_resultList .exp_resultListTitle .exp_cursor {
    float: left;
    margin: 1.4em 0.5em 0.5em;
    width: 17px;
    height: 13px;
    background: url(../expImages/phoneTo.png) no-repeat;
}
/* 出発地 */
.expGuiCourseTablet .exp_resultList .exp_resultListTitle .exp_from {
    float: left;
    margin: 0.7em;
    padding: 5px;
    border: 2px solid #3a97dd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #ffffff;
    color: #3a97dd;
    font-weight: bold;
}
/* 目的地 */
.expGuiCourseTablet .exp_resultList .exp_resultListTitle .exp_to {
    float: left;
    margin: 0.7em;
    padding: 5px;
    border: 2px solid #3a97dd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #ffffff;
    color: #3a97dd;
    font-weight: bold;
}
.expGuiCourseTablet .exp_resultList .exp_summary {
    float: left;
    margin: auto;
    width: 95%;
    border-left: 1px solid #a0aab4;
}
/* 詳細部分 */
.expGuiCourseTablet .exp_resultList .exp_summary .exp_departure,
.expGuiCourseTablet .exp_resultList .exp_summary .exp_arrival,
.expGuiCourseTablet .exp_resultList .exp_summary .exp_title {
    margin: 0.5em 0 0.6em 0;
    font-size: 1em;
}
/* 早いマーク */
.expGuiCourseTablet .exp_resultList .exp_summary .exp_hayai {
    display: block;
    float: left;
    padding-left: 0.2em;
    width: 23px;
    height: 23px;
    background: url(../expImages/hayaiPhone.png) no-repeat;
}
/* 各項目の値 下 */
.expGuiCourseTablet .exp_resultList .exp_summary .exp_lower .exp_value {
    float: left;
    margin: 0.5em 2em 0.6em 0.5em;
    padding: 3px;
    color: #384556;
    font-weight: bold;
}
/* マーク */
.expGuiCourseTablet .exp_resultList .exp_summary .exp_mark {
    padding-top: 0.5em;
}
/* 乗換回数少ないマーク */
.expGuiCourseTablet .exp_resultList .exp_summary .exp_raku {
    display: block;
    float: left;
    padding-left: 0.2em;
    width: 23px;
    height: 23px;
    background: url(../expImages/rakuPhone.png) no-repeat;
}
.expGuiCourseTablet .exp_resultList .exp_summary .exp_titleTeiki1,
.expGuiCourseTablet .exp_resultList .exp_summary .exp_titleTeiki3,
.expGuiCourseTablet .exp_resultList .exp_summary .exp_titleTeiki6 {
    float: left;
    padding: 2px 8px;
    border-radius: 3px;
    background-color: #EE8051;
    color: #FFFFFF;
}
/* 安いマーク */
.expGuiCourseTablet .exp_resultList .exp_summary .exp_yasui {
    display: block;
    float: left;
    padding-left: 0.2em;
    width: 23px;
    height: 23px;
    background: url(../expImages/yasuiPhone.png) no-repeat;
}
/* 経路詳細 */
.expGuiCourseTablet .exp_route .exp_detail {
    clear: both;
    margin: 0em auto 0 auto;
    max-width: 700px;
    color: #384556;
    font-weight: normal;
    font-size: 1em;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_charge {
    min-height: 5em;
}
/*　料金表示　*/
.expGuiCourseTablet .exp_route .exp_detail .exp_fareValue .exp_cost,
.expGuiCourseTablet .exp_route .exp_detail .exp_fareTeikiValue .exp_cost,
.expGuiCourseTablet .exp_route .exp_detail .exp_teikiValue .exp_cost {
    position: absolute;
    right: 5px;
    margin-top: 1.8em;
    padding: 0.5em;
    min-width: 10em;
    width: auto;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 #d7d7d7;
    box-shadow: 0 0 3px 2px #d6d6cf;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
/* 料金表示　境目　*/
.expGuiCourseTablet .exp_route .exp_detail .exp_fareValue .exp_top,
.expGuiCourseTablet .exp_route .exp_detail .exp_fareTeikiValue .exp_top,
.expGuiCourseTablet .exp_route .exp_detail .exp_teikiValue .exp_top {
    position: absolute;
    right: 63px;
    margin-top: 7px;
    width: 7px;
    height: 10px;
}
/* 路線をつなげる色 */
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_bar {
    position: absolute;
    margin-left: 1.5em;
    width: 20px;
    height: 100%;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_dataSpace {
    float: left;
    margin-top: 0.5em;
    width: 1em;
    height: 12em;
}
/* アイコン表示 */
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_icon {
    border: 1px solid #f4f4f4;
    background-color: #384556;
    -webkit-box-shadow: 0 0 1px #b1b4b6;
    -moz-box-shadow: 0 0 1px #b1b4b6;
    box-shadow: 0 0 1px #b1b4b6;
    color: #FFFFFF;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_icon .exp_bus {
    padding-left: 0.6em;
    width: 4em;
    height: 4em;
    background: url(../expImages/keiroBusPhone.png) no-repeat 2 10;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_icon .exp_other {
    padding-left: 0.6em;
    width: 4em;
    height: 3em;
    background: url(../expImages/keiroOtherPhone.png) no-repeat 2;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_icon .exp_plane {
    padding-left: 1em;
    width: 4em;
    height: 3em;
    background: url(../expImages/keiroPlanePhone.png) no-repeat 2;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_icon .exp_stopStationCount {
    margin-top: -3px;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_icon .exp_train {
    padding-left: 0.8em;
    width: 4em;
    height: 4em;
    background: url(../expImages/keiroTrainPhone.png) no-repeat 2 10;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_icon .exp_walk {
    padding-left: 0.9em;
    width: 4em;
    height: 3em;
    background: url(../expImages/keiroWalkPhone.png) no-repeat 2;
}
/* アイコン表示 */
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_iconArea {
    position: absolute;
    height: 100%;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_iconCol {
    display: table;
    width: 4em;
    height: 100%;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_iconCell {
    display: table-cell;
    vertical-align: middle;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_icon {
    width: 4em;
    height: 4em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_direct {
    height: 2.5em;
}
/* 路線メニュー */
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_lineMenu {
    margin-left: 0.5em;
    padding: 0.3em 0 0 0.3em;
    width: 27px;
    height: 18px;
    border: 1px solid #556277;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #ecf0f3;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
    background: url(../expImages/information.png) no-repeat 5;
}
/* 区間情報 */
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_rail {
    z-index: 70;
    padding-top: 1em;
    padding-right: 8em;
    padding-bottom: 1em;
    width: 65%;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_rail .exp_etcInfo {
    margin: 0em;
    padding-left: 1.5em;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
    background: url(../expImages/Clock.png) no-repeat;
}
/*　路線名　*/
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_rail .exp_name {
    padding-left: 0em;
    background: none;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
}
/*　路線名　*/
.expGuiCourseTablet .exp_route .exp_detail .exp_line .exp_rail_icon {
    padding-left: 5em;
    min-height: 4.5em;
}
/* 詳細スペースの設定 */
.expGuiCourseTablet .exp_route .exp_detail .exp_normal {
    min-height: 5em;
}
/* 駅 */
.expGuiCourseTablet .exp_route .exp_detail .exp_point {
    clear: left;
    padding: 0.5em;
    height: 3.5em !important;
    border: 1px solid #a0aab4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff , 0 1px 0 0 #d4d8da;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff , 0 1px 0 0 #d4d8da;
    box-shadow: inset 0 1px 0 0 #ffffff , 0 1px 0 0 #d4d8da;
    font-weight: bold;
}
/* 到着時刻 */
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_arrival {
    margin-top: 0em;
    font-weight: bold;
    font-size: 1em;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_departure {
    font-size: 1em;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_departureOnly,
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_arrivalOnly {
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
}
/* 移動経路 */
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_departureOnly,
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_arrivalOnly,
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_noData {
    margin-top: 0.8em;
}
/* 駅名 */
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_station {
    margin-left: 3.5em;
    padding-top: 1em;
}
/* 駅のアイコン */
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_stationIcon {
    float: left;
    padding: 0.8em 2.5em 0 0;
    width: 22px;
    height: 22px;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_stationIcon .exp_back {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../expImages/btnRstDtlRailJoinBackV.png) no-repeat;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_stationIcon .exp_edge {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../expImages/btnRstDtlRailJoinEdge.png) no-repeat;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_stationIcon .exp_extend {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../expImages/btnRstDtlRailJoinExtendV.png) no-repeat;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_stationIcon .exp_none {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../expImages/btnRstDtlRailJoinNone.png) no-repeat;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_stationIconPlain .exp_edge,
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_stationIconPlain .exp_none,
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_stationIconPlain .exp_back,
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_stationIconPlain .exp_extend {
    margin-left: 10px;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_stationMenu {
    margin-left: 0.5em;
    padding: 0.3em 0 0 0.3em;
    width: 27px;
    height: 18px;
    border: 1px solid #556277;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
    background: url(../expImages/information.png) no-repeat 5;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_stationMenu:focus {
    border: 1px solid #556277;
    background-color: #cfcfca;
    -webkit-box-shadow: inset 0 1px 0 0 #a6a6a2, 0 1px 0 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 0 #a6a6a2, 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #a6a6a2, 0 1px 0 0 #ffffff;
    background: url(../expImages/information.png) no-repeat 5;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_point .exp_transfer .exp_arrival {
    margin-top: 1.2em;
}
.expGuiCourseTablet .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_bar {
    position: absolute;
    margin-left: 0px;
    width: 7px;
    height: 100%;
}
/* 料金表示バー */
.expGuiCourseTablet .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_bar .exp_base {
    margin-left: 6px;
    width: 7px;
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 0 3px 2px #cfd3d6;
}
/* 料金表示　一番下 */
.expGuiCourseTablet .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_end {
    position: absolute;
    bottom: -33px;
    clear: none;
    margin-left: -1px;
    padding: 0;
    min-height: inherit;
    width: 21px;
    height: 0;
    height: 21px;
    border: none;
    box-shadow: none;
    font-weight: normal;
}
/* 定期のバー位置 */
.expGuiCourseTablet .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_fare,
.expGuiCourseTablet .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_charge,
.expGuiCourseTablet .exp_route .exp_detail .exp_priceSection .exp_priceData .exp_teiki {
    position: absolute;
    right: 0;
    width: 6.4em;
    height: 100%;
}
/* 駅のメニュー */
.expGuiCourseTablet .exp_route .exp_detail .exp_start .exp_station .exp_stationMenu,
.expGuiCourseTablet .exp_route .exp_detail .exp_end .exp_station .exp_stationMenu {
    margin-left: 0.5em;
    padding: 0.3em 0 0 0.3em;
    width: 27px;
    height: 18px;
    border: 1px solid #556277;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #f3f3ec;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
    background: url(../expImages/information.png) no-repeat 5;
}
/* 出発時と到着時 */
.expGuiCourseTablet .exp_route .exp_detail .exp_start,
.expGuiCourseTablet .exp_route .exp_detail .exp_end {
    background-color: #f3f3ec;
}
/* 定期のアイコン位置 */
.expGuiCourseTablet .exp_route .exp_detail .exp_teikiValue .exp_cost .exp_name {
    text-decoration: none;
}
/* 移動経路 */
.expGuiCourseTablet .exp_route .exp_detail .exp_transfer {
    background-color: #f5f5f5;
}
/* 路線メニュー */
.expGuiCourseTablet .exp_route .exp_lineWindow {
    margin-top: 2.6em;
    margin-left: 4em;
    width: 30em;
}
.expGuiCourseTablet .exp_route .exp_menu .exp_body .exp_list .exp_even {
    padding: 0.5em;
    border-right: solid 1px #a3aeb8;
    border-bottom: solid 1px #a3aeb8;
    border-left: solid 1px #a3aeb8;
    background-color: #e1f1ff;
    list-style-type: none;
    font-weight: normal;
}
.expGuiCourseTablet .exp_route .exp_menu .exp_body .exp_list .exp_item {
    margin-bottom: 0px;
}
/* 特急券メニュー */
.expGuiCourseTablet .exp_route .exp_menu .exp_body .exp_list .exp_odd {
    padding: 0.7em;
    border: solid 1px #a3aeb8;
    background-color: #f9fcff;
    list-style-type: none;
    font-weight: normal;
}
.expGuiCourseTablet .exp_route .exp_menu .exp_body .exp_list,
.expGuiCoursePc .exp_route .exp_menu .exp_body .exp_list {
    margin-bottom: 1em;
}
.expGuiCourseTablet .exp_route .exp_menu .exp_header .exp_close a {
    display: block;
    float: right;
    margin-top: 0.3em;
    margin-right: 0.5em;
    padding: 0 0.3em 0 0.3em;
    border: 1px solid #8a939c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: -moz-linear-gradient(bottom, #FFFFFF, #dbdee3 10%, #ebeef2 0.67, #f9fafb);
    background: -webkit-gradient(linear, left bottom, left top,  from(#ffffff),color-stop(0.05, #dbdee3),color-stop(0.67, #ebeef2), to(#f9fafb));
    -webkit-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    -moz-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    color: #384556;
    text-decoration: none;
    font-weight: bold;
    font-size: small;
}
/* ヘッダ */
.expGuiCourseTablet .exp_route .exp_routeHeader {
    position: relative;
    z-index: 80;
    margin-bottom: 1.5em;
    max-width: 100%;
}
/* 前後のダイヤ */
.expGuiCourseTablet .exp_route .exp_routeHeader .exp_assign a {
    width: 13em;
    font-size: 1em;
}
.expGuiCourseTablet .exp_route .exp_routeHeader .exp_headerText {
    margin: auto;
    padding-top: 1em;
    width: 100%;
    color: #384556;
    text-align: center;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
    font-weight: bold;
    font-size: 1em;
}
.expGuiCourseTablet .exp_route .exp_routeHeader .exp_left {
    display: block;
    float: left;
    margin-left: 0.5em;
    padding: 0 0em;
    background: none;
    text-align: center;
}
.expGuiCourseTablet .exp_route .exp_routeHeader .exp_left a {
    margin: 0.5em 0 0 0;
    padding: 0.5em 0 0 0.8em;
    background: url(../expImages/btnDaiyaDecTablet.png) no-repeat 1em center, -moz-linear-gradient(bottom, #FFFFFF, #dbdee3 10%, #ebeef2 0.67, #f9fafb);
    background: url(../expImages/btnDaiyaDecTablet.png) no-repeat 1em center, -webkit-gradient(linear, left bottom, left top,  from(#ffffff),color-stop(0.05, #dbdee3),color-stop(0.67, #ebeef2), to(#f9fafb));
}
/* ヘッダ */
.expGuiCourseTablet .exp_route .exp_routeHeader .exp_left a,
.expGuiCourseTablet .exp_route .exp_routeHeader .exp_right a {
    display: block;
    height: 2em;
    border: 1px #7e868f solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    -moz-box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    box-shadow: inset 0 0 0 1px #f4f4f4, 0 1px 0 0 #c0cdd8;
    color: #384556;
    text-align: center;
    text-decoration: none;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
    font-weight: bold;
}
.expGuiCourseTablet .exp_route .exp_routeHeader .exp_right {
    display: block;
    float: right;
    margin-right: 0.5em;
    padding: 0 0em;
    background: none;
    text-align: center;
}
.expGuiCourseTablet .exp_route .exp_routeHeader .exp_right a {
    margin: 0.5em 0 0 0;
    padding: 0.5em 0 0 0.0em;
    background: url(../expImages/btnDaiyaAddTablet.png) no-repeat 11.5em center, -webkit-gradient(linear, left bottom, left top,  from(#ffffff),color-stop(0.05, #dbdee3),color-stop(0.67, #ebeef2), to(#f9fafb));
}
/* 駅メニュー */
.expGuiCourseTablet .exp_route .exp_stationWindow {
    margin-top: -1em;
    margin-left: 4em;
    width: 30em;
}
/* 経路のサマリー */
.expGuiCourseTablet .exp_route .exp_summary {
    margin: 0.5em auto 0.5em auto;
    padding-bottom: 0.4em;
    max-width: 700px;
    border: 1px solid #a0aab4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #f9f9f9;
    -webkit-box-shadow: inset 0 1px 0 0 #d4d8da , 0 1px 0 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 0 #d4d8da , 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #d4d8da , 0 1px 0 0 #ffffff;
    text-align: center;
    white-space: nowrap;
}
/* 経路項目の日付 */
.expGuiCourseTablet .exp_route .exp_summary .exp_date {
    float: left;
    margin-top: 0.3em;
    padding-left: 1.5em;
    color: #384556;
    text-align: left;
    font-weight: bold;
    background: url(../expImages/keiroDay.png) no-repeat 0 0.4em;
}
.expGuiCourseTablet .exp_route .exp_summary .exp_date,
.expGuiCoursePc .exp_route .exp_summary .exp_date {
    color: #384556;
}
/* セパレータ */
.expGuiCourseTablet .exp_route .exp_summary .exp_line {
    margin-top: 0.5em;
    border-top: 1px dashed #bdbdbd;
}
.expGuiCourseTablet .exp_route .exp_summary .exp_line .exp_title,
.expGuiCourseTablet .exp_route .exp_summary .exp_line .exp_value {
    margin-top: 0.5em;
}
.expGuiCourseTablet .exp_route .exp_summary .exp_mark {
    float: right;
    margin-top: 0.5em;
    margin-right: 0.5em;
}
/* 早いマーク */
.expGuiCourseTablet .exp_route .exp_summary .exp_mark .exp_hayai {
    display: block;
    float: left;
    width: 23px;
    height: 23px;
    background: url(../expImages/hayaiPhone.png) no-repeat;
}
/* 乗換回数少ないマーク */
.expGuiCourseTablet .exp_route .exp_summary .exp_mark .exp_raku {
    display: block;
    float: left;
    width: 23px;
    height: 23px;
    background: url(../expImages/rakuPhone.png) no-repeat;
}
/* 安いマーク */
.expGuiCourseTablet .exp_route .exp_summary .exp_mark .exp_yasui {
    display: block;
    float: left;
    width: 23px;
    height: 23px;
    background: url(../expImages/yasuiPhone.png) no-repeat;
}
/* 行 */
.expGuiCourseTablet .exp_route .exp_summary .exp_row {
    clear: both;
    padding: 0.3em 0 0.1em 0;
    height: 2.5em;
}
.expGuiCourseTablet .exp_route .exp_summary .exp_row .exp_titleTeiki1 {
    clear: both;
}
.expGuiCourseTablet .exp_route .exp_summary .exp_row .exp_titleTeiki1,
.expGuiCourseTablet .exp_route .exp_summary .exp_row .exp_titleTeiki3,
.expGuiCourseTablet .exp_route .exp_summary .exp_row .exp_titleTeiki6 {
    float: left;
    margin: 0.3em 0.7em 0 0.7em;
    padding: 3px 16px;
    padding-left: 2.6em;
    width: 5em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #ee8051;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1em;
    background: url(../expImages/teikiIcon.png) no-repeat 0.8em center #ee8051;
}
.expGuiCourseTablet .exp_route .exp_summary .exp_row .exp_value .exp_valueDetail {
    color: #000000;
}
.expGuiCourseTablet .exp_route .exp_summary .exp_title {
    float: left;
    margin: 0.3em 0.7em 0 0.7em;
    padding: 3px;
    width: 5em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #0077ee;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8em;
}
/* 各項目のタイトル */
.expGuiCourseTablet .exp_route .exp_summary .exp_title,
.expGuiCoursePc .exp_route .exp_summary .exp_title {
    background-color: #0077ee;
    color: #FFFFFF;
}
/* 経路項目のタイトル */
.expGuiCourseTablet .exp_route .exp_summary .exp_titleRouteNo {
    float: left;
    margin: 0.4em 0.7em 0 0.7em;
    padding: 3px;
    width: 5em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #384556;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1em;
}
/* 経路項目のタイトル */
.expGuiCourseTablet .exp_route .exp_summary .exp_titleRouteNo,
.expGuiCoursePc .exp_route .exp_summary .exp_titleRouteNo {
    background-color: #384556;
    color: #FFFFFF;
}
/* 経路見出し */
.expGuiCourseTablet .exp_route .exp_summary .exp_titleRouteNo,
.expGuiCourseTablet .exp_route .exp_summary .exp_title {
    font-size: 1em;
}
/* 定期券のアイコン */
.expGuiCourseTablet .exp_route .exp_summary .exp_titleTeiki1,
.expGuiCourseTablet .exp_route .exp_summary .exp_titleTeiki3,
.expGuiCourseTablet .exp_route .exp_summary .exp_titleTeiki6 {
    float: left;
    margin: 0.3em 0.7em 0 0.7em;
    padding: 3px;
    padding-left: 1.7em;
    width: 5em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #ee8051;
    background-position: center left 5px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1em;
    background-image: url(../expImages/teikiIcon.png);
}
.expGuiCourseTablet .exp_route .exp_summary .exp_value {
    float: left;
    margin-top: 0.2em;
    margin-right: 1em;
    padding-top: 0.3em;
    color: #384556;
    text-align: left;
    font-weight: bold;
    font-size: 1em;
}
.expLoading{
    border: 1px solid #a0aab4;
    height: 3em;
}
.expLoading .expText {
    width: 10em;
    height:24px;
    margin: auto;
    margin-top: 0.6em;
    padding-top: 3px;
    background: url(../expImages/loading.gif) no-repeat;
    text-align: center;
    font-weight: bold;
    color: #a0aab4;
}
/* 運賃改定未対応 */
.expGuiCourse .exp_resultList .exp_fareRevisionStatus {
    color: #C7433F;
    font-weight: bold;
}
.expGuiCoursePc .exp_resultList .exp_fareRevisionStatus {
    margin: 0 auto 0 auto;
    padding-left: 2em;
    padding-bottom: 1em;
    width: 700px;
}
.expGuiCoursePhone .exp_resultList .exp_fareRevisionStatus {
    text-align: center;
    padding-bottom: 0.5em;
}
.expGuiCourseTablet .exp_resultList .exp_fareRevisionStatus {
    margin: 0 auto 0.5em auto;
    width: 95%;
}
.expGuiCourse .exp_route .exp_fareRevisionStatus {
    color: #C7433F;
    font-weight: bold;
}
.expGuiCoursePc .exp_route .exp_fareRevisionStatus {
    margin: auto;
    padding-left: 2em;
    width: 700px;
}
.expGuiCoursePhone .exp_route .exp_fareRevisionStatus {
    margin-top: 0.5em;
    text-align: center;
}
.expGuiCourseTablet .exp_route .exp_fareRevisionStatus {
    margin: 0 auto 0 auto;
    padding-left: 2em;
    padding-bottom: 0.5em;
    max-width: 700px;
}
.expGuiCourse .exp_resultList .exp_taxRateIsNotSupported {
    color: #C7433F;
}
.expGuiCourse .exp_route .exp_taxRateIsNotSupported {
    color: #C7433F;
}
.expGuiCourse .exp_route .exp_linePrice {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #384556;
    padding: 0 5px;
}
.expGuiCourse .exp_route .exp_taxRateIsNotSupportedLine {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #C7433F;
    padding: 0 5px;
}
/* 探索結果ポップアップ */
.expGuiCourse .exp_resultPopup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
/* 探索結果の領域 */
.expGuiCourse .exp_resultPopup .exp_resultBody {
    margin: 30px auto 0;
    padding-top: 0.5em;
    width: 800px;
    border: 1px #808080 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #FFFFFF;
    -moz-box-shadow: 0 2px 2px 0 #2c2c2c;
    box-shadow: 0 2px 2px 0 #2c2c2c;
    color: #384556;
}
/* 閉じるボタン */
.expGuiCourse .exp_resultPopup .exp_resultClose {
    float: right;
    margin: 0 0.5em 0.5em 0;
    width: 113px;
    height: 31px;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    background: url(../expImages/windowClose.png) no-repeat;
}
.expGuiCourse .exp_resultPopup .exp_resultClose .exp_resultCloseButton {
    display: block;
    height: 30px;
    text-decoration: none;
}
.expGuiCourse .exp_resultPopup .exp_resultClose .exp_text {
    display: block;
    padding-top: 7px;
    color: #384556;
}
.expGuiCourse .exp_resultPopup .exp_resultClose .exp_text:hover {
    color: #0082ad;
}
.expGuiCourse .exp_resultPopup .exp_resultClose:hover {
    width: 113px;
    height: 31px;
    text-align: center;
}
/* 本体 */
.expGuiCourse .exp_resultPopup .exp_result {
    clear: both;
    background-color: #FFFFFF;
    box-shadow: #fff 0 1px inset;
}
.expGuiCourse .exp_resultPopup .exp_footer {
    clear: both;
    margin-top: 10px;
    padding-top: 0.5em;
    width: 100%;
    height: 3em;
    border-top: 1px solid #a3aeb8;
    box-shadow: inset 1px 1px #d5d9db;
    text-align: center;
}
/* 経路確定ボタン */
.expGuiCourse .exp_resultPopup .exp_resultSelect {
    margin: 0 auto;
    width: 113px;
    height: 31px;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    background: url(../expImages/routeSelect.png) no-repeat;
}
.expGuiCourse .exp_resultPopup .exp_resultSelect .exp_resultSelectButton {
    display: block;
    height: 30px;
    text-decoration: none;
}
.expGuiCourse .exp_resultPopup .exp_resultSelect .exp_text {
    display: block;
    padding-top: 7px;
    color: #384556;
}
.expGuiCourse .exp_resultPopup .exp_resultSelect .exp_text:hover {
    color: #0082ad;
}
.expGuiCourse .exp_resultPopup .exp_resultSelect:hover {
    width: 113px;
    height: 31px;
    text-align: center;
}
.expGuiCourse .exp_resultPopup .exp_result {
    border-top: 1px solid #a3aeb8;
}
