@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, img, ins, kbd, q, s, samp,
small, strike, 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;
}

body {
  background: #fff url(../images/back_body.jpg) repeat-x left top;
  font-size: 15px;
  color: #666666;
  font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
  line-height: 24px;
  margin: 0;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #202f85;
}

p {
  margin: 0 0 16px 0;
}

select {
  font-size: 15px;
}

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

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

#wrap {
  width: 934px;
  margin: 0 auto;
  position: relative;
  min-height: 570px;
  padding: 0 20px 0 23px;
}

.container {
  background: url(../images/back_container.jpg) repeat-y left top;
  float: left;
  padding: 0 13px 10px;
  *zoom: 1;
  /*IE/7/6*/
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}

#header_top {
  position: relative;
  padding: 0;
  height: 150px;
  z-index: 5;
}
#header_top #logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#header_top #logo h1 a {
  background: url("../../images/logo_c.jpg") no-repeat left top;
  width: 390px;
  height: 87px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  display: block;
}

#nav_sub {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 2;
  display: block;
  text-align: right;
}
#nav_sub li {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-right: 1px solid #b5b5b5;
  line-height: 14px;
  padding: 0 12px 0 10px;
  text-align: center;
  font-size: 13px;
}
#nav_sub li:last-of-type {
  border-right: none;
}
#nav_sub li a {
  display: block;
}
#nav_sub p {
  margin: 0 12px 0 0;
  color: #c9151e;
  font-weight: bold;
}

#header_info {
  position: absolute;
  right: 24px;
  top: 20px;
  z-index: 2;
  display: block;
  background: url(../images/header_info.jpg) no-repeat left center;
  width: 242px;
  height: 77px;
}

#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: #202f85;
  font-weight: bold;
}

#nav_main {
  background: url(../images/back_nav.jpg) no-repeat left bottom;
  position: absolute;
  left: 0px;
  top: 87px;
  z-index: 20;
  padding: 0 0 30px 0;
}
#nav_main ul {
  background: url(../images/nav_main_c.jpg) no-repeat;
  width: 934px;
  height: 33px;
  padding: 0;
}
#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: 33px;
}
#nav_main ul li a span {
  display: none;
}
#nav_main ul li:nth-child(1) a {
  width: 95px;
  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 -33px;
}
#nav_main ul li:nth-child(2) a {
  width: 103px;
  background-position: -95px 0;
}
#nav_main ul li:nth-child(2) a:hover, #nav_main ul li.highlight:nth-child(2) a {
  background-position: -95px -33px;
}
#nav_main ul li:nth-child(3) a {
  width: 121px;
  background-position: -198px 0;
}
#nav_main ul li:nth-child(3) a:hover, #nav_main ul li.highlight:nth-child(3) a {
  background-position: -198px -33px;
}
#nav_main ul li:nth-child(4) a {
  width: 105px;
  background-position: -319px 0;
}
#nav_main ul li:nth-child(4) a:hover, #nav_main ul li.highlight:nth-child(4) a {
  background-position: -319px -33px;
}
#nav_main ul li:nth-child(5) a {
  width: 102px;
  background-position: -424px 0;
}
#nav_main ul li:nth-child(5) a:hover, #nav_main ul li.highlight:nth-child(5) a {
  background-position: -424px -33px;
}
#nav_main ul li:nth-child(6) a {
  width: 102px;
  background-position: -526px 0;
}
#nav_main ul li:nth-child(6) a:hover, #nav_main ul li.highlight:nth-child(6) a {
  background-position: -526px -33px;
}
#nav_main ul li:nth-child(7) a {
  width: 99px;
  background-position: -628px 0;
}
#nav_main ul li:nth-child(7) a:hover, #nav_main ul li.highlight:nth-child(7) a {
  background-position: -628px -33px;
}
#nav_main ul li:nth-child(8) a {
  width: 116px;
  background-position: -727px 0;
}
#nav_main ul li:nth-child(8) a:hover, #nav_main ul li.highlight:nth-child(8) a {
  background-position: -727px -33px;
}
#nav_main ul li:nth-child(9) a {
  width: 91px;
  background-position: -843px 0;
}
#nav_main ul li:nth-child(9) a:hover, #nav_main ul li.highlight:nth-child(9) a {
  background-position: -843px -33px;
}

#banner {
  position: absolute;
  left: 0;
  top: 76px;
  z-index: 1;
  width: 698px;
  height: 163px;
}

.content_sub {
  float: left;
  width: 184px;
  text-align: left;
  margin: 0 13px 0 0;
}
.content_sub h4.title {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  height: 41px;
}
.content_sub h4.title1 {
  background: url(../images/navsub_title1.jpg) no-repeat left top;
}
.content_sub h4.title2 {
  background: url(../images/navsub_title2.jpg) no-repeat left top;
}
.content_sub h4.title3 {
  background: url(../images/navsub_title3.jpg) no-repeat left top;
}
.content_sub h4.title4 {
  background: url(../images/navsub_title4.jpg) no-repeat left top;
}
.content_sub h4.title5 {
  background: url(../images/navsub_title5.jpg) no-repeat left top;
}
.content_sub h4.title6 {
  background: url(../images/navsub_title6.jpg) no-repeat left top;
}
.content_sub h4.title7 {
  background: url(../images/navsub_title7.jpg) no-repeat left top;
}
.content_sub h4.title8 {
  background: url(../images/navsub_title8.jpg) no-repeat left top;
}
.content_sub h4.title9 {
  background: url(../images/navsub_title9.jpg) no-repeat left top;
}

