body {
  margin: 0px;
  background-color: #FFFFFF;
  font-family: Century Gothic, "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 1em;
}

header {
  background-color: #37474F;
  height: 80px;
  padding: 1px;
  font-size: 0.0625em;
  position: relative;
}

header .wrapper {
  margin: 0 auto;
  position: relative;
}

header h1 {
  font-size: 36em;
  line-height: 80px;
  margin: 0;
  color: #ffffff;
}
.blankdiv{
  color: #d4d4dc;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  width: 480px;
  height: 270px;
}
nav {
  position: absolute;
  right: 0;
  top: 0;
}

nav>ul {
  padding: 0;
  margin: 0;
}
nav>ul>li{
  display: inline-block;
  position: relative;
  vertical-align:middle;
  text-align: center;
  width: 150px;
  height: 80px;
}
nav ul li img{
  display: inline-block;
  width: 40px;
  height:40px;
  top: 25px;
  left: 10px;
  float: left;
}
nav>ul>li *{
  color: #ffffff;
  font-size: 24px;
  padding-bottom: 5px;
  margin: 0;
  text-align: center;
  position: relative;
}
.menu{
  width: 100px;
  float: right;
  top: 30px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.menu *{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.menu .dropdown-content{
  width: 180px;
  display: none;
  top: 5px;
  z-index: 99;
  padding: 0;
}
.dropdown-content a {
  vertical-align: middle;
  background-color: #37474F;
  border-radius: 10px;
  border: solid 2px #607D8B;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: 微軟正黑體 light;
  font-weight: lighter;
  color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;

}
.dropdown-content a:first-child{
  border-bottom: solid 1px #607D8B;
}
.dropdown-content a:last-child{
  border-top: solid 1px #607D8B;
}
.dropdown-content a:hover {
  color: #8ec4ed;
}
.menu:hover .dropdown-content {
  display: block;

}
.current{
  color: #c9e7a7;
}

h2 {
  font-size: 1.875em;
  color: #000000;
  margin: 20px 0px 20px 0px;
  line-height: 40px;
}

#clear {
  clear: both;
}
.img-style{
    display: inline-block;
    vertical-align: middle;
}
.title-style {
    vertical-align: middle;
    text-decoration: none;
}

.title-span {
    color: #FFFFFF;
    font-size: 0.8em;
}
