@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;
}

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: url(../images/back_body.jpg) no-repeat center top;
  font-size: 15px;
  color: #6e6e6e;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  line-height: 24px;
  margin: 0;
}
body a {
  color: #6e6e6e;
  text-decoration: none;
}
body a:hover {
  color: #056cb9;
}

/* -------------------------- 框架背景 ------------------------------ */
#wrap_box1 {
  background: url(../images/back_wrap.jpg) no-repeat center 1125px;
  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: 274px;
  z-index: 5;
}
#header_top #logo {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
#header_top #logo h1 a {
  background: url("../images/logo.jpg") no-repeat left top;
  width: 1003px;
  height: 274px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  display: block;
}
#header_top #nav_sub {
  display: block;
  position: absolute;
  right: -70px;
  top: 20px;
  z-index: 2;
}

/* --------------------------- 主選單 ------------------------------- */
#nav_main ul {
  background: url(../images/nav_main_c.jpg) no-repeat;
  width: 929px;
  height: 78px;
  margin: 0 auto;
}
#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: 78px;
}
#nav_main ul li a span {
  display: none;
}
#nav_main ul li:nth-child(1) a {
  width: 135px;
  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 -78px;
}
#nav_main ul li:nth-child(2) a {
  width: 152px;
  background-position: -135px 0;
}
#nav_main ul li:nth-child(2) a:hover, #nav_main ul li.highlight:nth-child(2) a {
  background-position: -135px -78px;
}
#nav_main ul li:nth-child(3) a {
  width: 150px;
  background-position: -287px 0;
}
#nav_main ul li:nth-child(3) a:hover, #nav_main ul li.highlight:nth-child(3) a {
  background-position: -287px -78px;
}
#nav_main ul li:nth-child(4) a {
  width: 151px;
  background-position: -437px 0;
}
#nav_main ul li:nth-child(4) a:hover, #nav_main ul li.highlight:nth-child(4) a {
  background-position: -437px -78px;
}
#nav_main ul li:nth-child(5) a {
  width: 171px;
  background-position: -588px 0;
}
#nav_main ul li:nth-child(5) a:hover, #nav_main ul li.highlight:nth-child(5) a {
  background-position: -588px -78px;
}
#nav_main ul li:nth-child(6) a {
  width: 170px;
  background-position: -759px 0;
}
#nav_main ul li:nth-child(6) a:hover, #nav_main ul li.highlight:nth-child(6) a {
  background-position: -759px -78px;
}
#nav_main ul li:nth-child(7) a {
  width: 146px;
  background-position: -929px 0;
}
#nav_main ul li:nth-child(7) a:hover, #nav_main ul li.highlight:nth-child(7) a {
  background-position: -929px -78px;
}
#nav_main ul li:nth-child(8) a {
  width: 160px;
  background-position: -1075px 0;
}
#nav_main ul li:nth-child(8) a:hover, #nav_main ul li.highlight:nth-child(8) a {
  background-position: -1075px -78px;
}
#nav_main ul li:nth-child(9) a {
  width: 160px;
  background-position: -1235px 0;
}
#nav_main ul li:nth-child(9) a:hover, #nav_main ul li.highlight:nth-child(9) a {
  background-position: -1235px -78px;
}

/* --------------------------- banner ------------------------------- */
#banner {
  width: 1003px;
  height: 223px;
  margin: 0;
}
#banner img {
  vertical-align: bottom;
}

/* -------------------------- 內頁框架 ------------------------------ */
.container {
  background: url(../images/back_container2.jpg) repeat-y left top;
  width: 1003px;
  position: relative;
  float: left;
  min-height: 500px;
}

/* -------------------------- 左側框架 ----------------------------- */
.container_main {
  background: url(../images/back_container1.jpg) no-repeat left top;
  width: 834px;
  float: left;
  padding: 0 76px 0 93px;
  margin: 0;
  position: relative;
}
.container_main #home {
  background: url(../images/home.jpg) no-repeat left top;
  position: absolute;
  right: 80px;
  top: -62px;
  z-index: 99;
  width: 131px;
  height: 40px;
}
.container_main #home a {
  display: block;
  width: 131px;
  height: 40px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
}
.container_main h3#title img {
  vertical-align: bottom;
}
.container_main h3.title1 {
  margin: 26px 0 0 0;
}
.container_main h3.title2 {
  margin: 21px 0 0 0;
}
.container_main h3.title3 {
  margin: 22px 0 0 0;
}
.container_main h3.title4 {
  margin: 22px 0 0 0;
}
.container_main h3.title5 {
  margin: 25px 0 0 0;
}