.content_menu {
  margin: 0 0 20px 0;
}
.content_menu ul.navsub_one li {
  border: 1px solid #e3e3e5;
  border-top: none;
  position: relative;
  padding: 7px 10px;
  background-color: #fff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}
.content_menu ul.navsub_one li:hover {
  background-color: #c2f0f1;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC2F0F1', endColorstr='#FF9ADFE1');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyZjBmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlhZGZlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2f0f1), color-stop(100%, #9adfe1));
  background-image: -moz-linear-gradient(top, #c2f0f1, #9adfe1);
  background-image: -webkit-linear-gradient(top, #c2f0f1, #9adfe1);
  background-image: linear-gradient(to bottom, #c2f0f1, #9adfe1);
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.content_menu ul.navsub_one li a {
  display: block;
  padding: 0px 10px;
  border-left: 5px solid #58a7d5;
}
.content_menu ul.navsub_one li a:hover {
  border-left: 5px solid #2d9799;
  color: #066b6e;
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.content_adv {
  width: 184px;
  margin: 0 auto;
}
.content_adv li a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  display: block;
  margin: 0 0 10px 0;
  color: white;
  height: 111px;
}
.content_adv li.n1 a {
  background: url(../images/adv_c01.jpg) no-repeat left top;
}
.content_adv li.n2 a {
  background: url(../images/adv_c02.jpg) no-repeat left top;
}
.content_adv li.n3 a {
  background: url(../images/adv_c03.jpg) no-repeat left top;
}

.weather {
  background: url(../images/weather_bg.jpg) no-repeat left top;
  height: 50px;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 35px 0 0 0;
  position: relative;
  font-size: 13px;
}
.weather dt {
  float: left;
  width: 45px;
  height: 45px;
  margin: 0 4px 0 6px;
}
.weather dd {
  line-height: 16px;
  margin: 6px 0 0 0;
}
.weather dd span.more {
  top: 14px;
  right: 18px;
  bottom: auto;
  left: auto;
  position: absolute;
  z-index: 99;
}
.weather dd span.more a {
  display: block;
  width: 37px;
  height: 13px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
}

.flow_list {
  border: 1px solid #99c2d6;
  padding: 5px 10px;
  margin: 20px 0;
}

.container_main {
  width: 711px;
  float: left;
  padding: 0;
  margin: 0;
}
.container_main h3.title {
  background: url(../images/back_title.jpg) no-repeat left top;
  padding: 1px 0 20px 20px;
  margin: 0;
  color: white;
}

.banner {
  width: 698px;
  height: 163px;
  border: 6px solid #d8d8d8;
  margin: 0 0 14px 0;
}

#breadcrumbs {
  position: absolute;
  right: 20px;
  top: 14px;
  z-index: 99;
  font-size: 13px;
}
#breadcrumbs span {
  margin: 0 2px 0 4px;
  color: #cc0000;
  font-size: 16px;
  font-weight: bold;
}

.content_main {
  border: 1px solid #eaeaea;
  padding: 20px;
  min-height: 550px;
  margin: 0 0 20px 0;
}
.content_main .top_info {
  margin: 0 4px 10px 4px;
}
.content_main .top_info span {
  color: #c9151e;
  font-size: 18px;
  margin: 0 3px;
  vertical-align: bottom;
}
.content_main .font2 {
  font-size: 30px;
  line-height: 300px;
  text-align: center;
}

#site_info {
  background: url(../images/back_footer.jpg) no-repeat left top;
  clear: both;
  width: 934px;
  height: 63px;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
#site_info address {
  background: url(../../images/back_footer2.jpg) no-repeat left top;
  background-size: 100% 100%;
  padding: 6px 0;
  font-style: normal;
  font-weight: normal;
  color: white;
  font-weight: bold;
}
#site_info address p {
  margin: 0 0 0 110px;
  text-align: left;
}
#site_info address p span:nth-of-type(1) {
  display: inline-block;
  width: 230px;
}
#site_info address p span:nth-of-type(2) {
  display: inline-block;
  width: 120px;
}
#site_info address span {
  font-size: 16px;
  font-weight: bold;
}

#nav_supp li {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-right: 1px solid #b5b5b5;
  line-height: 14px;
  padding: 0 16px 0 14px;
  margin: 8px 0 10px 0;
  text-align: center;
  font-size: 13px;
}
#nav_supp li:last-of-type {
  border-right: none;
}
#nav_supp li a {
  display: block;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}
