.card a:hover,table a:hover,.linkArea a:hover{
    outline: 1px solid #73dcfc;
}
table {
    border-collapse:collapse;
    margin:auto;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    font-size:1em;
}
input {
    border-radius: 4px;
}
hr {
    margin:0.5em 0;
}
body input[type="text"], body input[type="email"], body input[type="number"], body input[type="password"], body select {
    padding: 3px 6px;
    border: transparent;
    background-color: transparent;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
    letter-spacing: initial;
    word-spacing: inherit;
}
input[type=button] {
    display: inline-block;
    padding: 6px 20px;
    border: 0;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    font-size: 0.9em;
    background-color: #be4b8a;
    transition: 300ms;
    border-radius: 0px;
}    

input[type=button]:hover{
    background-color: #9d3277;
    outline: 1px solid #000;
}
input[type=button]:disabled{
    background-color: #999999;
    pointer-events: none;
}


button:not(:disabled):hover, .btn:not(:disabled):hover {
    transform: none;
}
.myinput {
    font-family: Verdana, 新細明體 !important;
    font-size: 0.875em !important;
    margin-right: 5px !important;
    background-color: rgb(255, 255, 255) !important;
    height: 32px !important;
    padding: 5px 10px !important;
    border-color: rgb(204, 204, 204) !important;
    border-width: 1px !important;
    border-style: solid !important;
}
.myselect {
  color:#000;
  font-family: Verdana, 新細明體 !important;
  font-size: 0.875em !important;
  padding: 5px 10px !important;
  margin-right: 5px !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-width: 1px !important;
  border-style: Solid !important;
}
.myselect_focus{
  font-family:Verdana,新細明體 !important;
  Font-Size: 0.875em !important;
  padding:5px 10px !important;
  margin-right:5px !important;
	border-width:1px !important;
	border-style:Solid !important;  
  border-color:#000 !important;
  background-color:#FFFF99 !important;
  background:#FFFF99 !important;
}
.INPUT_Focus{
  font-family:Verdana,新細明體 !important;  
  Font-Size: 0.875em !important; 
  margin-right: 5px !important;
  background-color:#FFFF99 !important; 
	border-color:#0099FF !important;
	border-width:1px !important;  
	border-style:Solid !important;  
  height:32px !important;
  padding: 5px 10px !important;
  //width:200px !important;
}
.myinput[readonly] {
    font-family: Verdana, 新細明體 !important;
    font-size: 0.875em !important;
    background-color: rgb(204, 204, 204) !important;
    //height: 22px !important;
    width: 200px !important;
    border-color: rgb(204, 204, 204) !important;
    border-width: 1px !important;
    border-style: solid !important;
    padding: 5px 10px !important;
}
.area_contact:hover, .serviceHour:hover, .cc-right:hover {
    background-color: #999999;   
    display:block; 
}