.content_main {
  margin: 20px 0 0 0;
}
.content_main p {
  margin: 0 0 20px 0;
}
.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;
}

/* 彈跳視窗 */
#iframedetail {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  left: 0;
  top: 0;
  background: #000;
  display: table;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.6);
  background: transparent \9;
  zoom: 1\8 ;
  display: none;
}

.iframedetailcell {
  height: 480px;
  width: 800px;
  position: relative;
  vertical-align: middle;
  display: table-cell;
  z-index: 10000001;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

#iframedetail iframe {
  background: #fff;
  margin: 30px 0 0 0;
  padding: 10px 0;
  vertical-align: middle;
}
#iframedetail .closebox {
  width: 748px;
  height: 24px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  background: #fff;
  text-align: center;
}
#iframedetail .closebox a {
  background: url(../images/pic/close.png) no-repeat left center;
  padding: 5px 0 5px 20px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

/* ---------------------- 頁數 ---------------------- */
#pager p {
  text-align: center;
  margin: 0;
  padding: 0;
}
#pager p span {
  color: #c9151e;
  font-size: 16px;
  font-weight: bold;
  margin: 0 3px;
}
#pager ul.pages {
  display: block;
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  padding: 0;
}
#pager ul.pages li {
  list-style: none;
  border: 1px solid #7090bf;
  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 #577cb4;
  color: #fff;
  background-color: #577cb4;
}
#pager ul.pages li a:hover {
  color: #fff;
}
#pager ul.pages li.pgEmpty {
  border: 1px solid #f6f8fb;
  color: #f6f8fb;
  cursor: default;
}
#pager ul.pages li.pgEmpty:hover {
  border: 1px solid #f6f8fb;
  color: #f6f8fb;
  cursor: default;
  background-color: #fff;
}
#pager ul.pages li.pgCurrent {
  border: 1px solid #577cb4;
  color: #fff;
  font-weight: bold;
  background-color: #577cb4;
}

.pager_line {
  border-top: 1px dotted #a1b6d5;
  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: #577cb4;
  border: 1px solid #577cb4;
  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: #577cb4;
  color: #577cb4;
}

/* ---------------------- 網底 ---------------------- */
#site_info_box {
  width: 100%;
  background: url(../images/footer2.jpg) no-repeat center bottom;
}

#site_info {
  width: 1003px;
  position: relative;
  text-align: left;
  padding: 0;
  margin: 0 auto;
}
#site_info img {
  vertical-align: bottom;
}

/*底部選單-no */
ul#nav_supp {
  background: #7090bf;
  text-align: center;
  margin: 0 auto;
  padding: 6px 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: #476ba0;
  padding: 1px 20px;
}
ul#nav_supp li a:hover {
  color: #fff;
}
ul#nav_supp li:last-child a {
  background: none;
}

/* -------------------------- 基本表格 ----------------------------- */
.table1 {
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #7090bf;
  text-align: center;
  margin: 0 0 10px 0;
}
.table1 tr:nth-child(odd) {
  background: none;
}
.table1 tr th {
  background: #ebf0f6;
  text-align: center;
  font-weight: bold;
  padding: 3px 5px;
  border-bottom: 1px dotted #a1b6d5;
}
.table1 tr td {
  padding: 3px 5px;
  border-bottom: 1px dotted #a1b6d5;
  border-right: 1px solid #a1b6d5;
}
.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;
}

/* ------------------------------ 聯絡我們基本樣式 ------------------------------ */
/* 位置地圖 */
.contact_top h5 {
  font-size: 18px;
  color: #577cb4;
  margin: 0 5px;
  font-weight: bold;
}
.contact_top h5: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 6px;
  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 #bac9e0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* 表單基本樣式 */
.contact_btn {
  text-align: center;
}

.form_out {
  margin: 0;
}

.form {
  line-height: 26px;
  margin: 0 0 20px 0;
  font-weight: bold;
  border-collapse: separate;
}
.form caption {
  background: #7090bf;
  color: #fff;
  padding: 4px 0;
  font-size: 18px;
  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: #ebd277;
  text-align: center;
  padding: 0;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #493b1a;
}
.form tr td {
  padding: 5px 7px;
  text-align: left;
}
.form tr td.s1 {
  background: #7090bf;
  color: #fff;
  padding: 4px 0;
  font-size: 18px;
  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;
  padding: 5px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f6f8fb;
  font-size: 15px;
}