@font-face {
  font-family: 'CombiNumerals';
  src: url("../fonts/CombiNumerals.ttf");
}
@font-face {
  font-family: 'CombiNumeralsBold';
  src: url("../fonts/CombiNumeralsBold.ttf");
}
.font01 p:before {
  position: relative;
  font-family: CombiNumeralsBold;
  font-style: normal;
  font-weight: bold;
  text-decoration: inherit;
  color: #fff;
  font-size: 22px;
  padding: 0 4px 0 0;
  vertical-align: text-top;
  color: #4893be;
}
.font01 p:nth-of-type(1):before {
  content: "q";
}
.font01 p:nth-of-type(2):before {
  content: "w";
}
.font01 p:nth-of-type(3):before {
  content: "e";
}
.font01 p:nth-of-type(4):before {
  content: "r";
}
.font01 p:nth-of-type(5):before {
  content: "t";
}
.font01 p:nth-of-type(6):before {
  content: "y";
}
.font01 p:nth-of-type(7):before {
  content: "u";
}
.font01 p:nth-of-type(8):before {
  content: "i";
}
.font01 p:nth-of-type(9):before {
  content: "o";
}
.font01 p:nth-of-type(10):before {
  content: "a";
}
.font01 p:nth-of-type(11):before {
  content: "s";
}
.font01 p:nth-of-type(12):before {
  content: "d";
}

.font02 p:before {
  color: #3f5f6a;
}

.font03 p:before {
  color: #545978;
}

.font04 p:before {
  color: #481f4a;
}

.icon_01:before {
  position: relative;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 15px;
  padding: 0 0.5em 0 0;
  vertical-align: bottom;
  font-size: 12px;
  padding: 0 0.5em 0 0.7em;
  content: "\f061";
  text-decoration: none;
  color: #2a3261;
}

#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 #4893be;
  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 #3a7da4;
  color: white;
  background-color: #3a7da4;
}
#pager ul.pages li a:hover {
  color: white;
}
#pager ul.pages li.pgEmpty {
  border: 1px solid #eef5f9;
  color: #eef5f9;
  cursor: default;
}
#pager ul.pages li.pgEmpty:hover {
  border: 1px solid #eef5f9;
  color: #eef5f9;
  cursor: default;
  background-color: white;
}
#pager ul.pages li.pgCurrent {
  border: 1px solid #3a7da4;
  color: white;
  font-weight: bold;
  background-color: #3a7da4;
}

.pager_line {
  border-top: 1px dotted #84b7d4;
  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: #3a7da4;
  border: 1px solid #3a7da4;
  text-align: center;
  color: white;
  margin: 10px 0 0 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.back_list a:hover {
  background-color: #3a7da4;
  color: #3a7da4;
}

/* Image style */
#scrollUp {
  background: url(../javascript/scrollUp/up-arrow.png) no-repeat center center;
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 51px;
  height: 51px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
}

