﻿/* 首頁 各地就服據點 專用的 CSS */

#StationJsonData {
    display: none;
}

.serviceArea {
    position:relative;
}

.serviceAreaTitle {
    font-size: 1.25rem;
    color: #a26924;
/*    background-color: #007db8;*/
    border-radius: 4px 4px 0 0;
    padding: 12px;
}



#station_list {
    width: 60%;
    float: left;
    height: 100%;
/*    overflow: hidden;*/
	border-top: 1px solid #ceced2;
	overflow: scroll;
}
#station_list.hasMore {
    -webkit-mask-image: linear-gradient(#000, 98%, transparent);
}
#station_list.hasPre {
    -webkit-mask-image: linear-gradient(to top, #000, 98%, transparent);
}
#station_list p {
    text-wrap:avoid;
/*    font-family: 微軟正黑體, "Microsoft JhengHei";*/
    font-weight: normal;
    padding: .5rem;
    margin: 2px 10px 2px 2px;
    border-radius: 6px; 
}
#station_list p:hover {
	background-color: #e5f9ff;
}
#station_list a {
    text-decoration: none;
}

div#arrow_scroll {
    float: left;
    height: 100%;
    display: none;
}

div#arrow_scroll svg {
    width: 16px;
    height: 100%;
    top: 0px;
}

div#svg_taiwan_container {
    padding: 10px;
    width: 100%;
    height: 350px;
    border-radius: 10px;
    position:relative;
    overflow:hidden;
	box-shadow: 0 0 18px rgba(0,0,0,.1);
}

@media (max-width:480px) {
    .serviceAreaTitle {
        border-radius: 4px 4px 4px 4px;
        width:100%;
        display: none;
    }
    div#svg_taiwan_container {
        display: none;
    }
}

svg#svg_taiwan {
    float: right;
    height: 100%;
    width: 34%;
}

path.mapArea {
    fill: #FFF;
    fill-opacity: 1;
}

path.county {
    fill-opacity: 1;
}

path:focus {
    outline: none;
}

#hintBoxText {
    font-family: 微軟正黑體, "Microsoft JhengHei";
    font-weight: bold;
    font-style:normal;
    font-variant:normal;
    font-stretch:normal;
    font-size:3rem;
    line-height:125%;
    text-align:start;
    letter-spacing:10px;
    word-spacing:10px;
    writing-mode:lr-tb;
    text-anchor:start;
    display:inline;
    fill:#FFF;
    fill-opacity:1;
    stroke:none;
	padding-top: 2rem;
}

#hintBoxLine {
    position: relative;
    display: none;
    padding: 0px;
    width: 22px;
    height: 2px;
    border: 0;
    left: 320px;
    top: 127px;
    text-align: center;
    background-color: #00ff00;
    margin: 0;
}

div#svg_taiwan_container g {
    fill: rgb(208,208,208); fill-opacity: 1;
}



path#path4042-3-6 {
    fill: none; stroke: #999; stroke-width: 3; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 0.41568627; stroke-dasharray: none;
}

path#path4042-3 {
    fill: none; stroke: #999; stroke-width: 3; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 0.41568627; stroke-dasharray: none;
}

path#path4042-3-1 {
    fill: none; stroke: #999; stroke-width: 3; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 0.41568627; stroke-dasharray: none
}