@charset "utf-8";

/* CSS Document */

input[type*="text"]:focus,
input[type*="date"]:focus,
input[type*="email"]:focus,
input[type*="number"]:focus,
textarea:focus,
input[type*="password"]:focus {
    background-color: #dfaaa5 !important
}
input:focus,
a:focus {
    outline: 2px #dfaaa5 dotted !important;
}

.modal-dialog .ekko-lightbox-nav-overlay a:focus {
    outline: none !important;
}

dd:before {
    content: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

img[src*="bar.gif"] {
    height: 8px;
}

img[src*="b_bar.gif"] {
    max-width: 180px
}

body {
    font-family: 微軟正黑體;
    background: url(../images/bg.jpg) center;
    position: relative;
}
#FontSizeArea{ background: url(../images/bg_footer.png) center bottom no-repeat;}


body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

select,
input[type*="text"],
input[type*="date"],
input[type*="number"],
input[type*="email"],
input[type*="password"],
textarea {
    border: 1px solid #cecece;
    box-shadow: inset 0 1px 0.25rem rgba(0, 0, 0, 0.1);
}

body,
div,
dl,
dt,
dd,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
label {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}
iframe{width: 100%;}
iframe,
img {
    border: 0;
}

ul {
    list-style: none;
}

.clear {
    clear: both
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
}

.clean {
    clear: both;
}

.center {
    text-align: center !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px;
}


/* menu*/

.menu2 {
    display: none
}

#menu_bth {
    display: none
}

#main_menu {
    /* background-color: #ccc; */
}

#main_menu .menu2 li a {
    padding-right: 2rem;
    word-break: break-all;
}

#menu_bth {
    cursor: pointer;
    height: 40px;
    background-color: #b7b7b7
}


.top_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.top_menu>li {
    /*position: relative;*/
    margin-left: 1.8em;
}

.top_menu>li:last-child {
    background: none;
}

.top_menu>li>a {
    text-decoration: none;
    color: #454545;
    padding: 1em 5px;
    display: block;
    font-size: 1.250em;
    font-weight: bold;
    position: relative;
}

.top_menu>li>a:hover,
.top_menu>li>a:focus,
.top_menu .top_menu_fixed {
    color: #00737f;
}

.top_menu>li>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    margin:auto;
    width: 85%;
    height: 3px;
    background: #007986;
    transform-origin: 100% 50% 0;
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .65s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: transform .65s cubic-bezier(.165, .84, .44, 1) 0s
}

.top_menu>li>a:hover:before {
    transform-origin: 0% 50% 0;
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: transform .45s cubic-bezier(.165, .84, .44, 1) 0s
}
.top_menu .top_menu_fixed:before {
    transform-origin: 0% 50% 0;
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: transform .45s cubic-bezier(.165, .84, .44, 1) 0s
}



.top_menu>li:hover ul {
    display: block;
  
}

/* 二級選單顯示於一級選單的正下方 */

.top_menu>li>ul {
    width: 100%;
    background: rgba(35, 24, 21, 0.8);
    position: absolute;
    z-index: 9999;
    list-style: none;
    top: 100px;
    left: 0;
    text-align: left;
    padding: 20px 10px;
}

.top_menu>li:nth-of-type(even)>ul {
    background: rgba(0, 75, 83, 0.8);
}


.top_menu_active {
    top: 68px !important;
}

.sub_box.active {
    display: block
}

.sub_box>li {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 0 1em;
}

.sub_box>li>a {
    background: #e8e8e8;
    color: #231815;
    height: auto;
    position: relative;
    padding: 10px 5px 10px 27px;
    display: block;
    margin-bottom: 1em;
}

.sub_box>li>a:before {
    content: "\f105";
    position: absolute;
    top: 10px;
    left: 15px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.sub_box>li>a:hover {
    color: #007986;
}

.sub_box2 li {
    margin-bottom: 10px;
}

.sub_box2>li {
    padding: 0 5px 0 45px;
}

.sub_box2>li>a {
    color: #e8e8e8;
    position: relative;
}

.sub_box2>li>a:hover {
    color: #fffdbd;
}

.sub_box2>li>a:before {
    content: "\f0da";
    position: absolute;
    top: 0px;
    left: -14px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.sub_box3>li {
    padding: 0 5px 0 21px;
}

.sub_box3>li>a {
    color: #e8e8e8;
    position: relative;
}

.sub_box3>li>a:hover {
    color: #fffdbd;
}

.sub_box3>li>a:before {
    content: "\f0da";
    position: absolute;
    top: 0px;
    left: -14px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}




/* page*/

h2 {
  
display: inline-block;
  
min-height: 57px;
  
background: url(../images/icon_title.png) no-repeat 0;
  
color: #454545;
  
font-size: 1.25em;
  
font-weight: bold;
  
padding: 20px 10px 15px 61px;
  
position:relative;
}

h2:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 60px;
    width: 78%;
    height: 5px;
    background: #017f8e;
    display: inline-block;
}


.ace {
    color: #ccc;
    font-size: 84%
}

.con {
    margin-top: 2em;
}

#header {
    background: url(../images/top_bg.jpg);
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}


#header .top {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding: 1em;
}

/*選單固定上方*/
#header .top_active{
    max-width: none;
    padding: 0;
}

#header .menu_active {
    width: 100%;
    background: url(../images/top_bg.jpg);
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    z-index: 999;
    margin-top: 0;
}

#header .menu_active .top_menu {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
    display: table;
}

#header .menu_active .top_menu>li {
    width: calc(100% / 6);
    display: table-cell;
}
/*選單固定上方end*/