.contact_top {
  *zoom: 1;
  /*IE/7/6*/
}
.contact_top:before, .contact_top:after {
  content: "";
  display: table;
}
.contact_top:after {
  clear: both;
}
.contact_top h5 {
  font-size: 18px;
  color: #3a7da4;
  margin: 0 0 0 5px;
  font-weight: bold;
}
.contact_top h5:nth-of-type(n+2) {
  margin: 20px 0 0 0;
}
.contact_top ul.map_info {
  margin: 5px;
}
.contact_top ul.map_info 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 8px;
  margin: 0 4px 0 0;
  float: right;
  padding: 4px 0 4px 20px;
}
.contact_top .map {
  margin: 0;
  padding: 9px;
  border: 1px solid #a3c9de;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

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

.map_photo li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 6px 15px 20px 0;
}
.map_photo li:nth-of-type(4n) {
  margin: 6px 0 20px 0;
}
.map_photo li .box {
  background-color: white;
  text-align: center;
  font-size: 0;
  width: 140px;
  height: 105px;
  display: block;
  border: 1px solid #c1dae9;
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.map_photo li .box * {
  vertical-align: middle;
}
.map_photo li .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.map_photo li .box img {
  max-width: 140px;
  max-height: 105px;
  _width: 140px;
  _height: 105px;
}
.map_photo li .box em {
  background: url(../images/pic/magnify_more.png) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  width: 150px;
  height: 115px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
}

.form_out {
  margin: 0;
  padding: 10px 0 0 0;
}

.form {
  line-height: 26px;
  margin: 0 0 20px 0;
  font-weight: bold;
  border-collapse: separate;
  border-spacing: 7px;
}
.form caption {
  background: #4893be;
  color: white;
  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: #eef5f9;
  text-align: center;
  padding: 0;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dfecf4;
}
.form tr td {
  padding: 0 7px;
  text-align: left;
}
.form tr td.s1 {
  background: #4893be;
  color: white;
  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 #d8d8d8;
  width: 189px;
  height: 20px;
  padding: 1px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: white;
  font-size: 15px;
}

.btn1 {
  -moz-box-shadow: inset 0px 1px 0px #c1dae9;
  -webkit-box-shadow: inset 0px 1px 0px #c1dae9;
  box-shadow: inset 0px 1px 0px #c1dae9;
  background-color: #4893be;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzQ4OTNiZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmNjY4NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #4893be), color-stop(100%, #2f6686));
  background-image: -moz-linear-gradient(center top, #4893be 5%, #2f6686 100%);
  background-image: -webkit-linear-gradient(center top, #4893be 5%, #2f6686 100%);
  background-image: linear-gradient(to center bottom, #4893be 5%, #2f6686 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #2f6686;
  display: inline-block;
  cursor: pointer;
  color: white;
  text-decoration: none;
  padding: 5px 30px;
  margin: 0 5px;
}
.btn1:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzJmNjY4NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ4OTNiZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #2f6686), color-stop(100%, #4893be));
  background-image: -moz-linear-gradient(center top, #2f6686 5%, #4893be 100%);
  background-image: -webkit-linear-gradient(center top, #2f6686 5%, #4893be 100%);
  background-image: linear-gradient(to center bottom, #2f6686 5%, #4893be 100%);
  background-color: #2f6686;
}
.btn1:active {
  position: relative;
  top: 1px;
}

.table_01 {
  border-collapse: collapse;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #4893be;
  margin: 0 0 10px 0;
}
.table_01 tr:nth-of-type(odd) {
  background: white;
}
.table_01 tr th {
  background: #3a7da4;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 8px 5px;
}
.table_01 tr th:first-of-type {
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 0;
}
.table_01 tr th:last-of-type {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 0 0;
}
.table_01 tr td {
  padding: 5px 5px;
  text-align: center;
  border-bottom: 1px solid #a3c9de;
}
.table_01 tr td.y1 {
  text-align: left;
}
.table_01 tr td img {
  max-width: 120px;
  max-height: 90px;
}
.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;
}

.table_02 {
  border-collapse: collapse;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #4893be;
  margin: 0 0 10px 0;
}
.table_02 tr:nth-of-type(odd) {
  background: white;
}
.table_02 tr th {
  background-color: white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFEAEAEA');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background-image: linear-gradient(to bottom, #ffffff, #eaeaea);
  color: black;
  text-align: center;
  font-weight: bold;
  padding: 5px 5px;
  border-top: 2px solid #007fc5;
  border-bottom: 1px solid #b5b5b5;
}
.table_02 tr th:first-of-type {
  border-left: 1px solid #b5b5b5;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 5px;
}
.table_02 tr th:last-of-type {
  border-right: 1px solid #b5b5b5;
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 0;
}
.table_02 tr td {
  padding: 5px 5px;
  text-align: center;
  border-bottom: 1px solid #a3c9de;
}
.table_02 tr td.y1 {
  text-align: left;
}
.table_02 tr td img {
  max-width: 120px;
  max-height: 90px;
}

.massage_box {
  border-width: 1px 1px 2px 1px;
  border-style: solid dotted;
  border-color: #66a5c9;
  padding: 3px;
  margin: 0 0 10px 0;
}
.massage_box dl {
  margin: 0 0 2px 0;
  border-bottom: 1px dotted #66a5c9;
}
.massage_box dl:last-of-type {
  margin: 0;
  border-bottom: none;
}
.massage_box dl dt {
  background-color: #84b7d4;
  padding: 3px 5px;
  font-weight: bold;
  font-size: 16px;
  margin: 2px 0;
  position: relative;
  color: white;
}
.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: 18px;
  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;
}

/* 日曆-彈跳視窗 */
#iframedetail, #iframedetail2 {
  position: absolute;
  z-index: 10000000;
  left: 30px;
  top: 0;
  background: #a0a0a0;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  display: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.iframedetailcell {
  height: 200px;
  width: 250px;
  position: relative;
  vertical-align: middle;
  display: table-cell;
  z-index: 10000001;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

#iframedetail iframe, #iframedetail2 iframe {
  background: #fff;
  padding: 0;
  vertical-align: middle;
}
#iframedetail .closebox, #iframedetail2 .closebox {
  width: 250px;
  margin: 0 auto;
  background: #bfbfbf;
  text-align: center;
}
#iframedetail .closebox a, #iframedetail2 .closebox a {
  display: block;
  font-weight: bold;
  cursor: pointer;
}

.date_icon {
  background: url(../images/pic/calendar_add.png) no-repeat left center;
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  vertical-align: bottom;
}

.datebox {
  position: relative;
  display: inline-block;
}

/* 日曆-彈跳視窗頁面 */
.yeardate {
  position: relative;
  height: 35px;
  line-height: 35px;
  width: 250px;
  font-weight: bold;
  color: white;
  text-align: center;
  background: #2f6686;
}

ul.year_PN {
  position: absolute;
  left: 20px;
}

ul.date_PN {
  position: absolute;
  right: 20px;
}

ul.year_PN li, ul.date_PN li {
  float: left;
}

ul.year_PN li a, ul.date_PN li a {
  margin-top: 12px;
}

ul.year_PN li:nth-of-type(2), ul.date_PN li:nth-of-type(2) {
  margin: 0 10px;
}

ul.year_PN a.pre, ul.date_PN a.pre {
  background: url(../images/pic/calendar_arrow.png) no-repeat;
  background-position: 0 0;
  width: 8px;
  height: 9px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  *text-indent: -9999px;
}

ul.year_PN a.pre:hover, ul.date_PN a.pre:hover {
  background-position: 0 -9px;
}

ul.year_PN a.next, ul.date_PN a.next {
  background: url(../images/pic/calendar_arrow.png) no-repeat;
  background-position: -8px 0;
  width: 8px;
  height: 9px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  *text-indent: -9999px;
}

ul.year_PN a.next:hover, ul.date_PN a.next:hover {
  background-position: -8px -9px;
}

.cal {
  border-collapse: separate;
  border-spacing: 3px;
  background-color: white;
}
.cal th {
  width: 33px;
  text-align: center;
  line-height: 20px;
  font-size: 8px;
  color: #7f7f7f;
  background: #d8d8d8;
}
.cal td {
  width: 33px;
  text-align: center;
  line-height: 18px;
}
.cal td a {
  font-size: 11px;
  font-weight: bold;
  background: #c1dae9;
  color: #3a7da4;
  display: block;
}
.cal td a:hover {
  color: white;
  background: #3a7da4;
}
.cal td.off {
  color: #d8d8d8;
  background: white;
}
.cal td.active a {
  color: white;
  background: #84b7d4;
}

/* 最新消息-內頁 */
p.news_title {
  font-weight: bold;
  color: white;
  padding: 6px 15px;
  margin: 0;
  background: #3a7da4;
  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: #84b7d4;
}
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: #3a7da4;
  border: 1px solid #66a5c9;
  color: white;
  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: #dfecf4;
  border: 1px solid #66a5c9;
  color: #3a7da4;
}

