a {text-decoration: none;}

.topmenu a {color: #303134;}

.topmenu a:hover {
    color: #303134;
    /*text-decoration: underline;*/
    text-decoration-color: #E60012;
    text-decoration-style: solid;
}

body {
    font-family: Arial, "微軟正黑體", sans-serif;
    margin: 0 0 0 0;
    background-color: #E3EDF3;
    color: #303134;
}

.topbar {
    width: 100%;
    z-index: 999;
    top: 0;
    background-color: #55C0D4;
}

.toplogo img {margin-left: 0px; margin-top: 0px;}

.topbar {height: 90px;}
    
#logoimg {height: 80px; margin-bottom: 0px; margin-top: 5px}

.toplogo {
    text-align: center;
    margin-left: 1%;
    float: left;
}

.topmenu {
    font-size: 24px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 4%;
    float: left;
}

.homelogo {position: absolute; width: 90vmin; top: 10vmin; right: 10vmin;}

/*---表格開始---*/
table {
  border-collapse: collapse;
  border: 2px solid #999999;
  width: 100%; max-width: 100%;
  font-size: 28px;
  text-align: center;
}
th, td {collapse; border: 2px solid #999999; line-height: 40px}
td a {font-size: 32px}
.show_table td font{display: none;}
/*---表格結束---*/

.toolbar_left {text-align: left; margin-left: 3%; font-size: 32px; width: 47%; float: left;}
.toolbar_right {text-align: right; margin-right: 3%; font-size: 32px; width: 47%; float: left;}
.search_area {text-align: center; margin: auto 5%}
.search_area span input, .search_area span select{font-size: 26px; padding: 5px}
.search_area .submit-btn {font-size: 28px; padding: 5px 15px}
#search_area, #search_close {display: none;}
#search_open {display: block;}
.toolbar_left a, .toolbar_right a, table a {color: #309ACE}
.toolbar_left a:hover, .toolbar_right a:hover, table a:hover {color: #309ACE}
.page_number {text-align: center; margin: auto 5%; font-size: 24px}
.page_number a, .page_number a:hover {font-weight: bold; color: #223E91}
.no_result {text-align: center; margin: auto 5%; font-size: 32px}
#delete, #delete:hover {color: red}
#checkbox {transform: scale(2);}

/*---登入開始---*/
.login_form, .login_form input {font-size: 36px}
.login_form p {margin: 15px auto 5px}
.login_form article {margin: 30px 200px 30px}
/*---登入結束---*/

#left {width: 62%}

@media screen and (min-width: 1201px) {
      .show-mobile {display:none;}
}

@media screen and (max-width: 1200px){
      .show-pc {display:none;}
      table {  
        display: block;
        overflow-x: auto;
        white-space: nowrap;
      }
}