﻿@charset "UTF-8";
/*　*/
#routeSearch
{
    display: none !important;
}
#header_keiro
{
    height: auto;
}

#header_keiro .keiyu
{
    margin-left: 3px;
    background: transparent url("../../Content/images/pages/chk01_off.png") no-repeat scroll 0 center;
    height: 35px;
}
#header_keiro .keiyu.selected
{
    background: transparent url("../../Content/images/pages/chk01_on.png") no-repeat scroll 0 center;
}
#header_keiro .keiyu .input_box
{
    margin-right: 128px;
}
#header_keiro .keiyu .input_box input
{
    text-indent: 2px;
    margin-left: 20px;
}
#header_keiro .keiyu.selected .input_box input
{
    background: #E9FDFF;
}
#header_keiro .keiyu .search-input
{
    display: inline-block;
    background: url('../../Content/images/pages/btn_keiro_search.png') no-repeat scroll 0 0;
    width: 46px;
    height: 30px;
}
#header_keiro .keiyu .show-list
{
    display: inline-block;
    background: url('../../Content/images/pages/btn_keiro_list.png') no-repeat scroll 0 0;
    width: 46px;
    height: 30px;
    margin-right: 4px;
    float: right;
}

#header_keiro #hd_ctrl .routesearch-button
{
    display: inline-block;
    width: 48px;
    line-height: 32px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    border: 1px solid gray;
    border-radius: 3px;
    vertical-align: middle;
    /* margin: 0px 7px; */
    font-size: 14px;
    text-decoration: none;
}
#header_keiro #hd_ctrl .routesearch-button.route-payRoad
{
    font-size: 12px;
    padding: 0 4px;
}

#header_keiro .route-switchType
{
    background: red;
}
#header_keiro .route-switchType.routetype2
{
    background: blue;
}

#header_keiro .route-addKeiyu
{
    
}

#header_keiro .route-updKeiyu
,#header_keiro .route-payRoad
{
    
}
#header_keiro .route-updKeiyu.selected
,#header_keiro .route-payRoad.selected
{
    background: yellow;
}

#header_keiro .route-info
{
    
}

#header_keiro .route-exit
{
    
}

#header_keiro #hd_ctrl .route-switchType
,#header_keiro #hd_ctrl .route-addKeiyu
,#header_keiro #hd_ctrl .route-updKeiyu
,#header_keiro #hd_ctrl .route-info
,#header_keiro #hd_ctrl .route-payRoad
{
    display: none;
}
#header_keiro #hd_ctrl .searched.route-switchType
,#header_keiro #hd_ctrl .searched.route-addKeiyu
,#header_keiro #hd_ctrl .searched.route-updKeiyu
,#header_keiro #hd_ctrl .searched.route-info
,#header_keiro #hd_ctrl .searched.route-payRoad
{
    display: inline-block;
}

#hd_ctrl p
{
    display: none !important;
}

.modal
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(115,115,115,0.8)),color-stop(0.5,rgba(75,75,75,0.8)),color-stop(0.5,rgba(75,75,75,0.8)),color-stop(1,rgba(51,51,51,0.8)));
    background-image:-moz-linear-gradient(-90deg,rgba(115,115,115,0.8) 0,rgba(75,75,75,0.8) 50%,rgba(75,75,75,0.8) 51%,rgba(51,51,51,0.8) 100%);
    background-image:linear-gradient(-90deg,rgba(115,115,115,0.8) 0,rgba(75,75,75,0.8) 50%,rgba(75,75,75,0.8) 51%,rgba(51,51,51,0.8) 100%);
    z-index: 600;
    overflow: hidden;
}

.modal .content
{
    margin: 10px;
    border-radius: 5px;-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    background-color:#FFFFFF;
    padding: 5px;
}

.modal .content h1
{
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#282828),color-stop(0.4,#505251),color-stop(0.5,#606060),color-stop(1,#717171));
    background-image:-moz-linear-gradient(-90deg,#282828 0,#505251 49%,#606060 50%,#717171 100%);
    background-image:linear-gradient(-90deg,#282828 0,#505251 49%,#606060 50%,#717171 100%);text-shadow:1px 1px 0 rgba(0,0,0,0.3);
    text-align:center;
    padding:3px 3px;
    color:#fff;
    font-size:14px;
    line-height:20px;
    font-weight:bold;height:20px;
    overflow:hidden;
}

.modal .content .txt_01
{
    color: #395587;
    font-size: 12px;
    line-height: 1.7em;
    margin: 3px 0 3px 5px;
}

.modal .content .txt_02
{
    color: #395587;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.7em;
    margin: 3px 0 3px 5px;
}

.modal .content ul li
{
    list-style: disc inside none;
    text-indent: 10px;
}

.modal .content input
,.modal .content select
,.modal .content button
,.modal .content label
{
    vertical-align: middle;
}

.modal .content div
{
    height: 27px;
    padding: 10px 0;
    text-align: center;
}

.modal .content .close
{
    font-size: 90%;
    height: 30px;
    width: 100px;
}
.modal .wait
{
    display: none;
    width: 24px;
    height: 24px;
    background: transparent url("../../Content/images/pages/loadinfo.gif") no-repeat scroll 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
}

#routesearch-help
{
    display: none;
}

#detail_start div
{
    padding-left: 40px;
    background: transparent url("../../Content/images/pages/ico_start.png") no-repeat 8px center;
}
#detail_goal div
{
    padding-left: 40px;
    background: transparent url("../../Content/images/pages/ico_goal.png") no-repeat 8px center;
}

.detail_point div
{
    padding-left: 40px;
    background: transparent url('../../Content/images/pages/ico_start.png') no-repeat scroll 8px center;
}
.detail_point1 div
{
    background: transparent url('../../Content/images/pages/ico_bus.png') no-repeat scroll 8px center;
}
.detail_point2 div
{
    background: transparent url('../../Content/images/pages/ico_station.png') no-repeat scroll 8px center;
}
.current-location {
    width: 30px;
    display: none;
    vertical-align: middle;
}
.location-icon {
    content: url('../../Content/images/pages/map/marker-center.png');
    width: 16px;
    height: 16px;
}

