@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*自定reset */
html body div.clear, html body span.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* -------------------------- 變量設定 ------------------------------ */
/* -------------------------- mix設定 ------------------------------ */
/* -------------------------- 基本設定 ------------------------------ */
body {
  background: #ffffff url(../images/back_body.jpg) repeat-x left top;
  font-size: 13px;
  color: #666666;
  font-family: "微軟正黑體", "新細明體", Arial, Verdana, Helvetica, sans-serif;
  line-height: 22px;
  margin: 0;
}
body a {
  color: #666666;
  text-decoration: none;
}
body a:hover {
  color: #056cb9;
}
body p {
  margin: 0 0 16px 0;
}

/* -------------------------- 框架背景 ------------------------------ */
#wrap_box1 {
  background: url(../images/back_wrap.jpg) repeat-x left bottom;
  width: 100%;
  margin: 0 auto;
}

#wrap_box2 {
  width: 100%;
  margin: 0 auto;
}

#wrap {
  width: 1003px;
  margin: 0 auto;
  position: relative;
}

/* -------------------------- header ------------------------------ */
#header_top {
  position: relative;
  padding: 0;
  height: 94px;
  z-index: 5;
}
#header_top #logo {
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 2;
}
#header_top #logo h1 a {
  background: url("../../images/logo_c.jpg") no-repeat left top;
  width: 514px;
  height: 84px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  display: block;
}
#header_top #nav_sub {
  display: block;
  position: absolute;
  right: 40px;
  top: 10px;
  z-index: 2;
  padding: 0;
}
#header_top #nav_sub li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 0 7px;
}
#header_top #nav_sub li a {
  display: block;
  margin: 0;
}
#header_top #languages_list {
  background: url(../../images/arrow1.gif) no-repeat left center;
  padding: 0 0 0 10px;
  margin: 0 10px 0 0;
  display: inline-block;
  color: #056cb9;
  font-weight: bold;
}
#header_top .search {
  background: url(../images/search_bg.jpg) no-repeat left 12px;
  width: 161px;
  position: absolute;
  right: 90px;
  top: 28px;
  z-index: 99;
  padding: 0 0 0 86px;
}

/* --------------------------- 主選單 ------------------------------- */
#nav_main ul {
  background: url(../images/nav_main_c.jpg) no-repeat;
  width: 1003px;
  height: 56px;
  padding: 0;
  z-index: 20;
}
#nav_main ul li {
  position: relative;
  float: left;
}
#nav_main ul li a {
  background: url(../images/nav_main_c.jpg) no-repeat;
  display: block;
  height: 56px;
}
#nav_main ul li a span {
  display: none;
}
#nav_main ul li:nth-child(1) a {
  width: 111px;
  background-position: 0 0;
}
#nav_main ul li:nth-child(1) a:hover, #nav_main ul li.highlight:nth-child(1) a {
  background-position: 0 -56px;
}
#nav_main ul li:nth-child(2) a {
  width: 109px;
  background-position: -111px 0;
}
#nav_main ul li:nth-child(2) a:hover, #nav_main ul li.highlight:nth-child(2) a {
  background-position: -111px -56px;
}
#nav_main ul li:nth-child(3) a {
  width: 115px;
  background-position: -220px 0;
}
#nav_main ul li:nth-child(3) a:hover, #nav_main ul li.highlight:nth-child(3) a {
  background-position: -220px -56px;
}
#nav_main ul li:nth-child(4) a {
  width: 107px;
  background-position: -335px 0;
}
#nav_main ul li:nth-child(4) a:hover, #nav_main ul li.highlight:nth-child(4) a {
  background-position: -335px -56px;
}
#nav_main ul li:nth-child(5) a {
  width: 114px;
  background-position: -442px 0;
}
#nav_main ul li:nth-child(5) a:hover, #nav_main ul li.highlight:nth-child(5) a {
  background-position: -442px -56px;
}
#nav_main ul li:nth-child(6) a {
  width: 110px;
  background-position: -556px 0;
}
#nav_main ul li:nth-child(6) a:hover, #nav_main ul li.highlight:nth-child(6) a {
  background-position: -556px -56px;
}
#nav_main ul li:nth-child(7) a {
  width: 112px;
  background-position: -666px 0;
}
#nav_main ul li:nth-child(7) a:hover, #nav_main ul li.highlight:nth-child(7) a {
  background-position: -666px -56px;
}
#nav_main ul li:nth-child(8) a {
  width: 111px;
  background-position: -778px 0;
}
#nav_main ul li:nth-child(8) a:hover, #nav_main ul li.highlight:nth-child(8) a {
  background-position: -778px -56px;
}
#nav_main ul li:nth-child(9) a {
  width: 114px;
  background-position: -889px 0;
}
#nav_main ul li:nth-child(9) a:hover, #nav_main ul li.highlight:nth-child(9) a {
  background-position: -889px -56px;
}

