﻿/*******************************************************************/

html, body, select, input, div, h1, h2, h3, h4, p, span, ul, li, div, form {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/1.5 微軟正黑體,Arial;
    color: #333;
    background: #f4f4f4;
    letter-spacing: 1px;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

.float-L {
    float: left;
}

.float-R {
    float: right;
}

select {
    font: 14px/1.5 微軟正黑體,Arial;
    color: #333333;
}

input {
    font: 14px/1.5 微軟正黑體,Arial;
    color: #333333;
    padding: 4px;
}

.weight {
    font-weight: bold;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

/*---- 最外層包裝 ----*/
#warpper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#content {
    width: 1000PX;
    margin: 0 auto;
}

#title {
}

#right {
    width: 48%;
    margin: 50px auto;
    float: right;
}
#fixed-center {
    width: 48%;
}
#left {
    border: 1px solid #ccc;
    width: 100%;
    height: 480px;
    /*background: #fff url('images/location.png') no-repeat center center;*/
    background-color: #fff;
    background-size: contain;
}
#googleMapIframe{
    border:1px solid #999;
}
.select_wls {
    width: 100%;
    background: #ee98a2 url(images/location_img001.png) no-repeat 10px 7px;
    position: sticky;
    top:1em;
    box-shadow: 0 -20px #fff;
}
    .select_wls + p {
        margin-top: 80px
    }
    .select_wls ul {
        padding: 8px 0 8px 90px;
    }

    .select_wls li {
        display: inline;
        padding: 0 5px;
    }

        .select_wls li input {
            margin-right: 5px;
        }

.select2 {
    margin-left: 25px;
}

    .select2 select {
        padding-right: 5px;
    }

.select_wls li {
    display: inline;
    padding: 0 2px;
}

.wls {
    border-bottom: 1px dotted #808080;
    padding: 20px 0;
    cursor: pointer;
}

    .wls a {
        border-bottom: 1px dotted #808080;
        padding: 20px 0;
        text-decoration: none;
    }

    .wls:hover {
        background: #fbe5e6;
        text-decoration: none;
    }

.photo {
    width: 200px;
    height: 150px;
    float: left;
    padding: 8px;
    background: url(images/photo_bg.png) no-repeat;
}

.wls_text {
    float: left;
    padding-top: 2px;
    padding-left: 2px;
    width: 250px;
    text-decoration: none;
}

    .wls_text li {
        float: left;
        padding-top: 2px;
        padding-left: 2px;
        width: 250px;
        color: #333;
        list-style-type: none;
    }

    .wls_text .wls_title {
        color: #cc0000;
    }

#fixed-center {
    float: left;
    position: fixed;
    top: 0;
    left: 20px;
}

.maplabels {
    color: #fff;
    background: #808080;
    padding: 2px;
    text-shadow: 0 1px 5px #000;
    white-space: nowrap;
}

.rwd-logo {
    display: none;
}

.toggleMap,
.toggleBank {
    display: none;
}
/* 查詢分行 */
li.bank {
    display: none;
}

.wls_text li {
    float: none;
}

.wls_text .right {
    text-align: center;
}

.bankToggle {
    padding: .25em 0;
    width: 100%;
    display: block;
    margin-top: .25em;
    background-color: #eb6877;
    border-radius: 4px;
    color: #fff;
}

/* 股代要列公車跟捷運*/
.wls {
    width: 100%;
}

.wls_text {
    width: calc( 100% - 200px); /* 200 = .photo's width*/
}

    .wls_text li {
        width: 100%;
    }

.transferType {
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
}

    .transferType.bus,
    .transferType.bus > .bus {
        border: 1px solid #ee98a2;
    }

    .transferType.bus {
        border-right: 0;
        border-bottom: 0;
        color: #df495a;
    }

        .transferType.bus > .bus {
            display: block;
            padding: .25em;
            text-align: center;
            width: 25%;
            border-left: 0;
            border-top: 0;
        }

            .transferType.bus > .bus:last-child {
                width: 50%;
            }