.style_p01 dl {
  overflow: hidden;
  margin: 0 0 30px 0;
}
.style_p01 dl dt {
  position: relative;
  float: left;
  margin: 0 20px 0 0;
}
.style_p01 dl dt .box {
  background-color: white;
  text-align: center;
  font-size: 0;
  width: 160px;
  height: 120px;
  display: block;
  border: 1px solid #c1dae9;
  padding: 4px;
}
.style_p01 dl dt .box * {
  vertical-align: middle;
}
.style_p01 dl dt .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.style_p01 dl dt .box img {
  max-width: 160px;
  max-height: 120px;
  _width: 160px;
  _height: 120px;
}
.style_p01 dl dt .box em {
  background: url(../images/pic/magnify_more.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;
}
.style_p01 dl dd {
  overflow: hidden;
}
.style_p01 dl dd.title {
  background-color: #eaeaea;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEAEAEA', endColorstr='#FFFFFFFF');
  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(top, #eaeaea, #ffffff);
  background-image: -webkit-linear-gradient(top, #eaeaea, #ffffff);
  background-image: linear-gradient(to bottom, #eaeaea, #ffffff);
  -moz-box-shadow: inset 0px 0px 3px #d8d8d8;
  -webkit-box-shadow: inset 0px 0px 3px #d8d8d8;
  box-shadow: inset 0px 0px 3px #d8d8d8;
  color: #2f6686;
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: bold;
  border-left: 5px solid #84b7d4;
  padding: 3px 5px 3px 10px;
}
.style_p01 dl dd a {
  color: #ed701a;
}
.style_p01 dl dd a:hover {
  text-decoration: none;
}
.style_p01 dl dd span.more {
  background: url(../images/pic/world_link.png) no-repeat left center;
  padding: 2px 0 2px 20px;
  margin: 0 0 0 10px;
}

.style_p02 dl {
  overflow: hidden;
  margin: 0 0 40px 0;
}
.style_p02 dl dt {
  position: relative;
  float: left;
  margin: 0px 20px 0 40px;
}
.style_p02 dl dt time {
  position: absolute;
  left: -40px;
  top: 0;
  z-index: 99;
  width: 40px;
  height: 133px;
  background-color: #4893be;
  text-align: center;
  color: white;
  padding: 10px 0 0 0;
}
.style_p02 dl dt time span {
  display: block;
  font-size: 27px;
  font-weight: bold;
}
.style_p02 dl dt .box {
  text-align: center;
  font-size: 0;
  width: 190px;
  height: 143px;
  display: block;
  background-color: #c1dae9;
}
.style_p02 dl dt .box * {
  vertical-align: middle;
}
.style_p02 dl dt .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.style_p02 dl dt .box img {
  max-width: 190px;
  max-height: 143px;
  _width: 190px;
  _height: 143px;
}
.style_p02 dl dt .box em {
  background: transparent;
  width: 200px;
  height: 153px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.style_p02 dl dt .box em:hover {
  background: url(../images/pic/magnify_more.png) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.style_p02 dl dd {
  overflow: hidden;
  position: relative;
  padding: 0 0 30px 0;
  min-height: 113px;
}
.style_p02 dl dd h5 {
  background-color: #dfecf4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFDFECF4', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZWNmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #dfecf4), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(left, #dfecf4, #ffffff);
  background-image: -webkit-linear-gradient(left, #dfecf4, #ffffff);
  background-image: linear-gradient(to right, #dfecf4, #ffffff);
  border-left: 5px solid #84b7d4;
  font-size: 18px;
  color: #2f6686;
  padding: 2px 0 2px 10px;
}
.style_p02 dl dd span.more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.style_p02 dl dd span.more a {
  -moz-box-shadow: inset 0px 1px 0px #c1dae9;
  -webkit-box-shadow: inset 0px 1px 0px #c1dae9;
  box-shadow: inset 0px 1px 0px #c1dae9;
  background-color: #4893be;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzQ4OTNiZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ4OTNiZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #4893be), color-stop(100%, #4893be));
  background-image: -moz-linear-gradient(center top, #4893be 5%, #4893be 100%);
  background-image: -webkit-linear-gradient(center top, #4893be 5%, #4893be 100%);
  background-image: linear-gradient(to center bottom, #4893be 5%, #4893be 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #2f6686;
  display: inline-block;
  cursor: pointer;
  color: white;
  text-decoration: none;
  padding: 0px 10px;
}
.style_p02 dl dd span.more a:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzQ4OTNiZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ4OTNiZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #4893be), color-stop(100%, #4893be));
  background-image: -moz-linear-gradient(center top, #4893be 5%, #4893be 100%);
  background-image: -webkit-linear-gradient(center top, #4893be 5%, #4893be 100%);
  background-image: linear-gradient(to center bottom, #4893be 5%, #4893be 100%);
  background-color: #4893be;
}
.style_p02 dl dd span.more a:active {
  position: relative;
  top: 1px;
}

.style_p03 figure {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 26px 20px 0;
  width: 200px;
  min-height: 153px;
  _height: 153px;
  position: relative;
}
.style_p03 figure:nth-of-type(3n) {
  margin: 0 0 20px 0;
}
.style_p03 figure .box {
  text-align: center;
  font-size: 0;
  width: 190px;
  height: 143px;
  display: block;
  border: 1px solid #a3c9de;
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px #dfecf4;
  -webkit-box-shadow: 0px 1px 2px #dfecf4;
  box-shadow: 0px 1px 2px #dfecf4;
}
.style_p03 figure .box:hover {
  outline: 2px solid #3a7da4;
}
.style_p03 figure .box * {
  vertical-align: middle;
}
.style_p03 figure .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.style_p03 figure .box img {
  max-width: 190px;
  max-height: 143px;
  _width: 190px;
  _height: 143px;
}
.style_p03 figure .box em {
  background: transparent;
  width: 200px;
  height: 153px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.style_p03 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;
}
.style_p03 figure figcaption {
  padding: 3px 0 0 0;
  text-align: center;
  font-size: 16px;
}

.style_show1 {
  *zoom: 1;
  /*IE/7/6*/
}
.style_show1:before, .style_show1:after {
  content: "";
  display: table;
}
.style_show1:after {
  clear: both;
}
.style_show1 dl h4 {
  background-color: #4893be;
  font-size: 18px;
  color: white;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
  margin: 0 0 12px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #66a5c9;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF66A5C9', endColorstr='#FF4893BE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2YTVjOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ4OTNiZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #66a5c9), color-stop(100%, #4893be));
  background-image: -moz-linear-gradient(top, #66a5c9, #4893be);
  background-image: -webkit-linear-gradient(top, #66a5c9, #4893be);
  background-image: linear-gradient(to bottom, #66a5c9, #4893be);
}
.style_show1 dl dt {
  float: left;
  margin: 0 20px 10px 0;
}
.style_show1 dl dt .box {
  text-align: center;
  font-size: 0;
  width: 250px;
  height: 188px;
  display: block;
  border: 1px solid #a3c9de;
  padding: 4px;
}
.style_show1 dl dt .box * {
  vertical-align: middle;
}
.style_show1 dl dt .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.style_show1 dl dt .box img {
  max-width: 250px;
  max-height: 188px;
  _width: 250px;
  _height: 188px;
}
.style_show1 dl dd {
  overflow: hidden;
}
.style_show1 dl dd p {
  padding: 6px 2px 6px 50px;
  margin: 0;
  border-bottom: 1px dashed #d8d8d8;
  position: relative;
}
.style_show1 dl dd p.star {
  color: #ed701a;
  font-size: 27px;
  vertical-align: bottom;
}
.style_show1 dl dd p.star a {
  background: url(../images/pic/good.png) no-repeat left bottom;
  width: 94px;
  height: 24px;
  display: inline-block;
  margin: 0 0 0 14px;
}
.style_show1 dl dd p span {
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 20;
  width: 50px;
  display: inline-block;
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.style_show_info {
  *zoom: 1;
  /*IE/7/6*/
}
.style_show_info:before, .style_show_info:after {
  content: "";
  display: table;
}
.style_show_info:after {
  clear: both;
}
.style_show_info dt {
  border-left: 5px solid #84b7d4;
  padding: 0 0 0 5px;
  color: #2f6686;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}
.style_show_info dd {
  margin: 0 10px;
}

.style_p04 dl {
  overflow: hidden;
  margin: 0 0 40px 0;
}
.style_p04 dl dt {
  position: relative;
  float: left;
}
.style_p04 dl dt .box {
  background-color: white;
  text-align: center;
  font-size: 0;
  width: 200px;
  height: 150px;
  display: block;
  border: 1px solid #c1dae9;
  padding: 4px;
}
.style_p04 dl dt .box * {
  vertical-align: middle;
}
.style_p04 dl dt .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.style_p04 dl dt .box img {
  max-width: 200px;
  max-height: 150px;
  _width: 200px;
  _height: 150px;
}
.style_p04 dl dt .box em {
  background: url(../images/pic/magnify_more.png) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  width: 210px;
  height: 160px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
}
.style_p04 dl dd {
  overflow: hidden;
  background-color: #f4f8fb;
  padding: 5px 20px;
  height: 150px;
}
.style_p04 dl dd ul {
  margin: 0 0 10px 0;
}
.style_p04 dl dd ul li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 48%;
  margin: 5px 0;
  border-bottom: 1px dotted #c1dae9;
}
.style_p04 dl dd ul li:nth-of-type(odd) {
  margin: 5px 6px 5px 0;
}
.style_p04 dl dd ul li span {
  color: #2f6686;
  font-weight: bold;
}
.style_p04 dl dd p {
  display: inline-block;
  text-align: right;
  float: right;
}
.style_p04 dl dd p.b2 {
  background: url(../images/pic/config_date.png) no-repeat left center;
  padding: 0 0 0 26px;
}
.style_p04 dl dd p.b2 a {
  font-size: 16px;
  color: #ed701a;
  font-weight: bold;
  text-decoration: underline;
}
.style_p04 dl dd p.b2 a:hover {
  text-decoration: none;
}
.style_p04 dl dd p.b3 {
  background: url(../images/pic/picture_zoom.png) no-repeat left center;
  padding: 0 0 0 26px;
}
.style_p04 dl dd p.b3 a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.style_p04 dl dd p.b3 a:hover {
  text-decoration: none;
}

#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: white;
  width: 320px;
  height: 240px;
  border: 1px solid #c8c8c8;
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#show_box dl dd {
  overflow: hidden;
}
#show_box dl dd ul {
  margin: 0 0 10px 0;
}
#show_box dl dd ul li {
  padding: 7px 10px;
  border-bottom: 1px dotted #c1dae9;
}
#show_box dl dd ul li:first-of-type {
  background-color: #dfecf4;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
#show_box dl dd ul li span {
  font-size: 18px;
  color: #2f6686;
  font-weight: bold;
}
#show_box dl dd p {
  display: inline-block;
  text-align: right;
  float: right;
}
#show_box dl dd p.b2 {
  background: url(../images/pic/config_date.png) no-repeat left center;
  padding: 0 0 0 26px;
}
#show_box dl dd p.b2 a {
  font-size: 16px;
  color: #ed701a;
  font-weight: bold;
  text-decoration: underline;
}
#show_box dl dd p.b2 a:hover {
  text-decoration: none;
}
#show_box dl dd p.b3 {
  background: url(../images/pic/picture_zoom.png) no-repeat left center;
  padding: 0 0 0 26px;
}
#show_box dl dd p.b3 a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
#show_box dl dd p.b3 a:hover {
  text-decoration: none;
}

#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: #3a7da4;
  font-size: 18px;
  font-weight: bold;
  background-color: #eef5f9;
  padding: 3px 10px;
  border-left: 5px solid #4893be;
  margin: 0 0 10px 0;
}

.style_p05 dl {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 42px 20px 0;
  width: 190px;
  min-height: 145px;
  _height: 145px;
  position: relative;
}
.style_p05 dl:nth-of-type(3n) {
  margin: 0 0 20px 0;
}
.style_p05 dl dt .box {
  text-align: center;
  font-size: 0;
  width: 180px;
  height: 135px;
  display: block;
  border: 1px solid #d8d8d8;
  padding: 4px;
}
.style_p05 dl dt .box:hover {
  outline: 2px solid #3a7da4;
}
.style_p05 dl dt .box * {
  vertical-align: middle;
}
.style_p05 dl dt .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.style_p05 dl dt .box img {
  max-width: 180px;
  max-height: 135px;
  _width: 180px;
  _height: 135px;
}
.style_p05 dl dt .box em {
  background: transparent;
  width: 190px;
  height: 145px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.style_p05 dl dt .box em:hover {
  background: url(../images/pic/icon_plus.gif) no-repeat 162px 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.style_p05 dl dd {
  padding: 3px 0;
  margin: 0;
}
.style_p05 dl dd.point {
  width: 180px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 5px;
  top: 110px;
  z-index: 5;
  text-align: center;
  color: white;
}
.style_p05 dl dd.info {
  padding: 1px 0;
  color: black;
  font-weight: bold;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.f-fwb {
  font-weight: bold;
}

.f-tdu {
  text-decoration: underline;
}

.f-red {
  color: #c9151e;
}

.line {
  border-bottom: 1px dotted #c1dae9;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-n {
  float: none;
}

.about_style {
  margin: 0 0 30px 0;
}
.about_style p {
  margin: 0 0 0 10px;
}
.about_style h4 {
  background-color: #eaeaea;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEAEAEA', endColorstr='#FFFFFFFF');
  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(top, #eaeaea, #ffffff);
  background-image: -webkit-linear-gradient(top, #eaeaea, #ffffff);
  background-image: linear-gradient(to bottom, #eaeaea, #ffffff);
  -moz-box-shadow: inset 0px 0px 3px #d8d8d8;
  -webkit-box-shadow: inset 0px 0px 3px #d8d8d8;
  box-shadow: inset 0px 0px 3px #d8d8d8;
  border-left: 5px solid #84b7d4;
  padding: 5px 15px 5px 10px;
  font-size: 18px;
  margin: 0 0 10px 0;
  color: #2f6686;
  font-weight: bold;
}
.about_style h4.sh1 {
  color: #345b69;
  border-left: 5px solid #adc1c8;
}
.about_style h4.sh2 {
  color: #3f4672;
  border-left: 5px solid #adb1c8;
}
.about_style h4.sh3 {
  color: #481f4a;
  border-left: 5px solid #ab8eba;
}
.about_style h4 span {
  font-size: 14px;
  float: right;
  color: #919191;
}
.about_style h5 {
  color: #3a7da4;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 0 10px;
}

.style_u01 {
  margin: 0 15px;
}
.style_u01 li {
  background: url(../images/pic/ul_icon1.jpg) no-repeat left 9px;
  padding: 0 0 5px 10px;
}
.style_u01 li span {
  font-weight: bolder;
}

.style_u02 p {
  margin: 0 0 16px 0;
}
.style_u02 p strong {
  color: #3f5f6a;
  font-weight: bold;
  font-size: 16px;
}
.style_u02 p span {
  text-decoration: underline;
}

.style_u03 p {
  margin: 0 0 16px 0;
}
.style_u03 p strong {
  color: #545978;
  font-weight: bold;
  font-size: 16px;
}
.style_u03 p span {
  text-decoration: underline;
}

.style_u04 p {
  margin: 0 0 16px 0;
}
.style_u04 p strong {
  color: #6b467f;
  font-weight: bold;
  font-size: 16px;
}
.style_u04 p span {
  text-decoration: underline;
}

.travel_list h4.title {
  color: #2f6686;
  font-weight: bold;
  font-size: 23px;
}
.travel_list h4.title span {
  background: url(../images/pic/config_date.png) no-repeat left center;
  padding: 0 0 0 26px;
  float: right;
}
.travel_list h4.title span a {
  font-size: 16px;
  color: #ed701a;
  font-weight: bold;
  text-decoration: underline;
}
.travel_list h4.title span a:hover {
  text-decoration: none;
}
.travel_list h5.title {
  background-color: #dfecf4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFDFECF4', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZWNmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #dfecf4), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(left, #dfecf4, #ffffff);
  background-image: -webkit-linear-gradient(left, #dfecf4, #ffffff);
  background-image: linear-gradient(to right, #dfecf4, #ffffff);
  border-left: 5px solid #84b7d4;
  font-size: 18px;
  color: #2f6686;
  padding: 2px 0 2px 10px;
  margin: 20px 0 10px 0;
}
.travel_list .travel_note {
  border: 2px solid #a3c9de;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 20px 20px;
  margin: 0 0 20px 0;
}
.travel_list .travel_note span {
  display: inline-block;
  background: url(../images/pic/line_01.jpg) repeat-y left bottom;
  line-height: 32px;
}
.travel_list .travel_view img {
  float: left;
  margin: 4px 12px 0 0;
  vertical-align: top;
  max-width: 240px;
  max-height: 160px;
  _width: 240px;
  _height: 160px;
  border: 3px solid #eaeaea;
}
.travel_list .travel_view p.title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  text-decoration: underline;
}
.travel_list .travel_view p.info {
  *zoom: 1;
  /*IE/7/6*/
  margin: 0 0 20px 0;
}
.travel_list .travel_view p.info:before, .travel_list .travel_view p.info:after {
  content: "";
  display: table;
}
.travel_list .travel_view p.info:after {
  clear: both;
}

.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  font-weight: bold;
  margin: 20px 0;
}
.editor h1 {
  font-size: 2em;
}
.editor h2 {
  font-size: 1.5em;
}
.editor h3 {
  font-size: 1.17em;
}
.editor h4 {
  font-size: 1em;
}
.editor h5 {
  font-size: 0.83em;
}
.editor h6 {
  font-size: 0.67em;
}
.editor p {
  margin: 0 0 6px 0;
}