/* --------------------------- banner ------------------------------- */
#banner {
  width: 789px;
  height: 164px;
  margin: 0;
}

/* -------------------------- 內頁框架 ------------------------------ */
.container {
  background-color: #fff;
  position: relative;
  float: left;
  min-height: 600px;
  padding: 22px 12px 50px 8px;
}

/* ------------------------ 內頁右側選單 --------------------------- */
.content_sub {
  float: left;
  width: 182px;
  position: relative;
  text-align: left;
  padding: 0 12px 20px 0;
}
.content_sub h4.title {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  height: 40px;
}
.content_sub .box {
  position: relative;
  margin: 0 0 10px 0;
}
.content_sub .box h3 {
  background: url(../images/left_navsub_title.jpg) no-repeat left top;
  color: #fff;
  font-size: 19px;
  padding: 9px 10px 9px 14px;
}
.content_sub .box span.more {
  position: absolute;
  right: 18px;
  top: 19px;
  z-index: 20;
}
.content_sub .box span.more a {
  display: block;
  width: 35px;
  height: 9px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
}
.content_sub .left_navsub ul {
  border: 1px solid #d8d8d8;
  padding: 10px 10px 20px 10px;
  /*下拉亮高設定 */
}
.content_sub .left_navsub ul li {
  border-bottom: 1px solid #d8d8d8;
  padding: 3px;
  position: relative;
}
.content_sub .left_navsub ul li a {
  display: block;
  background: url(../images/left_navsub_icon.gif) no-repeat 4px center;
  padding: 2px 0 2px 14px;
}
.content_sub .left_navsub ul li a:hover {
  background: url(../images/left_navsub_icon2.gif) no-repeat 4px center;
  color: #c9151e;
  font-weight: bold;
}
.content_sub .left_navsub ul li ul {
  display: none;
}
.content_sub .left_navsub ul li:hover ul {
  display: block;
  position: absolute;
  top: 0px;
  left: 160px;
  padding: 2px 5px;
  margin: 0px;
  background-color: #fff;
  z-index: 999;
}
.content_sub .left_navsub ul li:hover ul li {
  border-bottom: 1px dotted #d8d8d8;
}
.content_sub .left_navsub ul li:hover ul li:last-of-type {
  border-bottom: none;
}
.content_sub .left_navsub ul li:hover ul li a {
  background: url(../images/pic/ul_icon1.gif) no-repeat 4px center;
  display: block;
  height: auto;
  padding: 2px 5px 2px 15px;
  color: #333;
  width: 140px;
}
.content_sub .left_navsub ul li:hover ul li a:hover {
  color: #fff;
  background-color: #2156c0;
}
.content_sub .left_navsub ul li:hover ul li ul {
  display: none;
}
.content_sub .left_navsub ul li:hover ul li:hover ul {
  display: block;
}
.content_sub .left_navsub ul li.current > a {
  background: #2d79c6 url(../images/left_navsub_icon3.gif) no-repeat 4px center;
  color: #fff;
  font-weight: bold;
}
.content_sub .left_navsub ul li.current ul li.current > a {
  background: #2d79c6;
  color: #fff;
  font-weight: bold;
}
.content_sub .video_list {
  background: url(../images/video_bg.jpg) no-repeat left bottom;
  width: 182px;
  margin: 0 0 10px 0;
}
.content_sub .video_list span {
  display: block;
  width: 182px;
  height: 26px;
}
.content_sub .video_list span a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  display: block;
}
.content_sub .share_list {
  border: 1px solid #d8d8d8;
  padding: 1px 10px;
  margin: 10px 0;
}
.content_sub .content_adv {
  width: 182px;
  margin: 0 auto;
}
.content_sub .content_adv li a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  display: block;
  margin: 0 0 8px 0;
  color: #fff;
  height: 59px;
}
.content_sub .content_adv li.n1 a {
  background: url(../images/adv_c01.jpg) no-repeat left top;
}
.content_sub .content_adv li.n2 a {
  background: url(../images/adv_c02.jpg) no-repeat left top;
}
.content_sub .content_adv li.n3 a {
  background: url(../images/adv_c03.jpg) no-repeat left top;
}

