.align-left {
  float: left;
}

.align-center {
  margin: 0 auto;
}

.align-text-center {
  text-align: center;
}

.align-right {
  float: right;
}

.container.white-bg {
  background-color: white;
}
.container.dark-bg {
  background-color: #1a1a1a;
}
.container img {
  max-width: 100%;
}
.container.row {
  padding-bottom: 40px;
  margin-bottom: 0;
}

.wpb_row {
  margin-top: 20px;
  padding-right: 60px;
}

.slider ul li {
  padding-bottom: 20px;
}

.content ul li {
  line-height: 2em;
}
.content ul li:before {
  content: "■";
  font-size: 8px;
  margin-right: 4px;
  vertical-align: top;
}
.content p {
  line-height: 1.6em;
}

div.border-left {
  margin-left: -1px !important;
  border-left: 1px solid #e0e0e0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino Kaku Gothic Pro", "Microsoft YaHei", "微軟正黑體", Arial, Helvetica, sans-serif;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "Microsoft YaHei", "微軟正黑體", Arial, Helvetica, sans-serif;
  background-color: #f0efeb;
  letter-spacing: 0.2em;
  color: #575856;
}

#wrapper {
  -webkit-box-shadow: #555555 0px 0px 10px;
  -moz-box-shadow: #555555 0px 0px 10px;
  box-shadow: #555555 0px 0px 10px;
}

#section-header {
  position: relative;
  z-index: 1;
}
#section-header div.sixteen {
  background: url(../images/menu/bg.jpg) 0 0 repeat-x;
  height: 89px;
  width: 100% !important;
  margin: 0 !important;
}
#section-header #logo {
  position: relative;
  width: 330px;
  height: 144px;
}
#section-header #logo a {
  position: absolute;
  background: url(../images/menu/logo.png) 0 0 no-repeat;
  width: 330px;
  height: 144px;
}
#section-header ul.sf-menu {
  padding: 0;
  margin: 0;
}
#section-header ul.sf-menu li {
  height: 89px;
  float: left;
}
#section-header ul.sf-menu li a {
  background-image: url(../images/menu/nav.jpg);
  display: block;
  overflow: hidden;
  width: 90px;
  height: 0 !important;
  text-indent: -9999px;
  padding-top: 89px;
}
#section-header ul.sf-menu li#nav1 a {
  width: 91px;
  background-position: 0 0;
}
#section-header ul.sf-menu li#nav1 a:hover, #section-header ul.sf-menu li#nav1.current a {
  background-position: 0 -89px;
}
#section-header ul.sf-menu li#nav2 a {
  background-position: -91px 0;
}
#section-header ul.sf-menu li#nav2 a:hover, #section-header ul.sf-menu li#nav2.current a {
  background-position: -91px -89px;
}
#section-header ul.sf-menu li#nav3 a {
  background-position: -181px 0;
}
#section-header ul.sf-menu li#nav3 a:hover, #section-header ul.sf-menu li#nav3.current a {
  background-position: -181px -89px;
}
#section-header ul.sf-menu li#nav4 a {
  background-position: -271px 0;
}
#section-header ul.sf-menu li#nav4 a:hover, #section-header ul.sf-menu li#nav4.current a {
  background-position: -272px -89px;
}
#section-header ul.sf-menu li#nav5 a {
  background-position: -361px 0;
}
#section-header ul.sf-menu li#nav5 a:hover, #section-header ul.sf-menu li#nav5.current a {
  background-position: -361px -89px;
}
#section-header ul.sf-menu li#nav6 a {
  background-position: -451px 0;
}
#section-header ul.sf-menu li#nav6 a:hover, #section-header ul.sf-menu li#nav6.current a {
  background-position: -451px -89px;
}

.text-block {
  color: #a9814d !important;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #e0e0e0;
  display: inline-block;
  margin: 0 0 -1px 0;
  padding: 4px 12px;
  line-height: inherit;
  text-decoration: none;
}
.text-block.news {
  color: #00aaaa;
}
.text-block.current {
  color: white !important;
  background-color: #0099cc;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #006666), color-stop(100%, #0099cc));
  background-image: -webkit-linear-gradient(left, #006666, #0099cc);
  background-image: -moz-linear-gradient(left, #006666, #0099cc);
  background-image: -o-linear-gradient(left, #006666, #0099cc);
  background-image: linear-gradient(left, #006666, #0099cc);
}

a.text-block:hover {
  color: white !important;
  background-color: #0099cc;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #006666), color-stop(100%, #0099cc));
  background-image: -webkit-linear-gradient(left, #006666, #0099cc);
  background-image: -moz-linear-gradient(left, #006666, #0099cc);
  background-image: -o-linear-gradient(left, #006666, #0099cc);
  background-image: linear-gradient(left, #006666, #0099cc);
}

#section-index .column {
  padding: 40px 0 20px;
  position: relative;
}
#section-index .column div {
  width: 270px;
}
#section-index ul.news-list {
  margin-top: 6px;
}
#section-index ul.news-list li {
  width: 100%;
}
#section-index ul.news-list a {
  text-decoration: none;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
#section-index ul.news-list a:hover {
  color: #00aaaa;
}
#section-index ul.news-list span {
  font-weight: 100;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 10px;
}
#section-index ul.news-list .date {
  font-size: 10px;
  letter-spacing: 0.1em;
}
#section-index .flexslider-hot {
  width: 270px;
}
#section-index .flexslider-hot .flex-control-nav {
  width: inherit;
  top: 44px;
  text-align: right;
  right: 10px;
}
#section-index .flexslider-hot .flex-control-paging li a {
  text-align: center;
  padding: 0 1px 2px;
  font-weight: bold;
  display: block;
  background: #ebebeb;
  text-indent: inherit;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none;
  color: white;
  background-color: black;
  font-size: 10px;
  border: 1px solid black;
}
#section-index .flexslider-hot .flex-control-paging li a:hover {
  background: white;
  color: black;
}
#section-index .flexslider-hot .flex-control-paging li a.flex-active {
  background: white;
  color: black;
  cursor: default;
}

#section-partner .unit {
  margin-bottom: 40px;
}

#section-team .name {
  margin: 14px 0 8px;
  font-size: 140%;
  font-weight: bold;
}
#section-team .job {
  font-weight: bold;
}
#section-team .job:before {
  content: "/ ";
}
#section-team .unit {
  margin-bottom: 100px;
}

#section-footer {
  color: gray;
}
#section-footer .container {
  padding: 20px 0 40px;
}
#section-footer h3 {
  color: #ebebeb;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 0 0.5em 2em;
}
#section-footer a {
  text-decoration: none;
  color: gray;
}
#section-footer a:hover {
  text-decoration: underline;
  color: white;
}
#section-footer p {
  margin: 0 0 0 4em;
  letter-spacing: 0.1em;
  font-size: 14px;
}
#section-footer p span.orange {
  color: #fc9824;
}
#section-footer .font-big {
  font-size: 20px;
  letter-spacing: 0.2em;
}

#section-sub-footer .container {
  color: gray;
  background: black url(../images/menu/sub-footer-bg.jpg) 0 0 repeat-x;
  height: 46px;
}
#section-sub-footer .container .copyright {
  text-align: center;
  font-size: 8px;
  margin-top: 6px;
}

.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