#logo {
    float: left;
    margin-right: 20px;
}

#logo a {
    display: inline-block;
}


.place {
    color: #333;
    margin: 5px 0;
    font-size: 95%
}

.place li {
    display: inline-block
}

.place a {
    color: #333;
    display: inline-block;
}
.type_word a.active,
.type_word a:hover,
.type_word a:focus,
.menu_nav a:hover,
.place a:hover,
.place .on {
    color: #007a88;
}

#main_type .type_word a.active,
.type_word a:hover {
    background: #007a88;
    border-radius: 5px;
    color: #FFF;
    padding: 2px 5px;
}

.title_box {
    border-bottom: 3px #017f8e solid;
    margin: 10px 0;
    position: relative;
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}


.content_txt a:hover,
.gallery_list a:hover {
    color: #ee7610;
}


.main_bn {
    position: absolute;
    right: 0;
    top: 13px;
}

.main_bn li {
    display: inline-block;
    position: relative;
}

.main_bn li:hover ul {
    display: block
}

.main_bn>li>a {
    line-height: 36px;
    color: #454545;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 10px 0 30px;
    font-size: 1.125em;
    font-weight: bold;
}


.main_bn a:before {
    content: "\f02f";
    position: absolute;
    top: 1px;
    left: 10px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.main_bn .main_bn_share:before {
    content: "\f1e0";
}

.main_bn a:hover {
  
}

.main_bn .main_bn_share:hover {
    background: #000;
}

.article {
    min-height: 630px;
}

.content_txt {
    color: #282828;
    line-height: 180%;
}

.content_txt .imgbox a {
    display: block;
}

.content_txt b,
strong {
    line-height: normal;
}
.content_txt i{color:#007a88}

.content_txt .owl-nav i{
    color: #fff;
}

.content_txt ul {
    list-style: disc;
    padding-left: 40px;
}

.content_txt p {
    margin: 0;
    word-wrap: break-word;
}

.gallery_list .imgbox,
.content_txt .imgbox,
.faq .imgbox {
    float: right;
    clear: both;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    z-index: 1
}

.content_txt .imgbox a,
.faq .imgbox a,
.imgbox a,
.imgbox2 a,
.imgbox .video_box {
 display: table-cell;
 vertical-align: middle;
 /* padding: 5px; */
 overflow: hidden;
}

.gallery_list .imgbox img,
.gallery_list .imgbox2 img,
.content_txt .imgbox img,
.faq .imgbox img,
.pic img,
.gallery_list .pic {
    max-height: 178px !important;
    transition: all 0.4s;
}

.imgbox:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.container {
    max-width: 996px;
}
.container_1200 {
    max-width: 1200px;
}





#div_content {
    color: #282828;
    /* margin-top: 10px; */
}

#content p {}

#content iframe {
    width: 100%;
}

.content_link {
    color: #f00;
    display: inline-block;
    vertical-align: top
}

.content_link:hover {
    color: #093;
}

.menu_navigation {
    background: #017f8e;
    color: #FFF;
}

.menu_nav {
    max-width: 1200px;
    margin: auto;
    text-align: right;
    padding: 0;
}

.menu_nav li {
    display: inline-block;
    color: #fff
}

.menu_nav>li> a {
    color: #FFF;
    display:  block;
    padding: 5px 0;
}

.menu_nav a:hover {
    color: #e8e8e8;
}

.menu_nav li.nav_parent {
    position: relative;
}
.menu_nav li.nav_parent>a{
    padding: 5px;
}
.nav_parent .nav_focus.active,
.menu_nav li.nav_parent:hover ul {
    display: block;
}

.menu_nav li.nav_parent .nav_focus {
   
    position: absolute;
    top: 31px;
    right: -20px;
    z-index: 99;
    display: table;
    text-align: left;
    display: none;
}

.menu_nav li.nav_parent .nav_focus.active{ display:block}


.nav_sub li {
    display: table-cell;
    text-align: left;
    position: relative;
}

.nav_sub li a {
    color: #000;
    display: block;
    padding: 10px 5px 10px 27px;
    white-space: nowrap;
}

.nav_sub li a:hover {
    color: #ff822f;
}

.nav_sub li a:before {
    content: "\f0c8";
    position: absolute;
    left: 9px;
    top: 11px;
    color: #1E7F6C;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}
.search_box {
    margin-top: 5px;
    text-align: right
}

.search_box .icon {
    border: 1px solid #000;
    background-color: #000;
    color: #FFF;
    padding: 2px;
    font-size: 100%;
}
.nav_parent .nav_focus.active,
.menu_nav li.nav_parent:hover ul {
    display: block;
}

.menu_nav li.nav_parent .nav_focus {

    position: absolute;
    top: 31px;
    right: -20px;
    z-index: 99;
    display: table;
    text-align:right;
    display: none;
}

.menu_nav li.nav_parent .nav_focus.active{ display:block}


.nav_sub li {
    display: table-cell;
    text-align: left;
    position: relative;
}

.nav_sub li a {
    color: #000;
    display: block;
    padding: 10px 5px 10px 27px;
    white-space: nowrap;
}

.nav_sub li a:hover {
    color: #ff822f;
}

.nav_sub li a:before {
    content: "\f0c8";
    position: absolute;
    left: 9px;
    top: 11px;
    color: #1E7F6C;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.search_main {
    padding: 1em;
    background: rgba(0, 121, 134, 0.8);
}

.nav_search {
    position: relative;
}



.nav_search .text {
    color: #000;
    width: 223px;
    padding: 3px 32px 3px 3px;
}

.nav_search .text2 {
    width: 21px;
    height: 20px;
    background: url(../images/icon_nav_search.png);
    border: 0px;
    vertical-align: middle;
    position: absolute;
    top: 4px;
    right: 7px;
    font-size: 0em;
}
.pic {
    clear: both;
    text-align: center;
    margin-top: 15px;
}

.pic .imgbox {
    display: inline-block;
    margin: 5px 0;
    vertical-align: top
}

.imgbox dt,
.imgbox2 dt,
.imgbox figure,
.imgbox2 figure {
    width: 100%;
    height: 188px;
    /*background: #017f8e;*/
    border: 2px #017f8e solid;
    border-radius: 10px;
    display: table;
    table-layout: fixed;
    padding: 5px;
}
#main_type,
.main_type {
    text-align: right;
    margin-bottom: 15px;
}

#main_type * {
    vertical-align: middle;
}