.input3 {
  text-decoration: none;
  margin: 0 15px;
  border: none;
  border-collapse: collapse;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px 10px 45px;
  color: #fff;
  background: #ea4c0d url(../images/pic/mail_forward.png) no-repeat 18px center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.input4 {
  text-decoration: none;
  margin: 0 10px;
  border: none;
  border-collapse: collapse;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px 10px 45px;
  color: #fff;
  background: #ea4c0d url(../images/pic/old_edit_undo.png) no-repeat 18px center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.input3:hover, .input4:hover {
  color: #c31c0b;
  background-color: #ebd277;
}

/* -------------------------- 各樣式設定 ------------------------------ */
.f1 {
  font-weight: bold;
  color: #dd2712;
}

.f2 {
  color: #056cb9;
}

.f3 {
  font-size: 13px;
  color: #000;
}

.f4 {
  color: #dd2712;
}

/* 活動辦法下載 */
.pdfdown {
  position: absolute;
  right: 100px;
  top: 40px;
  z-index: 99;
}
.pdfdown a {
  background: url(../images/pic/pdf-icon.png) no-repeat left center;
  display: block;
  padding: 8px 0 8px 30px;
  color: #c9151e;
  font-weight: bold;
  text-decoration: underline;
}

/* list_btn */
.list_btn {
  position: absolute;
  right: 80px;
  bottom: -60px;
  z-index: 99;
}
.list_btn li {
  background: url(../images/list_btn1.jpg) no-repeat left top;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 7px;
}
.list_btn li a {
  display: block;
  color: #fff;
  padding: 5px 22px;
  text-shadow: 0 0 2px #000, 0 0 2px #000;
}
.list_btn li a:hover {
  background: url(../images/list_btn2.jpg) no-repeat left top;
}

/* 活動辦法列表 */
.table_02 {
  position: relative;
  line-height: 28px;
}
.table_02 tr {
  background: url(../images/activity_line.jpg) repeat-x left bottom;
}
.table_02 tr:last-of-type {
  background: none;
}
.table_02 tr td {
  padding: 25px 0 27px 0;
}
.table_02 tr td:first-of-type {
  padding: 25px 13px 27px 0;
}
.table_02 tr td:first-of-type img {
  margin: 5px 0 0 0;
}
.table_02 tr:first-of-type td {
  padding: 5px 0 27px 0;
}
.table_02 tr:last-of-type td {
  padding: 25px 0 0 0;
}
.table_02 ul.u1 {
  background: url(../images/Activity_m06_pic.jpg) no-repeat left center;
  padding: 0 0 0 130px;
}
.table_02 ul.u2 {
  margin: 0 0 0 1.5em;
}
.table_02 ul.u2 li:first-letter {
  margin: 0 0 0 -1.5em;
}

/* 得獎名單 */
.win_btn {
  background: url(../images/win_btn.jpg) no-repeat;
  width: 570px;
  height: 42px;
  margin: 0 0 20px 0;
  position: absolute;
  right: 60px;
  top: 0px;
}
.win_btn li {
  position: relative;
  float: left;
}
.win_btn li a {
  background: url(../images/win_btn.jpg) no-repeat;
  display: block;
  height: 42px;
}
.win_btn li a span {
  display: none;
}
.win_btn li:nth-child(1) a {
  width: 140px;
  background-position: 0 0;
}
.win_btn li:nth-child(1) a:hover {
  background-position: 0 -42px;
}
.win_btn li:nth-child(2) a {
  width: 145px;
  background-position: -140px 0;
}
.win_btn li:nth-child(2) a:hover {
  background-position: -140px -42px;
}
.win_btn li:nth-child(3) a {
  width: 145px;
  background-position: -285px 0;
}
.win_btn li:nth-child(3) a:hover {
  background-position: -285px -42px;
}
.win_btn li:nth-child(4) a {
  width: 140px;
  background-position: -430px 0;
}
.win_btn li:nth-child(4) a:hover {
  background-position: -430px -42px;
}