/* -------------------------- 左側框架 ----------------------------- */
.container_main {
  width: 789px;
  float: left;
  padding: 0;
  margin: 0;
}
.container_main h3.title {
  background: url(../images/back_title.jpg) no-repeat left top;
  font-size: 19px;
  padding: 8px 0 30px 14px;
  margin: 10px 0 0 0;
  color: #fff;
  font-weight: bold;
}
.container_main #breadcrumbs {
  position: absolute;
  right: 20px;
  top: 14px;
  z-index: 99;
  font-size: 13px -1;
}
.container_main #breadcrumbs span {
  margin: 0 2px 0 4px;
  color: #C00;
  font-size: 14px;
  font-weight: bold;
}

/*購物頁面 */
.container_shopping {
  width: 983px;
}
.container_shopping h3.title {
  background: url(../images/back_title1.jpg) no-repeat left top;
}

.content_main {
  margin: 0 20px;
}
.content_main p.top_info {
  margin: 0 4px 10px 4px;
}
.content_main p.font2 {
  font-size: 30px;
  line-height: 300px;
  text-align: center;
}
.content_main b {
  font-weight: bold;
}
.content_main i {
  text-decoration: underline;
}
.content_main h4.title {
  font-weight: bold;
  color: #2d79c6;
  font-size: 16px;
}
.content_main h5.title {
  font-weight: normal;
  color: #0e647a;
  font-size: 14px;
}

/* ---------------------- 頁數 ---------------------- */
#pager p {
  text-align: center;
  margin: 0;
  padding: 0;
}
#pager p span {
  color: #c9151e;
  font-size: 14px;
  font-weight: bold;
  margin: 0 3px;
}
#pager ul.pages {
  display: block;
  border: none;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  padding: 0;
}
#pager ul.pages li {
  list-style: none;
  border: 1px solid #428bd4;
  text-decoration: none;
  margin: 0 5px 0 0;
  padding: 4px 6px 4px 7px;
  display: inline;
  line-height: 30px;
  cursor: pointer;
}
#pager ul.pages li:hover {
  border: 1px solid #2d79c6;
  color: #fff;
  background-color: #2d79c6;
}
#pager ul.pages li a:hover {
  color: #fff;
}
#pager ul.pages li.pgEmpty {
  border: 1px solid #fff;
  color: #fff;
  cursor: default;
}
#pager ul.pages li.pgEmpty:hover {
  border: 1px solid #fff;
  color: #fff;
  cursor: default;
  background-color: #fff;
}
#pager ul.pages li.pgCurrent {
  border: 1px solid #2d79c6;
  color: #fff;
  font-weight: bold;
  background-color: #2d79c6;
}

.pager_line {
  border-top: 1px dotted #7cafe1;
  padding: 14px 0 0 0;
}

.pager_noline {
  border-top: none;
  padding: 14px 0 0 0;
}

/*回目錄頁 */
.back_list a {
  float: right;
  padding: 1px 10px;
  background-color: #2d79c6;
  border: 1px solid #2d79c6;
  text-align: center;
  color: #fff;
  margin: 10px 0 0 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.back_list a:hover {
  background-color: #2d79c6;
  color: #2d79c6;
}

/* ---------------------- 網底 ---------------------- */
#site_info_box {
  width: 100%;
  background: url(../images/back_footer1.jpg) repeat-x left top;
}

#site_info {
  clear: both;
  width: 1003px;
  height: 97px;
  position: relative;
  text-align: left;
  padding: 0;
  margin: 0 auto;
}
#site_info address {
  background: url(../images/back_footer2.jpg) no-repeat left 8px;
  padding: 2px 0 0 270px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
}
#site_info address span {
  font-size: 14px;
  font-weight: bold;
}

/*底部選單 */
ul#nav_supp {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}
ul#nav_supp li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
ul#nav_supp li a {
  background: url(../images/back_navp_line.jpg) no-repeat right center;
  display: block;
  color: #666666;
  padding: 1px 20px;
}
ul#nav_supp li a:hover {
  color: #056cb9;
}
ul#nav_supp li:last-child a {
  background: none;
}

/* -------------------------- 基本表格 ----------------------------- */
.table1 {
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #428bd4;
  text-align: center;
  margin: 0 0 10px 0;
}
.table1 tr:nth-child(odd) {
  background: none;
}
.table1 tr th {
  background: #d4e4f5;
  text-align: center;
  font-weight: bold;
  padding: 3px 5px;
  border-bottom: 1px dotted #7cafe1;
}
.table1 tr td {
  padding: 3px 5px;
  border-bottom: 1px dotted #7cafe1;
  border-right: 1px solid #7cafe1;
}
.table1 tr td:last-child {
  border-right: none;
}
.table1 tr td.y1 {
  text-align: left;
}
.table1 a.file {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/pic/file_doc.png) no-repeat left top;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
}