#main_type input,
#main_type select {
    height: 32px;
}



#main_type img{
margin: 0px 5px;
}






.type_word {
    color: #313131;
    padding: 2px 5px;
    vertical-align: middle;
}

label {
    vertical-align: middle;
}

.type_word a {
    color: #313131;
    display: inline-block;
}

.type_word a.active,
.type_word a:hover,
.type_word a:focus {
  
}

.search_table {
    border: 1px solid #CCC;
    color: #333;
    letter-spacing: 1px;
}

.search_bn {
    border: 0px;
    margin-bottom: -6px;
    *margin-bottom: -5px;
}

.icon_go,
.bn_search {
    border: 0px;
    background-image: url(../images/icon_bn_search.png);
    width: 32px;
    height: 32px;
    vertical-align: middle;
    text-indent: -9999px;
}



.icon_go:hover,
.bn_search:hover {
    opacity: 0.7
}







/*按鈕選單*/

.b_main {
    position: absolute;
    right: 0;
    top: 28px;
    display: none;
}

.b {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
    transition: .2s;
    cursor: pointer;
}

.b i {
    width: 30px;
    height: 20px;
    position: absolute;
    display: block;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transition: .2s;
}

.b1 {
    width: 25px;
    top: 0;
    left: 0;
}

.b2 {
    width: 25px;
    top: 8px;
    left: 0;
}

.b3 {
    width: 25px;
    top: 16px;
    left: 0;
}

.b.on .b1 {
    top: 0;
    left: 0;
    width: 25px;
    transform: translateY(10px) rotate(45deg);
}

.b.on .b3 {
    width: 25px;
    transform: translateY(-6px) rotate(-45deg);
}

.b.on .b2 {
    width: 0;
}

.menu2 .nav_search {
    position: relative;
}

.menu2 .nav_sub:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 9.5px 0 9.5px;
    border-color: #1e7f6c transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 20px;
}

.menu2 .nav_search .text {
    border: 1px solid #000;
    width: calc(100% - 60px);
    height: 30px;
    padding-left: 15px;
    background-color: #fff;
    border-radius: 0;
    vertical-align: top;
    float: left;
}

.menu2 .nav_search .text2 {
    border: 0px;
    width: 60px;
    line-height: 30px;
    height: 30px;
    border-radius: 0 15px 15px 0;
    background: #007a88;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    position: static;
    float: left;
}



.left_menu {
    position: relative
}

.left_menu .ace {
    position: absolute
}

.menu_icon {
    position: absolute;
    top: 5px;
    right: 10px;
}

.menu_icon:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: smaller;
}

.menu_icon-:before {
    content: "\f068";
}

.left_main {

    padding: 10px 0;
}

.left_menu .menu2 {
    border: 8px #007a88 solid;
    background: #fff;
    border-radius: 5px;
    padding: 2em 1em 1em;
    margin-top: -2em;
}
.menu2 li {
    position: relative;
}

.menu2>li {
    margin-top: 5px;
}

.menu2 li>a {
    display: block;
    color: #000;
    padding: 8px 5px 8px 30px;
    font-size: 1.125em;
    position: relative;
}


.menu2 li>a:before {
    content: "\f105";
    position: absolute;
    top: 10px;
    left: 16px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}


.menu2 .sub_menu->a,
.menu2>li>a:hover {
   color: #007a88;
    background-color: #e8e8e8;
}

.menu2 span {
    font-size: 30%;
}

.menu2 ul {
    display: none;
    margin-top: 1px;
    padding: 0;
}

.menu2 .sub_sub2>li,
.menu2 .sub_sub>li {
   border-bottom: 1px #b2b2b2 dotted;
}

.menu2 .sub_sub2>li:last-of-type,
.menu2 .sub_sub>li:last-of-type {
    border-bottom: 0;
}

.sub_menu2 {
    position: relative;
}

.menu2 .sub_sub a {
    font-size: 1em;
    color: #353535;
    padding: 5px 5px 5px 48px;
}

.menu2 .sub_sub a:before {
    content: "\f0da";
    top: 7px;
    left: 36px;
}


.menu2 .sub_menu2->a,
.menu2 .sub_sub a:hover {
    color: #007a88;
}

.menu2 .sub_sub2 {
    display: none;
}

.sub_menu3 {
    position: relative
}

.menu2 .sub_sub2 a {

    color: #353535;

    padding-left: 65px;

    padding-right: 5px;
}

.menu2 .sub_sub2 a:before {
    top: 7px;
    left: 53px;
}



.menu2 .sub_menu3->a,
.menu2 .sub_sub2 a:hover {
    color: #007a88;
}

