body {
  margin:50px auto;
  /* max-width:960px;
  min-width:760px; */
  font-size:1em;
  line-height:24px;
  font-family: "Microsoft JhengHei", Arial;
  /* border:1px solid #666; */
  background: url(images/bckg.gif) #000;
}
a { color:#018BC1;}
a:hover { color:#333;}
#logo { padding:20px;
  height:auto;
  color:#fff;
  background:url(images/header_bckg.jpg) no-repeat #000;
  background-size:cover;
  background-position: center;
}
#logo a{ color:#01b0f0; text-decoration:none; font-weight:bold; font-size:20px; text-transform:uppercase; }
#logo_pic {
  display:inline-block;
  width:15%;
  min-width: 150px;
  vertical-align:top;
}
#intro { display:inline-block;width:80%;}
#menu {
  background:#01b0f0;
  border-bottom:1px solid #000;
  border-top:1px solid #e8e8e8;
  height: 40px;
}
#menu ul { margin:0; padding:0;}
#menu ul li{
  display:inline-block;
  width:104px;
  list-style:none;
  text-align:center;
  width: 24%;
}
#menu a {
  display:block;
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  font-weight:bold;
  text-decoration:none;
  border-right:1px solid #59d2fe;
  height: 38px;
  line-height: 38px;
}
#menu a:hover{
  height:38px;
  border-bottom: 4px solid #ccf91A;
}

#text { margin: 0 20px 0 20px; }
#text p {
  padding:15px;
  border:1px solid #d7d7d7;
  background-color: #f5f5f5;
  text-align: justify;
}
#text li {list-style:none; padding-left:20px; background:url(images/li.gif) no-repeat 0px 7px;}

ul#contact-ul {
  padding: 20px 10px;
}

ul#contact-ul li {
  font-size: 16px;
}

#sidebar { float:right; width:235px; padding: 0 20px 0 10px; }
h1 { margin:0; padding:0; text-transform:uppercase; font-size:1.8em; color:#000;}
#main {background:#f5f5f5; padding:20px 0 20px 0;}
footer {background: #01b0f0; height:106px; clear:both;  }
footer, footer a {
  color: #fff;
}
footer {
  padding: 20px 10px;
  text-align: center;
}

.mt20 {
  margin-top: 20px;
}
/*-----spec----*/
#intro_image {border:1px solid #000;padding:2px;width: 100%}
#map {padding:2px;border:1px solid #000;}

.table th {
  width:55%;border:1px solid #01B0F0;
  font-size: 1.15em;
}
.table td {
  width:45%;border:1px solid #01B0F0;
  vertical-align: middle;
  font-size: 1.15em;
}


/* xs-setting */

@media screen and (max-width: 576px) {
  h1 {
    font-size: 24px;
  }
  #menu a {
    font-size: 15px;
  }
  footer {background: #01b0f0; height:136px; clear:both;  }
  .table img {
    width: 70%;
  }
}