﻿@charset "utf-8";
/* CSS Document */
/*
粉紅
主色系： #f69eb8
亮黃: #fff200
 
*/

    body {
	 background-color:#fff;	
	}

  /*------------------------------- home ---------------------------------------*/
  
  /* 上方選擇顏色 */
  #head-frame-mid a {
	color: #fff;
  }	
  #head-frame-mid a:hover {
	color: #e44d26;
  }	
  
  /*字級底色*/
  #logo-frame-mid .i-font .font-bu a{
	float: right;
	background-color: #e44d26;
	margin-right: 2px;
	margin-left: 2px;
  }
  
  /* menu */  
   #menu-frame{
	background-color: #f69eb8;
	background-image: url(../../dep_images/style1-img/menu-bg-01-a2.png);
	background-repeat: no-repeat;
	background-position: center top;
   }
    /*
  	#menu-frame-mid .menu-box li a { color: #000;}
	#menu-frame-mid .menu-box li a:hover { color: #8A0000;}
	#menu-frame-mid .menu-box li a:focus { outline: 1px dotted #fff; }
	*/
	#menu-frame-mid .menu-box li a {
	color: #333333;
	}
	#menu-frame-mid .menu-box li a:hover {
	color: #0000CC;
	}

  /*search*/ 
  #logo-frame-mid .search-frame .bu-search {
	background-color: #777;
  }
  #logo-frame-mid .search-frame .bu-search:hover {
	background-color: #e44d26;
  }
  
  /* 圖片 */
  
  #picture-frame{
	background-color: #f69eb8;
	background-image: url(../../dep_images/style1-img/picture-frame-01-a2.png);
	background-repeat: no-repeat;
	background-position: center top;
  }	  
  
  /*new*/
  #content-frame .new-list li a:focus { outline: 2px solid #FF0000; }

  /* list  */
  #content-frame-mid {
	background-color: #f69eb8;
  }	
  
  /* list 業務專區 */
  #content-frame .service-frame .ser-box-list li a {
	color: #555;
  } 
  #content-frame .service-frame .ser-box-list li a:hover {
	color: #e44d26;
  } 
  
     .new-list li a{
	color: #000;
   }
  .new-list li a:hover{
	color: #fff200;
   }
  .new-list li a{
	background-image: url(../../dep_images/style1-img/new-box-list-arrow-c.png);
	background-repeat: no-repeat;
	background-position: left center;
   }
  .new-list li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
   }
   
   #content-frame .new-frame .alt-c a {
	color: #fff;
   }
   
  
  /* news */
    .new-ti-bu{
	background-color: #fad923;
   }
    .new-ti-bu:hover {
	background-color: #fff45c;
   }
   .new-ti-bu a{
    color:#333;
   }
    .new-title{
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
  }	
    
  /* 更多連結-bu */
  #content-frame .share-frame .more-bu a {
	color: #fff;
	background-color: #c14777;
  }	
  #content-frame .share-frame .more-bu a:hover {
  	color: #fff;
	background-color: #e44d26;
  }	
    
	
  /*底部*/
  #foot-frame {
	 background-color:#f69eb8;
  }
   #foot-frame-mid .foot-top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
  }
   #foot-frame-mid .foot-top .date-frmae {
	color:#000;
  }  
  #foot-frame-mid .foot-top .bu-link a {
	color: #FFF;
	background-color: #c14777;
	border: 1px solid rgba(255, 255, 255, 0.6);
  }  
   #foot-frame-mid .foot-copyright h3 {
	color: #8A0000;
  }
  #foot-frame-mid .foot-copyright h3 a{
	color: #8A0000;
	text-decoration: none;
  }
   #foot-frame-mid .foot-copyright h4 {
	color: #000;
  }
   #foot-frame-mid .foot-copyright h5 {
	color: #000;
  }
  /**/
  #foot-frame-mid .foot-top .bu-link a:hover {
	background-color: #DC2D00;
	border: 1px solid #fff;
  }
  
  /*------ mobile ------*/
  
  /*menu bu*/
  .menu-trigger {
	background-color: #e44d26;
   }
   
  #mobile-search{
	margin-left: 50px;
	margin-right: 10px;
  }

  #mobile-search .search-frame .bu-search {
	background-color:#e44d26;
  } 
  #mobile-search .search-frame .bu-search:hover {
	background-color:#ff5300;
  } 
  
  /*-------------------------------- pages ---------------------------------*/

  
  /* 左邊 title */ 
		  
   .left-menu{
	background-color: #f69eb8;
	 }
	 
   .left-frame .pages-title{
	background-color: #f69eb8; 
    } 

	
	.left-menu li:hover {
	background-color:#bd3269; /*深*/
	background-image: url(../../dep_images/style1-img/left-menu-bg-a.png);
	background-repeat: no-repeat;
	background-position: center right;
 	}
   .left-menu li:hover a { color: #fff;}

  
    /**/	
    .left-menu .su_left_lis a:hover{
 	   color: #fff;
	   background-color:#bd3269; /*深*/
     }
	.left-frame .pages-title h2 {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	}
	.left-frame .pages-title h3 {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	}	
	

	.left-frame .pages-title h4 {
	color: #000;
	}
	
	  
	  
	/*bu*/
	.left-menu-error .bu-error{
	background-color: #DE3307;
	 }	 
    .left-menu-error .bu-error:hover {
	background-color: #ff5300;
	 }
	
	/*title*/ 
	.right-frame .pages-title {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f69eb8;
    }
	
	.right-frame .pages-title h2 {
	background-image: url(../../dep_images/style1-img/pages-title-arrow-a.png);
	background-repeat: no-repeat;
	background-position: left center;
    }
    
	.right-frame .pages-title h3 {
	background-image: url(../../dep_images/style1-img/pages-title-arrow-a.png);
	background-repeat: no-repeat;
	background-position: left center;
    }      
	
	/*位置*/
	.right-frame .pages-title .location {
	color: #444444;
    }	
	.right-frame .pages-title .location a {
	color: #444444;
    }	
	.right-frame .pages-title .location a:hover {
	color: #e44d26;
    }
	
	/*主管簡介*/
	.intro02-about .intro02-data .name strong {
	font-weight: bold;
	color: #b72d63;
	  }	 
	  .intro02-about .intro02-data .name {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f69eb8;
	  } 
	  
	  @media only screen and (min-width: 0px) and (max-width: 567px){
      .text-color {
	  color:#f69eb8;
	  }
      }
	  
	/*業務職掌*/  
     .intro03-frame .intro03-title{
  	  color: #c7315e;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f69eb8;
     }
	 
	/*連絡通訊*/
	.list-title {
	color:#c7315e;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f69eb8;
	  }
    .version-color {
	color:#f69eb8;
	  }
	  
	  /*-- 行事曆 --*/
	  
	  .calendar thead .title { /* This holds the current "month, year" */
	  color: #fff;
	  background: #f69eb8;
	  }
	  
	  .calendar thead .weekend { /* How a weekend day name shows in header */
	  color: #f69eb8;
	  }
	  
	  .calendar thead .active { /* Active (pressed) buttons in header */
	  background: #f69eb8;
	  }
	  
	  .calendar tbody .rowhilite td.wn {
	  color:#fff;
	  background: #f69eb8;
	  }
	  	  
	 .calendar thead .hilite { /* How do the buttons in header appear when hover */
     background: #f69eb8;
     }
	 
	 /*滑過顯示*/
	 .calendar tbody .rowhilite td {
	  color:#333;
	  background: #ededed;
	  }

	  /*滑過顯示*/
	  .calendar tbody td.hilite { /* Hovered cells <TD> */
	   color:#f00;
	   background: #ead092;
	   padding: 1px 3px 1px 1px;
	   border: 1px solid #bbb;
	  }
	  
	  .calendar tbody td.active { /* Active (pressed) cells <TD> */
	   background: #ead092;
	   padding: 2px 2px 0px 2px;
	  }
	  
	  .calendar tbody td.selected { /* Cell showing today date */
	   color:#f00;  
	   font-weight: bold;
	   border: 1px solid #ccc;
	   padding: 1px 3px 1px 1px;
	   background: #ead092;
	  }
	  
	  /*六日 日期顏色*/
	  .calendar tbody td.weekend { /* Cells showing weekend days */
	   color: #ead092;
	  }
	  
	  .calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
	    border-top: 1px solid #ccc;
	    background: #ead092;
	    color: #fff;
	  }
	  
	  
	  /* search */
	  
	  .search-frame-pa .bu-bg {
    	background-color: #e44d26;
	  }
      .search-frame-pa .bu-bg:hover {
    	background-color: #ff5300;
       } 
	   
	   /* 內頁 */
	.detail-title{
	color: #000;
	background-color:#f69eb8;
	}
	   
	   .detail-title-center{
	color: #c7315e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f69eb8;
	   }
	   
	   .site-title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f69eb8;
	   }
	   .site-title a {
  	   color: #A20055;
	   }
	   .site-title a samp {
      	color: #A20055;
      	font-size: 120%;
      	line-height: 40px;
	   }
	   .site-title a:hover {
  	   color: #0000CC;
	   }
	   
	   /* copyright */
	    .copyright-frame .co-title{
     	color: #c7315e;
		}	
	   	   
	   
	   /**/
	  @media only screen and (min-width: 0px) and (max-width: 567px){
      .detail-data .data-title{
      color:#f69eb8;
      }	
      }
	 
	 .detail-button a {
   	  background-color: #707070;
 	  }
	 .detail-button a:hover {
 	  background-color: #e44d26;
	  }
	  
	  /* 內頁下載底線 */
       .download-list h3 {
	  border-bottom-width: 1px;
      border-bottom-style: solid;
	  border-bottom-color: #f69eb8;
      } 
	  .detail-link h3 {
	  border-bottom-width: 1px;
      border-bottom-style: solid;
	  border-bottom-color: #f69eb8;
      } 
	
	
	/**/
	
	.mobile-menu-frame {
	background-color: #c472b4;
	background-image: url(../../dep_images/style1-img/menu-bg-01-a2.png);
	background-repeat: no-repeat;
	background-position: center top;
   } 

  