﻿
@media only screen and (max-width:800px) 
{
       #page1
       {
            background:#CCC;
            background-image: -webkit-gradient(linear,left top,left bottom,from(#e6e6e6),to(#ccc));
            background-image: -webkit-linear-gradient(#e6e6e6,#ccc);
            background-image: -moz-linear-gradient(#e6e6e6,#ccc);
            background-image: -ms-linear-gradient(#e6e6e6,#ccc);
            background-image: -o-linear-gradient(#e6e6e6,#ccc);
            background-image: linear-gradient(#e6e6e6,#ccc);
       }
       #divHome
       {
            display:none;    
       }
        
       #host_name
       {
            display:block;    
       }
                     
       #header1 > div:nth-child(3), 
       #header1 > div:nth-child(4) 
       {
            display:block;    
       }

       /*院區*/
       .clsChoseList
        {
            width:100%;    
        }

        .clsChose label 
        {
            font-size: 24px;
        }

        /*查詢*/
        #labSearchMobile
        {
            margin:5px;
            display:block;
        }
       #txtSearch
       {
           display:block;
           width:97% !important;    
       }
       
       /*科別*/
        .ideptMobile 
        {
            display:block;
        }
        .ideptWeb
        {
            display:none;    
        }
        
        /*****dept.aspx***/
        #header3
        {
            display:block;
        }

}