.menu2 .sub_sub3 {
    display: none;
}

.menu2 .sub_sub3 a {

    color: #000;

    padding-left: 82px;
}

.menu2 .sub_sub3 a:before {
    top: 7px;
    left: 70px;
}

.menu2 .sub_menu4->a,
.menu2 .sub_sub3 a:hover {
  color: #007a88;
  
}

.menu2 .sub_sub4 {
    display: none;
}

.menu2 .sub_sub4 a {



padding-left: 99px;
}

.menu2 .sub_sub4 a:before {
    top: 7px;
    left: 87px;
}

.menu2 .sub_sub4 a:hover {

 
}

.menu2 dl {
    border-top: 1px #ccc dotted;

}

.menu2 dl a {
    color: #313131;
    padding: 10px 0 10px 25px
}

.menu2 dt {

    font-weight: 500
}

.menu2 dt a {
    color: #3c3c3c;
    padding: 5px 0 5px 35px
}

.menu2 dt a:hover {
    background-color: transparent;
    color: #f00
}

.left_title {
  width: 190px;
    background: #007a88;
    color: #fff;
    font-size: 1.250em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding: 16px 0;
    margin: auto;
    position: relative;
}

.content_title,
.gallery_list .title {
    color: #007a88;
    font-weight: bold;
    padding: 5px 5px 5px 0;
    position: relative;
}

.gallery_list .title {
    width: 100%;
    background: #007a88;
    color: #fff;
    display: table;
    padding: 8px;
    margin-bottom: 10px;
}

.gallery_list .title strong {
    width: 85%;
    display: table-cell;
    font-size: 110%;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery_list .title p {
    width: 15%;
    display: table-cell;
    font-size: 110%;
    text-align: right
}



.imgbox a:hover,
.imgbox2 a:hover {
    color: #ee7610;
}

.imgbox span {
    display: block;
    padding: 5px 0;
}

.download li:nth-child(odd) {
    /*單數隔行換色*/
    background-color: #EEE;
}

.download li:nth-child(1) {
    /*首行th設定*/
    width: 100%;
    background-color: #CCC;
    display: table;
    padding: 10px 5px;
}

.download {
    margin: 20px 0;
}

.download_tt {
    color: #000;
    background-color: #CCC;
    padding: 10px 5px;
    font-weight: bold;
}

.download li {
    border-bottom: 1px #ccc solid;
    width: 100%;
    display: table;
    padding: 10px 5px;
}

.download .word {
    background: url(../images/icon02.png) no-repeat 5px 6px;
    width: 80%;
    color: #000;
    display: table-cell;
    padding-left: 20px;
}

.download a {
    color: #000;
}

.download a:hover {
    color: #093;
}

.download .file {
    width: 20%;
    display: table-cell;
    text-align: center;
}

.download dd {
    display: inline-block;
}

.download .file a {
    width: 16px;
    display: inline-block;
    margin: 2px;
}

.goback .icon {
    border-radius: 5px;
    background-color: #000;
    display: inline-block;
    letter-spacing: 2px;
}

.goback .icon a {
    color: #FFF
}

.goback {
    text-align: right;
    font-size: 110%;
    font-weight: bold;
    padding: 0 15px;
    margin: 1em 0;
}

.goback .icon {
    display: inline-block;
    letter-spacing: 2px;
}

.goback .icon a {
    background-color: #00737f;
    line-height: 36px;
    text-align: left;
    padding: 0 10px 0 30px;
    color: #fff;
    position: relative;
}

.goback .icon a:before {
    content: "\f053";
    position: absolute;
    left: 10px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.goback .Gotop2 a:before {
    content: "\f077";
    right: 10px;
    left: inherit;
}

.goback .Gotop2 {
    margin-left: 10px;
}

.goback .Gotop2 a {
    padding: 0 35px 0 10px;
}

.goback .icon a:hover:before {
    transform: translateY(0);
    transform: translateX(-8px);
}

.goback .Gotop2 a:hover:before {
    transform: translateY(-8px);
}

.Gotop a {
    display: none;
}

#footer {

  
    color: #fff;
      padding-top: 12em;
    line-height: 180%;
    position: relative;

}

.footer_main {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0 0 23px 0;
}

.footer_img,
.footer_word,
.footer_banner,
.footer_fb {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.footer_img {
    text-align: center;
}

.footer_word {
    white-space: nowrap;
    padding: 0 15px;
}

.footer_word .open {

color: #fffdbd;
}

.footer_bth {}

.footer_bth a {
    border-radius: 5px;
    background: #000;
    padding: 1px 5px;
}

.footer_bth a:hover {
    background: #a17533;
    color: #fff;
}

#footer .footer_bth a {
    color: #FFF
}

#footer a {
    display: inline-block;
    color: #fff;
}

#footer a:hover {
   text-decoration:underline;
}

#footer .footer_img a {
    display:block;
    margin-top: 10px;
    padding: 0;
}
#footer .footer_banner {
    width: 15%;
}
#footer .responsive a {
    display: inline-block;
    overflow: hidden;
}
#footer .responsive img {
    max-height: 54px;
    margin: 3px 0;
}

#table li:nth-child(odd) {
    /*單數隔行換色*/
    background-color: #EEE;
}

#table li:nth-child(1) {
    /*首行th設定*/
    width: 100%;
    background-color: #CCC;
    display: table;
    padding: 10px 5px;
}

#table {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
}

#table li {
    border-bottom: 1px #ccc solid;
    width: 100%;
    display: table;
    padding: 10px 5px;
    ;
}

