@charset "UTF-8";
/* Add here all your css styles (customizations) */

/*全站設定 ------------------------------------------------------- */
/* Add here all your css styles (customizations) */
a:focus {
  /*
    transition:border linear .2s,box-shadow linear .5s;
  -moz-transition:border linear .2s,-moz-box-shadow linear .5s;
  -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
  */
  color: #337ab7;
  text-decoration: none;
  outline: none;
  border-color: #337ab7;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(51, 122, 183, 2);
  background-color: transparent;

  color: #23527c;
  text-decoration: underline;

  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  /* border: 2px dotted #f7931e !important; */
}


a:focus,
select:focus,
input:focus,
button:focus,
textarea:focus,
optgroup:focus,
option:focus {
  border: 2px dotted #f7931e !important;
}

/*內頁 ------------------------------------------------------- */
/*
.breadcrumbs h1 { font-size: 2.6em;}
.breadcrumbs h2 { font-size: 2.6em;}
.gallery{font-size: 1.3em;}
*/
/*內頁標題*/
/*.headline-md h2 { font-size: 1.45em;}*/
/*內頁導航*/
/*
.breadcrumb {font-size: 1.3em;}
.breadcrumb li.active, .breadcrumb li a:hover {font-size: 1.3em;}
.style-switcher-btn span  {font-size: 1.8em;}
*/

/*回到上方按鈕*/
/*#topcontrol {font-size: 2em;}*/

/*分眾導覽*/
/*.style-swticher-header .style-switcher-heading { font-size: 1.8em;}*/

/*教學單位 -------------------------------------------------- */
/*教學單位 學院 title*/
/*.blog_masonry_3col h3  {font-size: 1.4em;}*/
/*教學單位 系所 */
/*.unitlist  {font-size: 0.95em;}*/