@charset "UTF-8";
.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#Typhoon {
  line-height: 1.6em;
  font-size: 1.2em;
}

#Typhoon {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}
#Typhoon h1 {
  font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
}
#Typhoon ol {
  font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
  padding: 20px;
  width: 40%;
  margin: 0 auto;
}
#Typhoon ol li {
  list-style-type: decimal;
  margin-top: 10px;
}
#Typhoon strong {
  font-weight: bold;
}
#Typhoon .wrapper {
  width: 100%;
  float: left;
  height: 80%;
  background: url(../images/Typhoon_KV.jpg) no-repeat center top;
  padding: 60px 0;
}

.clearfix {
  clear: both;
}

@media (max-width: 980px) {
  #Typhoon ol {
    width: 80%;
  }
  #Typhoon .wrapper {
    background: url(../images/Typhoon_KV_t.jpg) no-repeat center top;
  }
}

/*# sourceMappingURL=style.css.map */