.table_title {
    width: 25%;
    color: #000;
    display: table-cell;
    padding: 0 10px 0 0;
}

.table_txt {
    background: url(../images/icon02.png) no-repeat 5px 6px;
    width: 25%;
    color: #333;
    line-height: 150%;
    padding: 0 10px 0 20px;
    display: table-cell;
}

.table_txt a {
    color: #063;
}

.table_txt a:hover,
.table_txt a:focus {
    color: #F00;
}

.no_txt {
    /*<noscript>標籤用*/
    font-weight: bold;
    color: #F00;
}

.page {
    margin: 10px 0;
    text-align: center;
    font-size: 95%;
}

.page * {
    vertical-align: middle
}

.page a {
    display: inline-block
}

.page li {
    display: inline-block;
    margin: 3px;
}

.page .icon a {
    border-radius: 5px;
    border: 1px #007a88 solid;
    padding: 3px 8px;
    color: #FFF;
}
.list .icon a:hover,
#top_btn .icon a:hover,
.page .icon a:hover,
.enter_bn:hover {
  
background: #fff;
  
color: #007a88;
}


.input01 {
    width: 70%
}

.input02 {
    width: 90%
}

.input03 {
    max-width: 80px;
}

.input04 {
    max-width: 175px;
}

.max-width {
    width: 50px;
}

.input06 {
    max-width: 200px;
    padding: 0px;
    background-color: #FFF;
}

.icon a,.enter_bn {
    border-radius: 5px;
    background: #007a88;
    border: 1px solid #00737f;
    color: #FFF;
    padding: 5px;
    display: inline-block;
}
.enter_bn {
    border: 1px #007a88 solid;
    border-radius: 5px;
    color: #fff;
    padding: 3px 8px;
    display: inline-block;
    letter-spacing: 2px;
}

.main_bn a:hover,.enter_bn:hover {
    color: #007a88;
}


#center_btn {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

#top_btn {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: right;
}

#top_btn .icon {
    display: inline-block
}












.list {
    color: #282828;
    text-align: center;
    margin-top: 20px;
    padding: 0;
}

.list li {
    border-bottom: 1px #beac96 dotted;
    width: 100%;
    display: table;
}

.list li:last-of-type {
    border-bottom: 0;
}


.list .list_head {
     background: #007a88;
     border-radius: 10px;
     border-bottom: 0px;
     color: #fff;
     font-size: 1.125em;
     font-weight: bold;
}

.list span {
    display: table-cell;
    vertical-align: top;
    padding: 8px;
    vertical-align: top;
}




span.list_top{
    padding: 0;
    display: inline-block;
    font-weight: bold;
}

.list_top p{
    border: 1px solid#007986;
    color: #00737f;
    border-radius: 5px;
    padding: 0px 5px;
    display: inline-block;
}






.list .list_head span {}

.list span dl {
    display: inline-block;
    padding-left: 5px;
}

.list span dt,
.list span dd {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}

.table_head span {
    border-bottom: 0px
}

.list .list_title {
    text-align: left
}

.list .list_word {
    text-align: left;
    background: url(../images/icon_list.png) no-repeat 10px 16px;
    padding-left: 25px;
}
.list .icon.mail_bth ,.tabulation_word a,
.search li strong a,
.content_txt a, .gallery_list .txt a, .faq_txt a, .video a, .list a {
    color: #007a88;
    display: inline-block;
}
.content_txt a,
.gallery_list a {
    display: inline;
}

tabulation_word a:hover,
.search li strong a:hover,
.content_txt a:hover,
.gallery_list a:hover,
.faq_txt a:hover,
.video a:hover,
.list a:hover {
    color: #FF8C00;
}

.list .list_word a[target="_blank"]:after,
.content_txt p a[target="_blank"]:after {
    content: "\f0c1";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 5px;
}
.list .list_word dl a:after,
.list .list_word a.file:after,
.content_txt .imgbox a:after,
.owl-carousel .owl-item>a:after {
    display: none !important;
}

.list .icon {
    padding: 5px;
    color: #fff;
}

.list .icon.mail_bth {
  
color: #fff;
}

.list .icon a {
    color: #fff;
}

.table {
    text-align: left;
}

.table.list span {
    display: block;
    float: left
}

.text_le {
    text-align: left
}

abbr[title].must {
    color: #FF0000;
    margin: 0px 5px 0 0;
    font-size: 150%;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 0;
    display: inline-block;
        text-decoration: none;
}
.search,
.tabulation {
    border: 1px solid #007a88;
    background: #fff;
    padding: 5px;
    margin-top: 20px;
    line-height: 180%;
}

.tabulation>li {
    width: 100%;
    display: table;
    margin: 1px 0;
}

.tabulation_bg2 {
    background-color: #e8e8e8;
}

.tabulation_title {
    background: #007a88;
    color: #ffff;
    padding: 5px;
    font-weight: bold;
    margin: 2px 0;
}

.tabulation_list {
    padding: 5px
}

.tabulation .tabulation_list dd,
.tabulation .tabulation_list dd {
    padding: 0
}

.tabulation .tabulation_tt,
.tabulation .tabulation_word {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle;
}
.search_title,
.tabulation_tt {
    background: #007a88;
    color: #fff;
    text-align: right;
    line-height: 150%;
}

.tabulation_tt strong {
    color: #f00
}

.tabulation_word {}

.tabulation_word a {

}

.tabulation_word a:hover {
  
}

.tabulation_word .example {
    display: inline-block;
    vertical-align: middle;
    
}