.table2 {
  margin: 0 0 30px 0;
}
.table2 td {
  text-align: center;
}
.table2 img {
  width: 100px;
}

/* ------------------------------ 聯絡我們基本樣式 ------------------------------ */
/* 位置地圖 */
.contact_top h5.title {
  font-size: 16px;
  color: #2d79c6;
  margin: 0 0 0 5px;
  font-weight: bold;
}
.contact_top h5.title:nth-of-type(n+2) {
  margin: 20px 0 0 0;
}
.contact_top ul {
  margin: 5px;
}
.contact_top ul li {
  background: url(../images/pic/ul_icon1.jpg) no-repeat left 8px;
  padding: 0 0 0 10px;
}
.contact_top small a {
  background: url(../images/pic/icon_search.png) no-repeat left 7px;
  margin: 0 4px 0 0;
  float: right;
  padding: 4px 0 4px 20px;
}
.contact_top .map {
  margin: 0;
  padding: 9px;
  border: 1px solid #99c1e8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* 表單基本樣式 */
.form_out {
  background: url(../images/pic/back_contact.png) no-repeat left top;
  margin: 0;
  padding: 30px 20px 0 20px;
}

.form {
  line-height: 24px;
  margin: 0 0 20px 0;
  font-weight: bold;
}
.form caption {
  background: #2d79c6;
  color: #fff;
  padding: 4px 0;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px 0;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.form tr th {
  background: url(../images/pic/contact_line.jpg) no-repeat right 12px;
  text-align: right;
  padding: 8px 10px 0 0;
  font-weight: bold;
  vertical-align: top;
}
.form tr td {
  padding: 7px 7px;
  text-align: left;
}
.form tr td.s1 {
  background: #2d79c6;
  color: #fff;
  padding: 4px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.form span {
  color: #c9151e;
}
.form img#captchaimg {
  vertical-align: middle;
}

.input {
  text-decoration: none;
  border: 1px solid #a3a3a3;
  width: 200px;
  height: 20px;
  padding: 1px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f9fbfe;
}

.input3 {
  background: #2d79c6;
  color: #fff;
  text-decoration: none;
  padding: 4px 30px 3px 30px;
  margin: 0 5px;
  border: none;
  border-collapse: collapse;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.input3:hover {
  background: #ed701a;
}

.input4 {
  background: #2d79c6;
  color: #fff;
  text-decoration: none;
  padding: 4px 25px 6px 25px;
  margin: 0 5px;
  border: none;
  border-collapse: collapse;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
}
.input4:hover {
  background: #2667a9;
}

div.contact_btn {
  margin: 15px 0;
  text-align: center;
}

div.shop_btn {
  margin: 15px 25px;
  text-align: right;
}

.form_out2 {
  background: url(../images/pic/back_contact2.jpg) no-repeat left top;
  margin: 30px 0 0 0;
}

/* -------------------------- 各樣式設定 ------------------------------ */
/* 公司簡介 */
.about_list {
  position: relative;
  padding: 0 0 0 310px;
  min-height: 540px;
}
.about_list img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.about_list p {
  border-bottom: 1px solid #d8d8d8;
  padding: 4px 0 24px 0;
}
.about_list p:last-of-type {
  border-bottom: none;
}
.about_list p span {
  color: #2667a9;
}

/* 商品目錄列表頁 */
.products_list {
  border-bottom: 1px dotted #7cafe1;
}
.products_list figure {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 38px 20px 0;
  width: 220px;
  min-height: 168px;
  _height: 168px;
  position: relative;
}
.products_list figure:nth-of-type(3n) {
  margin: 0 0 20px 0;
}
.products_list figure .box {
  text-align: center;
  font-size: 0;
  width: 210px;
  height: 158px;
  display: block;
  border: 1px solid #99c1e8;
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(38, 103, 169, 0.6) 0px 1px 1px;
  -webkit-box-shadow: rgba(38, 103, 169, 0.6) 0px 1px 1px;
  box-shadow: rgba(38, 103, 169, 0.6) 0px 1px 1px;
}
.products_list figure .box * {
  vertical-align: middle;
}
.products_list figure .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.products_list figure .box img {
  max-width: 210px;
  max-height: 158px;
  _width: 210px;
  _height: 158px;
}
.products_list figure .box em {
  background: transparent;
  width: 220px;
  height: 168px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.products_list figure .box em:hover {
  background: url(../images/pic/magnify_more.png) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.products_list figure figcaption {
  padding: 3px 0 0 0;
  text-align: center;
  font-size: 14px;
}

/* 產品內頁顯示 */
#show_box dl {
  margin: 0 0 30px 0;
}
#show_box dl dt {
  float: left;
  margin: 0 20px 20px 0;
}
#show_box dl dt div#bigImg {
  position: relative;
}
#show_box dl dt div#bigImg img {
  background-color: #fff;
  width: 320px;
  height: 240px;
  border: 1px solid #c8c8c8;
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#show_box dl dt div#bigImg p {
  width: 310px;
  padding: 5px 10px;
  background-color: rgba(216, 216, 216, 0.3);
  color: #000;
}
#show_box dl dd {
  overflow: hidden;
}
#show_box dl dd h6 {
  background-color: #428bd4;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  margin: 0 0 12px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#show_box dl dd p {
  padding: 6px 2px 6px 90px;
  margin: 0;
  border-bottom: 1px dashed #d8d8d8;
  position: relative;
}
#show_box dl dd p.price {
  color: #ed701a;
  font-size: 19px;
}
#show_box dl dd p.info {
  border-bottom: none;
  margin: 20px 0 0 0;
  padding: 6px 2px 6px 0;
}
#show_box dl dd p.info a.buy {
  background: #ed701a url(../images/pic/cart_add3.png) no-repeat 10px center;
  padding: 6px 10px 6px 30px;
  font-weight: bold;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: right;
}
#show_box dl dd p.info b.c1 {
  background: url(../images/pic/truck-box-icon.png) no-repeat left center;
  padding: 5px 16px 0 18px;
  font-weight: normal;
}
#show_box dl dd p.info b.c2 {
  background: url(../images/pic/money-icon.png) no-repeat left center;
  padding: 5px 0 0 18px;
  font-weight: normal;
}
#show_box dl dd p span {
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 20;
  width: 90px;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#smallImg {
  margin: 6px 0 0 0;
}
#smallImg li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 5px 0 0;
}
#smallImg li img {
  width: 60px;
  height: 45px;
  border: 1px solid #c8c8c8;
  padding: 2px;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.show_info {
  margin: 0 0 30px 0;
}
.show_info dt {
  color: #2d79c6;
  font-size: 16px;
  font-weight: bold;
  background-color: #e0ecf8;
  padding: 3px 10px;
  border-left: 5px solid #428bd4;
  margin: 0 0 10px 0;
}
.show_info dd img {
  max-width: 749px;
}