.table_01 {
  border-collapse: collapse;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #e94b0f;
  margin: 0 0 10px 0;
}
.table_01 caption {
  font-weight: bold;
  color: #c9151e;
  font-size: 21px;
  margin: 0 0 10px 0;
  background: url(../images/pic/arrow3.jpg) no-repeat 5px center;
  padding: 0 0 0 20px;
}
.table_01 tr th {
  background: #e94b0f;
  text-align: center;
  color: #f6f8fb;
  font-weight: bold;
  padding: 8px 5px;
}
.table_01 tr td {
  padding: 5px 5px;
  text-align: center;
  border: 1px dotted #bfbcb8;
}
.table_01 tr td.y1 {
  text-align: left;
}
.table_01 tr td img {
  max-width: 120px;
  max-height: 90px;
}
.table_01 tr td.s1 {
  font-weight: bold;
  background-color: #f5efe5;
  color: #9c7625;
}
.table_01 tr td.g1 {
  background: url(../images/pic/cup-gold-icon.png) no-repeat 14px center;
}
.table_01 tr td.g2 {
  background: url(../images/pic/cup-silver-icon.png) no-repeat 14px center;
}
.table_01 tr td.g3 {
  background: url(../images/pic/cup-bronze-icon.png) no-repeat 14px center;
}
.table_01 a.file {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/pic/file_doc.png) no-repeat left top;
}

.top {
  text-align: right;
  margin: 0 0 50px 0;
}
.top a {
  color: #fff;
  background-color: #e94b0f;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE94B0F', endColorstr='#FFF45B21');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2U5NGIwZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0NWIyMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #e94b0f), color-stop(100%, #f45b21));
  background-image: -moz-linear-gradient(top, #e94b0f 5%, #f45b21 100%);
  background-image: -webkit-linear-gradient(top, #e94b0f 5%, #f45b21 100%);
  background-image: linear-gradient(to bottom, #e94b0f 5%, #f45b21 100%);
  box-shadow: inset 0px 1px 0px 0px #f6f8fb;
  border: 1px solid #f45b21;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 20px 3px;
}
.top a:hover {
  color: #fff;
}

/* 最新消息-內頁 */
p.news_title {
  font-weight: bold;
  color: #f6f8fb;
  padding: 6px 15px;
  margin: 0;
  background: #577cb4;
  text-align: left;
  -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: #a1b6d5;
}
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/file_down1.png) no-repeat left center;
  padding: 0 0 0 28px;
}
div.news_main p.filedown a {
  font-size: 16px;
  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: #577cb4;
  border: 1px solid #89a3ca;
  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: #ebf0f6;
  border: 1px solid #89a3ca;
  color: #577cb4;
}

/*報名成功 */
.signup {
  background: url(../images/signup.jpg) no-repeat left top;
  width: 834px;
  height: 233px;
  position: relative;
}

.signup_info {
  text-align: center;
  padding-top: 115px;
  line-height: 27px;
}
.signup_info b {
  font-weight: bold;
}
.signup_info em {
  font-size: 16px;
  color: #dd2712;
  font-weight: bold;
  margin: 0 2px;
}

/*報名截止 */
.timeup {
  background: url(../images/timeup.jpg) no-repeat left top;
  width: 834px;
  height: 233px;
  position: relative;
}

.timeup_info {
  text-align: center;
  padding-top: 115px;
  line-height: 27px;
}
.timeup_info b {
  font-weight: bold;
}
.timeup_info em {
  font-size: 16px;
  color: #dd2712;
  font-weight: bold;
  margin: 0 2px;
}

/*優勝作品 */
.win_box {
  clear: both;
  margin: 0 0 30px 0;
}
.win_box h4 span {
  background: url(../images/pic/facebook_button.png) no-repeat left top;
  width: 160px;
  height: 42px;
  display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  margin: 24px 10px 0 0;
  float: right;
}
.win_box dl dt {
  float: left;
  margin: 0 20px 20px 0;
  width: 510px;
  height: 291px;
}
.win_box dl dt img {
  border: 5px solid #fff;
}
.win_box dl dd {
  overflow: hidden;
  border: 3px solid #ebbd00;
  padding: 13px;
  font-size: 13px;
  line-height: 22px;
  min-height: 260px;
}
.win_box dl dd h5 {
  color: #c9151e;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 6px 0;
}

.effect {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect:before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px/10px;
  border-radius: 100px/10px;
}
.effect:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px/10px;
  border-radius: 100px/10px;
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