.tabulation_blank {
    background: #E3E3E3;
    width: 20%;
    display: table-cell;
}

.tabulation2 {
    padding: 10px;
}

.tabulation2 .example {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 5px;
    font-size: 95%;
}

.tabulation2 .tabulation_tt {
    background: none;
    color: #007a88;
    text-align: left;
    font-weight: bold;
}

.tabulation2 .tabulation_tt,
.tabulation2 .tabulation_word {
    display: block;
    padding: 0 0 5px 0;
}

.tabulation2 .tabulation_word>.file {
    border: 1px solid #ccc;
    padding: 3px;
    margin-bottom: 10px
}

.tabulation2 dt>.file:last-child {
    margin-bottom: 0
}

.tabulation2 .in_block {
    display: inline-block;
    vertical-align: middle
}

.tabulation2 input,
.tabulation2 textarea {
    border: 1px solid #CCC;
    border-radius: 5px;
}

.tabulation2 li {
    margin-bottom: 5px;
}

.tabulation2 li:last-of-type {
    margin-bottom: 0;
}

.content_date {
    color: #007a88;
    padding: 0;
    display: block;
}

.content_date:before,
.content_date2:before {
    content: "\f017";
    font-family: FontAwesome;
    transition: all 0.3s;
    padding-right: 5px
}

.content_date2 {
    color: #007a88;
    padding: 0;
    float: right;
    display: block;
}

.orange {
    color: #F30;
    padding: 0;
}

.w100 {
    width: 100%
}

.w90 {
    width: 90%
}

.w80 {
    width: 80%
}

.w70 {
    width: 70%
}

.w60 {
    width: 60%
}

.w55 {
    width: 55%
}

.w50 {
    width: 50%
}

.w40 {
    width: 40%
}
.w33 {
    width: 33%
}

.w30 {
    width: 30%
}

.w25 {
    width: 25%
}

.w20 {
    width: 20%
}

.w15 {
    width: 15%
}

.w10 {
    width: 10%
}
.w9 {
    width: 9%
}.w8 {
    width: 8%
}.w7 {
    width: 7%
}.w6 {
    width: 6%
}.w5 {
    width: 5%
}.w4 {
    width: 4%
}
.inputXS {
    width: 25%
}

.inputS {
    width: 25%
}

.inputM {
    width: 50%
}

.inputL {
    width: 80%
}

.inputXL {
    width: 100%
}

.m_auto {
    margin: 20px auto 0 auto;
}

.h100 {
    height: 100px;
    vertical-align: middle;
}

.yellow {
    background-color: #FFFFCC;
}

.tabulation_word input,
.tabulation_list input {
    font-size: 95%;
    padding: 3px;
    margin-right: 5px;
    vertical-align: middle;
}
/*----------------------------faq---------------------*/

.faq {
    margin: 10px 0;
}

.faq_title {
    border-radius: 10px;
    color: #fff;
    padding: 5px 10px 5px 2em;
    line-height: 180%;
    background: #007a88;
    margin-bottom: 10px;
    position: relative;
}

.faq_number,
.faq_txt:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    font-size: 84%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    position: absolute;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}


.faq_number {
    background: #fff;
    left: 5px;
    top: 8px;
    color: #007a88;
}


.faq_txt:before {
    background: #007a88;
    color: #fff;
    content: "A";
    left: 5px;
    top: 8px;
}


.faq_txt {
    line-height: 180%;
    color: #3d3d3d;
    padding: 5px 10px;
    padding-left: 2em;
    position: relative;
}

.faq_txt a {

}

.faq_txt a:hover {
   
}

/*----------------------------video---------------------*/
.video a {
   
    border-radius: 0;
    background: none;
    display: block;
}

.video a:hover {
  
}

#video2 {}

.video2_imgBox {
    text-align: center;
    margin-bottom: 25px;
    padding: 10px;
}

.video_txt {
    line-height: 180%;
    text-align: left;
    margin-top: 10px;
}

.video_txt strong {

    padding: 5px 0;
    color: #313131;
}

.video_txt li {
    list-style-type: none;
}

.video_txt li .file {

    font-weight: bold;
    padding: 2px 10px;
    display: inline-block;
}

.video_txt li a {
    font-weight: bold;
    color: #ff8b25;
    padding: 2px 10px;
    display: inline-block;
}

.video_txt li i {
    color: #ff8b25;
    padding: 0
}

.video_txt li a:hover,
.video_txt li a:hover i {
    color: #622000;
}

.video_txt li span {
    font-weight: bold;
    color: #000;
}


/*----------------------------question---------------------*/

.question2 {
    max-width: 300px;
    border: 1px solid #CCC;
    margin: 20px auto
}

.question2 li {
    border: 0
}

.question3 {
    margin-top: 10px;
}

.question3 .orange {
    color: #F30;
    padding: 0;
    display: inline-block
}

.question3 li:last-child {
    border-bottom: 0px #ccc dotted;
}

.question3_tt {
    font-weight: bold
}

.question3 img {
    height: 8px !important
}

.list .progress {
    margin-bottom: 10px;
    display: block;
    padding: 0;
}

abbr {
    display: block;
}

.progress-bar {
    background-color: #007a88;
}
/*----------------------------registration1---------------------*/

.registration1 {
    width: 80%;
    margin: 20px auto
}

/*----------------------------mail---------------------*/

#mail_word {
    border: 1px solid #007a88;
    background: #fff;
    color: #282828;
    letter-spacing: 1px;
    line-height: 180%;
    padding: 20px;
}