/* 最新消息 */
.table_01 {
  border-collapse: collapse;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #2667a9;
  margin: 0 0 10px 0;
}
.table_01 tr:nth-of-type(odd) {
  background: #fafcfe;
}
.table_01 tr th {
  background: #2d79c6;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 8px 5px;
}
.table_01 tr td {
  padding: 6px 10px;
  text-align: center;
  border-bottom: 1px solid #7cafe1;
  border-left: 1px dotted #99c1e8;
}
.table_01 tr td.y1 {
  text-align: left;
}
.table_01 tr td img {
  max-width: 120px;
  max-height: 90px;
}
.table_01 a.file {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/pic/file_down1.png) no-repeat left top;
}
.table_01 a.filedown {
  display: inline-block;
  background: url(../images/pic/Arrow-down-icon.png) no-repeat left 3px;
  padding: 2px 0 2px 30px;
}

.table_02 {
  width: 100%;
  font-size: 13px -1;
}

/* 最新消息-內頁 */
p.news_title {
  font-weight: bold;
  color: #fff;
  padding: 6px 15px;
  margin: 0;
  background: #2d79c6;
  text-align: left;
  font-size: 16px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0px 0px;
}

div.news_main {
  text-align: left;
  padding: 15px 20px;
  margin: 0 0 10px 0;
  border-width: 0 1px 2px 1px;
  border-style: solid dotted;
  border-color: #7cafe1;
}
div.news_main strong {
  font-weight: bold;
}
div.news_main p {
  margin: 0 0 10px 0;
}
div.news_main p.filedown {
  background: url(../images/pic/Arrow-down-icon.png) no-repeat left center;
  padding: 0 0 0 28px;
}
div.news_main p.filedown a {
  font-size: 14px;
  text-decoration: underline;
}
div.news_main p.filedown a:hover {
  text-decoration: none;
}
div.news_main img {
  max-width: 620px;
  _width: 620px;
  height: auto !important;
}