.linkArea a{
    padding: 0px 4px 4px;;
}
.linkArea a:hover{
    color:#ffffff;
}
.linkArea div {
    line-height: normal;
}
.d_pc a:hover {
    color: inherit;
}
.pageTable{
    margin: 20px auto auto;
    width: 95%;
}
.pageTable th{
    text-align:center;
    height:40px;
    color:#df6700;
    font-size:1.375em;
    font-weight:normal;
}
.pageTableTR{
    text-align:center;
    height:40px;
    color:#df6700;
    font-size:1.375em;
    font-weight:normal;
}
.lab_page_th{
    text-align:center;
    height:40px;
    color:#000000 !important;
    font-size:0.938em !important;
    font-weight:normal !important;
    background: #C6D8EC !important;
    border-bottom:1px solid #999999 !important;
    border-right:1px solid #999999 !important;
}
.page_writeTable{
    margin: 20px auto auto;
    width: 95%;
    border: 0px solid #999999;
}
.page_writeTable tr{
    height:34px;
}
.page_writeTable th{
    text-align:center;
    height:40px;
    color:#df6700;
    font-size:1.375em;
    font-weight:normal;
}
.page_writeTable caption{
    text-align:center !important;
    height:40px !important;
    color:#FF8C00 !important;
    font-size:1.375em !important;
    width: 100%  !important;
    display: block !important;
    vertical-align: middle;
    background-color: #0B607C;
}
.page_areaTable {
    margin: 20px auto 0;
    width: 95%;
    font-size: 0.938em;
    border: 1px solid #CCCCCC;
}
.page_areaTable td{
    border-bottom:1px #CCCCCC dashed;
    padding:0.7em;
}
.lab
{
   text-align:right;
   background: #C6D8EC;
   border-bottom:1px solid #FFFFFF;
   border-right:1px solid #FFFFFF;
   height:34px;
}
.labr
{
   text-align:left;
   background: #C6D8EC;
   border-bottom:1px solid #FFFFFF;
   border-right:1px solid #FFFFFF;
}
.lab_page
{
   font-size:0.938em;
   padding:5px;
   text-align:center;
   background: #C6D8EC;
   border-bottom:1px solid #999999;
   border-right:1px solid #999999;
   
}        
.page_red{
    color:#e00000;
    font-size:1.188em ;
}
.page_blue{
    /*color:blue;*/
    color:#00BBFF;
}
.page_green{
    color:#009900;
}
.text_red{
    color:#e00000;
}
.mybutton , .more_updatebtn {
    display: inline-block;
    padding: 6px 20px;
    border: 0;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    font-size: 0.9em;
    background-color: #c24c8d;
    transition: 300ms;
    border-radius: 0px;
}
.normalButton:hover, more_updatebtn:hover{
    background-color: #9d3277;
    outline:1px solid #000;
}
.normalButton_dis ,.more_updatebtn_dis {
    display: inline-block;
    padding: 6px 20px;
    border: 0;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    font-size: 0.9em;
    background-color: #999999;
    border-radius: 0px;
    cursor:not-allowed;
}
.red13 {
    font-size: 0.85em;
    color: #e00000;
}   
.orange15 {
    font-size: 1.063em;
    color: #df6700;
}         
/*table*/
.card{
    font-size:1em;
}
.cardTitle {
    font-size:1.6em !important;
    color:#df6700;
}
table.searchTable tr td:last-child {
    padding: 5px;
}
table.searchTable tr {
    height: auto;
}
table.searchTable tr td:first-child, table.searchTable tr td.head {
    min-width: 130px;
}
table.resultList tr th, table.resultList tr td {
    font-size: inherit;
}
.pageBtn {
    font-size: 0.9em;
    padding: 4px 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    color: #FFFFFF;
    background-color: #2878c8;
    cursor: pointer;
    border-radius: 0px;
    border: 1px solid #FFFFFF;
}
.pageBtn:hover{
    border:1px solid red;
    background-color: #3578bb;
}
.pageBtn_dis {
    padding: 4px 15px;
    border: 0;
    color: #fff;
    font-size: 0.9em;
    background-color: #999999;
    border-radius: 0px;
    cursor:not-allowed;
}

.navList ul.menu li ul.dropdown li{
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}
@media (min-width: 769px){
    table.resultList tr td {
        padding: 1em;
    }
} 
@media (max-width: 768px){
    table.resultList {
        font-size:0.9em;
    }
    table.resultList tbody tr {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        margin-bottom: 15px;
        border-bottom: 0;
    }
    .searchTable .myinput{
        width:100%;
    }
    table.searchTable tr td {
        font-size:0.9em;
    }
}

@media (min-width: 1400px) {
  body {
    font-size: inherit;
  }
}

*{
    letter-spacing:.14em;
    word-spacing: .16em;    
}
.pageTable tbody, .endTable tbody, .page_writeTable tbody{
    line-height:1.5;
  }
p {
    margin-bottom: 2em;
    margin-top: 2em;
}