.mail_read {
    text-align: center;
    margin: 5px 0;
    vertical-align: middle
}

.mail_read .enter_bn {
    margin: 5px 0;
}

.list .mail_bth:hover {
    color: #fff;
    opacity: 0.7
}


/*----------------------------vote---------------------*/

.vote2 {
    max-width: 500px;
    border: 1px solid #007a88;
    background: #fff;
    margin: 20px auto 0 auto;
}
.vote2 .list_head{
    border-radius: 0;
}
.vote2 a {
    display: inline-block;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
}

.vote2 li:last-of-type {
    background-color: transparent;
}

.vote2 .orange {
    color: #007a88;
    padding: 0;
    display: inline-block;
}

.vote2 img {
    height: 8px !important;
}

.vertical {
    display: inline-block;
    width: 20%;
    height: 40px;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.vertical {
    box-shadow: inset 0px 4px 6px #ccc;
}

.progress-bar {
    box-shadow: inset 0px 4px 6px rgb(0, 73, 81);
}

/*----------------------------gallery---------------------*/


/*輪播圖垂直置中*/

.owl-carousel .owl-stage {}

.owl-carousel .owl-item {
    display: inline-block;
    float: none;
    vertical-align: middle;
    text-align: center;
}

.owl-carousel .owl-item>a {
    text-align: center;
}



/*輪播圖垂直置中*/


/*箭頭垂直置中*/

.owl-theme .owl-nav {
    margin: 0
}

.owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
}

.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
}


/*箭頭垂直置中*/

.gallery_list {
    margin-bottom: 20px;
}

.gallery_list .title a {
    color: #000;
}

.gallery_list .title a:hover {
    color: #ee7610;
}

.gallery_list .txt {
    display: block;
    line-height: 1.7em;
    margin: 0;
}

.gallery_list .imgbox {
}

.gallery_list .imgbox2 {
    float: left;
    clear: both;
    text-align: center;
}







/*----------------------------spaces---------------------*/

.spaces_bn {
    margin-bottom: 5px;
}

.spaces_bn li {
    margin: 0 2px 0 0;
}

.spaces_txt {
    margin: 10px 0 0;
}

.spaces_bn li {
    display: inline-block;
    margin: 3px;
}

.spaces_bn a {
    border-radius: 5px;
    border: 1px solid #000;
    padding: 3px 8px;
    color: #000;
    display: block;
}

.spaces_bn a:hover,
.spaces_bn a.on {
    background: #000;
    color: #fff;
}

.spaces_mob .calendar2_doom2,
.spaces_mob .calendar2_doom {
    padding: 5px
}

.spaces_mob .calendar2_doom2 a {
    display: block;
    margin-bottom: 5px
}


/*----------------------------guest---------------------*/
.guest_list,
.guest_list2 {
    border: 1px solid #ccc;
    line-height: 180%;
    margin: 10px 0 25px 0;
    background: #fff;
}

.guest_list li {
    color: #454545;
    padding: 10px;
}

.guest_list li a {
    color: #fff;
}

.guest_list li a:hover,
.guest_list li a:focus {
    color: #ff5c30;
}

.guest_list li span {
    display: block;
}

.guest_list li:nth-child(1) {
    /*首行th設定*/
    background: #3365ac;
    color: #fff;
}

.guest_list li:nth-child(3) {
    /*第三行日期*/
   
    padding: 3px;
    text-align: right;
   
}

.guest_list2 {}

.guest_list2 li:nth-child(1) {
    /*首行th設定*/
    color: #fff;
    background: #ff5c30;
}

.guest_txt2 {
    max-width: 650px;
    float: left;
    font-weight: bold;
}

.guest_who {
    text-align: right;
    float: right;
    font-weight: bold;
}

.guest_who a {
    display: inline-block;
    margin: 0 5px;
}



/*----------------------------login---------------------*/

.login {
    width: 70%;
    margin: 50px auto 0;
}

/*----------------------------tour2---------------------*/

.tour2 {}

.tour2 li {}