/* 回目錄頁 */
.back_news {
  text-align: right;
}
.back_news a {
  height: 24px;
  background-color: #2d79c6;
  border: 1px solid #5f9ddb;
  color: #fff;
  line-height: 24px;
  text-align: center;
  padding: 5px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.back_news a:hover {
  background-color: #d4e4f5;
  border: 1px solid #5f9ddb;
  color: #2d79c6;
}

/*排版類型 */
.style_s01 {
  border-bottom: 1px dotted #b6d3ef;
}
.style_s01 dl {
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 10px;
}
.style_s01 dl h5 {
  background-color: #99c1e8;
  padding: 2px 10px;
  color: #fff;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.style_s01 dl dt {
  position: relative;
  float: left;
  margin: 0 20px 0 0;
}
.style_s01 dl dt .box {
  background-color: #fff;
  text-align: center;
  font-size: 0;
  width: 200px;
  height: 150px;
  display: block;
  border: 1px solid #d8d8d8;
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.style_s01 dl dt .box * {
  vertical-align: middle;
}
.style_s01 dl dt .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.style_s01 dl dt .box img {
  max-width: 200px;
  max-height: 150px;
  _width: 200px;
  _height: 150px;
}
.style_s01 dl dt .box em {
  background: transparent center center;
  width: 210px;
  height: 160px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
}
.style_s01 dl dt .box em:hover {
  background: url(../images/pic/magnify_more.png) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.style_s01 dl dd {
  overflow: hidden;
}
.style_s01 dl dd.title {
  background-color: #2d79c6;
  padding: 4px 10px;
  color: #fff;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.style_s01 dl dd.info {
  min-height: 92px;
}
.style_s01 dl dd.more {
  text-align: right;
}
.style_s01 dl dd.more a {
  display: inline-block;
  color: #000;
  color: #fff;
  background-color: #2d79c6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF428BD4', endColorstr='#FF2D79C6');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzQyOGJkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNzljNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #428bd4), color-stop(100%, #2d79c6));
  background-image: -moz-linear-gradient(top, #428bd4 5%, #2d79c6 100%);
  background-image: -webkit-linear-gradient(top, #428bd4 5%, #2d79c6 100%);
  background-image: linear-gradient(to bottom, #428bd4 5%, #2d79c6 100%);
  box-shadow: inset 0px 1px 0px 0px #e0ecf8;
  border: 1px solid #428bd4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 15px 3px 10px;
}
.style_s01 dl dd.more a:hover {
  color: #fff;
  background-color: #6db3f2;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6DB3F2', endColorstr='#FF1E69DE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjNmMiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTRhM2VlIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMzNjkwZjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTY5ZGUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de));
  background-image: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background-image: -webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background-image: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
}
.style_s01 dl dd.more a span {
  background: url(../images/pic/icon_search.png) no-repeat center center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
  margin: 0 2px 0 0;
}

.style_s02 {
  border-bottom: 1px dotted #b6d3ef;
}
.style_s02 dl {
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 10px;
}
.style_s02 dl:nth-of-type(2n) {
  background-color: #f5f9fd;
  border: 1px dotted #d4e4f5;
}
.style_s02 dl h5 {
  background-color: #99c1e8;
  padding: 2px 10px;
  color: #fff;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.style_s02 dl dt {
  position: relative;
  float: left;
  margin: 0 20px 0 0;
}
.style_s02 dl dt .box {
  background-color: #fff;
  text-align: center;
  font-size: 0;
  width: 170px;
  display: block;
}
.style_s02 dl dt .box * {
  vertical-align: middle;
}
.style_s02 dl dt .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.style_s02 dl dt .box img {
  width: 170px;
  _width: 170px;
}
.style_s02 dl dt .box em {
  background: transparent center center;
  width: 170px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
}
.style_s02 dl dt p.more {
  text-align: center;
  margin: 10px 0 0 0;
}
.style_s02 dl dt p.more a {
  background: url(../images/pic/world_link.png) no-repeat left center;
  padding: 0 0 0 20px;
  font-weight: bold;
  font-size: 14px;
}
.style_s02 dl dd {
  overflow: hidden;
}
.style_s02 dl dd.title {
  color: #2d79c6;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.style_s02 dl dd.info {
  min-height: 92px;
}
.style_s02 dl dd.info:after {
  content: " ...";
}

/*影音介紹 */
.video_p01 {
  border-bottom: 1px dotted #b6d3ef;
}
.video_p01 dl {
  overflow: hidden;
  margin: 0 0 30px 0;
}
.video_p01 dl dt {
  position: relative;
  float: left;
  margin: 0 20px 0 0;
}
.video_p01 dl dt .box {
  background-color: #fff;
  text-align: center;
  font-size: 0;
  width: 160px;
  height: 120px;
  display: block;
  border: 1px solid #b6d3ef;
  padding: 4px;
}
.video_p01 dl dt .box * {
  vertical-align: middle;
}
.video_p01 dl dt .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.video_p01 dl dt .box img {
  max-width: 160px;
  max-height: 120px;
  _width: 160px;
  _height: 120px;
}
.video_p01 dl dt .box em {
  background: url(../images/pic/magnify_youtube.png) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  width: 170px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
}
.video_p01 dl dt .box b {
  width: 170px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
}
.video_p01 dl dt .box b:hover {
  background: #fff url(../images/pic/magnify_youtube.png) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.video_p01 dl dd {
  overflow: hidden;
}
.video_p01 dl dd.title {
  -moz-box-shadow: #b5b5b5 0px 0px 3px;
  -webkit-box-shadow: #b5b5b5 0px 0px 3px;
  box-shadow: #b5b5b5 0px 0px 3px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlMWUxZTEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eaeaea), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#eaeaea, #ffffff);
  background-image: -webkit-linear-gradient(#eaeaea, #ffffff);
  background-image: linear-gradient(#eaeaea, #ffffff);
  color: #2667a9;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: bold;
  border-left: 5px solid #7cafe1;
  padding: 3px 5px 3px 10px;
}
.video_p01 dl dd.info a {
  color: #ed701a;
  text-decoration: underline;
}
.video_p01 dl dd.info a:hover {
  text-decoration: none;
}

.video_detail p.title {
  -moz-box-shadow: #b5b5b5 0px 0px 3px;
  -webkit-box-shadow: #b5b5b5 0px 0px 3px;
  box-shadow: #b5b5b5 0px 0px 3px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlMWUxZTEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eaeaea), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#eaeaea, #ffffff);
  background-image: -webkit-linear-gradient(#eaeaea, #ffffff);
  background-image: linear-gradient(#eaeaea, #ffffff);
  color: #2667a9;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: bold;
  border-left: 5px solid #7cafe1;
  padding: 3px 5px 3px 10px;
}

/* ---------------------------- 留言板(互動一問一答) ---------------------------- */
.massage_box {
  border-width: 1px 1px 2px 1px;
  border-style: solid dotted;
  border-color: #5f9ddb;
  padding: 3px;
  margin: 0 0 10px 0;
}
.massage_box dl {
  margin: 0 0 2px 0;
  border-bottom: 1px dotted #5f9ddb;
}
.massage_box dl:last-of-type {
  margin: 0;
  border-bottom: none;
}
.massage_box dl dt {
  background-color: #7cafe1;
  padding: 3px 5px;
  font-weight: bold;
  font-size: 14px;
  margin: 2px 0;
  position: relative;
  color: #fff;
}
.massage_box dl dt span {
  position: absolute;
  top: 2px;
  right: 10px;
  z-index: 10;
}
.massage_box dl dd {
  padding: 3px 5px;
}
.massage_box dl dd p.massage_author {
  background: url(../images/pic/massage_author.png) no-repeat 0 center;
  margin: 0 0 6px 0;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  color: #056cb9;
}
.massage_box dl dd p.massage_info {
  margin: 10px 0 0 0;
  font-weight: bold;
  text-align: right;
}
.massage_box dl dd p.massage_info span.massage_time {
  background: url(../images/pic/massage_time.png) no-repeat left top;
  padding: 0 0 0 20px;
}

.massage_list {
  position: relative;
  text-align: right;
}
.massage_list a {
  padding: 2px 0 2px 20px;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.massage_list a:hover {
  text-decoration: underline;
}
.massage_list a.massage_comments {
  background: url(../images/pic/massage_comments.png) no-repeat left top;
}
.massage_list a.massage_reply {
  background: url(../images/pic/massage_reply.png) no-repeat left top;
}
.massage_list a.massage_back {
  background: url(../images/pic/massage_back.png) no-repeat left top;
  padding: 0 0 0 18px;
}

/* ---------------------------- 活動專區內頁 ---------------------------- */
.event_list {
  border-bottom: 1px dotted #7cafe1;
  margin: 40px 0 10px 0;
}
.event_list h4 {
  font-weight: bold;
  color: #2d79c6;
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
  font-size: 16px;
  text-decoration: underline;
  background: url(../images/pic/gnome_image.png) no-repeat left center;
}
.event_list figure {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 19px 20px 0;
  width: 170px;
  min-height: 130px;
  _height: 130px;
  position: relative;
}
.event_list figure:nth-of-type(4n) {
  margin: 0 0 20px 0;
}
.event_list figure .box {
  text-align: center;
  font-size: 0;
  width: 160px;
  height: 120px;
  display: block;
  border: 1px solid #d4e4f5;
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.event_list figure .box * {
  vertical-align: middle;
}
.event_list figure .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.event_list figure .box img {
  max-width: 160px;
  max-height: 120px;
  _width: 160px;
  _height: 120px;
}
.event_list figure .box em {
  background: transparent;
  width: 170px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.event_list figure .box em:hover {
  background: url(../images/pic/magnify_zoom.png) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.event_list figure figcaption {
  padding: 3px 0 0 0;
  text-align: center;
  font-size: 14px;
}

/* ---------------------------- 購物流程 ---------------------------- */
.shopping_list {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #a9c3da;
}
.shopping_list:last-of-type {
  border-bottom: none;
}
.shopping_list h4 {
  background: url(../images/pic/office-address-book-icon.png) no-repeat left center;
  font-size: 24px;
  padding: 6px 0 6px 36px;
  margin: 0 0 10px 0;
}

.form_shopping {
  line-height: 24px;
  margin: 0 0 20px 0;
  font-weight: bold;
}
.form_shopping tr th {
  background: url(../images/pic/contact_line.jpg) no-repeat right 12px;
  text-align: right;
  padding: 8px 10px 0 0;
  font-weight: bold;
  vertical-align: top;
}
.form_shopping tr td {
  padding: 7px 7px;
  text-align: left;
}
.form_shopping tr td.s1 {
  background: #2d79c6;
  color: #fff;
  padding: 4px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.form_shopping span {
  color: #c9151e;
}
.form_shopping b {
  color: #428bd4;
}
.form_shopping img#captchaimg {
  vertical-align: middle;
}
.form_shopping input, .form_shopping select {
  margin-right: 5px;
}

.shopping_info {
  padding: 0 34px 20px;
  font-size: 14px;
  line-height: 28px;
}
.shopping_info b {
  color: #c9151e;
}
.shopping_info a {
  text-decoration: underline;
  margin: 0 3px;
  color: #2667a9;
}
.shopping_info .print {
  text-align: right;
}
.shopping_info .print a {
  background: url(../images/pic/print-icon.png) no-repeat left center;
  padding: 8px 0 8px 40px;
}

.shopping_price {
  background-color: #e0ecf8;
  margin: -30px 0 30px 0;
  padding: 10px;
  font-size: 14px;
}
.shopping_price b {
  color: #2667a9;
}
.shopping_price .total {
  float: right;
}
.shopping_price .total b {
  font-size: 19px;
}

.shopping_btn {
  text-align: right;
}
.shopping_btn a {
  background-color: #428bd4;
  padding: 10px 20px;
  color: #fff;
  margin: 0 5px;
  font-size: 16px;
}
.shopping_btn a:hover {
  background-color: #b6d3ef;
  color: #2667a9;
}

/* ---------------------------- 訂單查詢 ---------------------------- */
.login-box {
  background-color: white;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  top: 40px;
  padding-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.login-header {
  background-color: #4975b4;
  margin-top: 0;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
}
.login-header span {
  float: right;
  font-size: 12px;
  padding: 8px 0 0 0;
  font-weight: normal;
}

.login-content {
  padding: 30px 40px 10px;
  font-size: 13px;
}
.login-content img {
  vertical-align: middle;
}
.login-content label {
  display: inline-block;
  background-color: #ecf3fc;
  text-align: center;
  width: 80px;
  margin-right: 10px;
  padding: 5px 0;
}
.login-content input {
  margin-bottom: 20px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 0.9em;
  color: #888;
}
.login-content input:nth-of-type(-n+2) {
  min-width: 200px;
}
.login-content input:focus {
  outline: none;
  border-color: #665851;
  transition: 0.5s;
  color: #665851;
}
.login-content button {
  border: 0;
  border-radius: 3px;
  color: #fff;
  padding: 5px 20px;
  background-color: #4975b4;
  cursor: pointer;
  outline: none;
  float: right;
}
.login-content button:hover {
  opacity: 0.7;
  transition: 0.5s;
}
