﻿       
        /*★奇美醫院★*/
        #host_name
        {
            display:none;
            margin:0 auto;    /*外距值0, auto=左右距一樣 */  
            padding:0px;      /*內距值 或 margin:0 10px 0 10px; 上右下左*/

            -webkit-background:#f2b715;  /*背景框顏色*/ 
            -moz-background:#f2b715;      /*背景框顏色*/ 
            -o-background:#f2b715;        /*背景框顏色*/ 
            background:#f2b715;           /*背景框顏色ffd800*/ 
            /*border:1pxs solid #ff6a00; 外框*/

            font-size:200%; /*字大小，字體，字型..*/ 

            /*font:18px Verdana, Geneva, sans-serif; 字大小，字體，字型..*/ 
            -webkit-color:black;       /*字色*/
            -moz-color:black;          /*字色*/
            -o-color:black;            /*字色*/
            color:black;               /*字色*/

            font-weight:bold;

            -webkit-text-align:center;  /*左右置中*/
            -moz-text-align:center;     /*左右置中*/
            -o-text-align:center;     /*左右置中*/
            text-align:center;         /*左右置中*/
            letter-spacing:20px;        /*   字母間距*/
        }
        #header1
        {
            overflow: hidden;   
        }

        /*★第三頁★*/        
        .auto-style1
        {
            font-family: 標楷體;
        }

        .auto-style2
        {
            text-align: center;
        }         

		.img
		{
			position: absolute;
			left:0px;
			top: 0px;
			z-index:-1
		}
				
		.returnBtn
		{
			position: absolute;
			top:70%;left:2%;
			z-index:1;
	 
		}
		
		/*院區選擇*/
		.clsDiv
		{
		    position:relative;
            text-align:center;
            margin-top: 15px;
		}

        .clsChoseList 
        {
            width: 100%;
            margin: auto;
            position: relative;
        }

        .clsChose 
        {
            width: 100%;
            /*margin:5px 10px 5px 10px;*/
            margin: 0px;
            display: inline-block;
        }

        .clsChose label 
        {
            border-radius: 0px;
        }

        .clsChose div
        {
            margin:0px;
            padding:0px;
        }

        .clsChose span 
        {
            border-radius: 0px;
            height: 20px;
            padding-left: 30px !important;
            font-weight:normal;
        }
        /*院區選擇-checked*/
        .clsChoseChecked 
        {
	        background: #1A2D8D;
	        font-weight: bold;      
        }		
           
        /*院區選擇-隱藏radioButton style*/
        .clsChose span span:nth-child(2) 
        {  
            display:none;
        }
        
        /*院區選擇-第一個按鈕設定左上左下角圓角*/
        .clsChoseList tr:first-child td:first-child label, 
        .clsChoseList tr:first-child td:first-child span 
        {
            border-bottom-left-radius: 10px;
            border-top-left-radius: 10px;            
        }
        /*院區選擇-最後一個按鈕設定右上右下角圓角*/
        .clsChoseList tr:last-child td:last-child label, 
        .clsChoseList tr:last-child td:last-child span 
        {
            border-bottom-right-radius: 10px;
            border-top-right-radius: 10px;            
        }

        .clsChose span span 
        {
            border-radius: 9px;
            position: absolute;
            padding-left: 0px !important;
            /*top:9px;*/
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 90%;
            text-align: center;
        }

        .clsChose span span:nth-child(2) 
        {
            left: 5px !important;
        }

        /*查詢*/        
        .txtSearch 
        {
            width: 92% !important;
            margin:auto;
            font-size: 18px;
            background-color: #FFFFFF;
        }

        /*查詢功能autocomplete*/
        .ui-menu .ui-menu-item a:hover 
        {
            cursor:pointer;
        }

        /*時段(dept.aspx)*/
        #content3 .ui-btn-hidden 
        {
            line-height:0px;
            opacity:0;
        }       
        
        /*時段(dept.aspx)，已點選*/
        .mySelectFnoon
        {
            background-image: linear-gradient(#a6d8ff,#6caadb) !important; 
        }
        
        /*科別-ul*/
        .ideptMobile ul 
        {
            margin-top: 0px;
        }