.tour2 li.tour2_3item .item {
    width: calc(100%/3 - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
}

.tour2 li.tour2_2item .item {
    width: calc(100%/2 - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
}

.tour2 li.tour3_3item .item img {
    width: 286px;
    height: 191px;
}

.tour2 li.tour2_3item .item img {
    width: 434px;
    height: 191px;
}

.tour2 li .item:last-of-type {
    margin-right: 0;
}


.tour2 li .item a {
    position: relative;
    display: block;
    overflow: hidden;
}

.tour2 li .item a .cover {
    width: 100%;
    height: 100%;
    background: url(../images/tour2/tour2_cover.png) repeat-x bottom;
    color: #fff;
    display: block;
    line-height: 30px;
    position: absolute;
    top: 0;
    text-align: center;
    transition: all 0.3s;
}

.tour2 li .item a .cover span {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -29px;
    text-align: center;
    transition: all 0.3s;
}


.tour2 li .item a:hover .cover,
.tour2 li .item a:focus .cover {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}

.tour2 li .item a:hover .cover span,
.tour2 li .item a:focus .cover span {
    bottom: 10px;
    transition: all 0.3s;
}


.join_word {
    display: inline-block;
}

.join_word a {
    display: inline-block;
}

.join_word img {
    height: 25px
}

.red {
    color: #F00;
    letter-spacing: 1px;
}

.d_no {
    display: none
}

.sr-only {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.article .owl-carousel img {
    width: auto;
    max-width: 800px !important;
    max-height: 600px !important;
    display: inline-block;
}

.article .box {
    text-align: center;
}

.article .box .owl-next {
    background-color: #007a88;
    right: 80px;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 10%;
    padding: 0;
    text-align: center;
}

.article .box .owl-prev {
    background-color: #007a88;
    left: 80px;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 10%;
    padding: 0;
}

.article .box i {
    line-height: 35px;
    display: inline-block;
}
.video2_imgBox,
.article .box {
    margin: 20px 0;
    background: #fff;
    padding: 10px;
}

.article .box .owl-next:hover,
.article .box .owl-prev:hover {
    background-color: #9d6134;
}

.update {
    font-size: 95%;
    text-align: right;
    color: #007a88;
    padding: 0 15px;
    margin: 15px 0;
    letter-spacing: 1px;
}

.update strong i {
    padding-right: 5px;
}







/*font-size bg*/

.fontsize {
    border-radius: 5px;
    background: #ebf6d7;
    color: #3d3d3d;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    text-align: right;
    margin-left: 10px;
}

.fontsize li {
    float: left;
}

.fontsize li.type a {
    color: #386a17;
    line-height: 27px;
    padding: 0 10px;
}

.font_size_btn- {
    background-color: #8bb441;
}

.fontsize li.font_size_btn- a,
.font_size_btn- a:hover {
    color: #fff;
}

.share_mob {
    display: none
}

.share {
    min-width: 300px;
    font-size: 0;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
}

.share.active {
    display: block
}

.share li {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
}

@keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    80% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}



.share .type1 {
    background-image: url(../images/icon_fb.png);
    background-color: #2c5194;
}

.share .type2 {
    background-image: url(../images/icon_youtb.png);
    background-color: #fe0000;
}

.share .type3 {
    background-image: url(../images/icon_line.png);
    background-color: #10bc10;
}

.share .type4 {
    background-image: url(../images/icon_google.png);
    background-color: #dc483c;
}

.share .type4 a[title*="google+"]{
    display: none;
}



.share .type5 {
    background-image: url(../images/icon_twitter.png);
    background-color: #41ABE1;
}

.share .type6 {
    background-image: url(../images/icon_instagram.png);
    background-color: #EF4D34;
}

.share .type7 {
    background-image: url(../images/icon_flickr.png);
    background-color: #F3F3F2;
}

.share .type1:hover {
    background-color: #071c44;
}

.share .type2:hover {
    background-color: #9f0101;
}

.share .type3:hover {
    background-color: #008c00;
}

.share .type4:hover {
    background-color: #aa1a0e;
}


.share .type5:hover {
    background-color: #227ba8;
}

.share .type6:hover {
    background-color: #c73018;
}

.share .type7:hover {
    background-color: #E7E7E5;
}

.share2 li a {
    background-image: none;
    padding: 0 !important;
    display: block;
    height: 100%;
}

.share .Gotop {
    width: 62px;
    height: 62px;
    background: url(../images/icon_top.png);
    transition: all 0.2s;
    display: none;
}

.share a {

    display: block;
    height: 100%;
}

.share a:hover {
    background-color: transparent !important;
    background-image: none !important;
}

.m_20 {
    margin-bottom: 20px
}

.m_30 {
    margin-bottom: 30px
}

.m_40 {
    margin-bottom: 40px
}

.m_50 {
    margin-bottom: 50px
}

.m_60 {
    margin-bottom: 60px
}

.m_70 {
    margin-bottom: 70px
}

.m_80 {
    margin-bottom: 80px
}

.m_90 {
    margin-bottom: 90px
}
.fossil{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fossil li{
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.tabulation.fossil li>div{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.tabulation.fossil li>.tabulation_tt{justify-content: flex-end;}

.tabulation.fossil li.big{width: 100%;}
.tabulation.fossil li.big>.tabulation_tt{}
.tabulation.fossil li.big>.tabulation_word{}


/*後端上資料*/
.color_b {
    color: #007a88;
    font-weight: bold;
}
.color_b:before {
    content: "\f0a4";
    font-family: FontAwesome;
    padding-right: 5px;
}

.table_w100 {
    width: 100%;
    border-collapse: inherit;
    text-align: left;
}
.table_w100 th {
    background: #007a88;
    color: #fff;
    padding: 5px 10px;
    text-align: left;
    font-weight: bold;
    border: 1px solid #FFF;
}
.table_w100 td {
    color: #3f3a39;
    padding: 5px 10px;
    border: 1px solid #CCC;
}
.table_w100 caption {
    text-align: center;
}

#fb_iframe{ height:250px;}	




/*後端上資料*/
    .date_title {
        background: #00737f;
        position: relative;
        color: #FFF;
        font-weight: bold;
        padding: 5px 0 5px 35px;
    }

    .date_title:before {
        content: "\f024";
        position: absolute;
        top: 5px;
        left: 10px;
        font-family: FontAwesome;
    }
    .date_list {
        background: #FFF;
        border: 1px #00737f solid;
        list-style: none !important;
        padding: 0 !important;
    }
    .date_list li {
        border-bottom: 1px #c3c3c3 dotted;
        position: relative;
    }
    .date_list li:before {
        content: "\f0a4";
        position: absolute;
        top: 9px;
        left: 25px;
        font-family: FontAwesome;
    }
    .date_list li div {
        padding: 0.5em 3em;
    }
    .date_list li strong {
        color: #231815;
        position: relative;
        font-weight: bold;

    }
    .date_list .date_day {
        background: #9a5300;
        border-radius: 20px;
        color: #FFF;
        font-size: 90%;
        padding: 1px 5px;
    }
	
