@charset "big5";
@import url(_normalize.css);
@import url(../../../../fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,600italic,700,700italic,600,400italic);
@import url(font-awesome.min.css);
@import url(_footer.css);
@import url(_nav.css);

#topMenu:after {content: "";display: block;font-size: 0;height: 0;clear: both;visibility: hidden;}
* html #topMenu,*:first-child+html #topMenu { zoom: 1;}

#googleCode {
  position: absolute;
  left: 0;
  top: 0;
}
#xlegend_head {
  position: relative;
  z-index: 99;
}
.mobile #XlegendTop {
  display: none;
}

/* ==========================================================================
common
========================================================================== */
#event * {
  box-sizing: border-box;
}

body {  
  line-height: 1.6em;
  color: #3a3a3a;
  font-size: 15px;  
}
body.event_page {
  text-align: center;
}

.clearFix:after {content: "";display: block;font-size: 0;height: 0;clear: both;visibility: hidden;}
* html .clearFix,*:first-child+html .clearFix { zoom: 1;}

ul li { list-style-type: none;margin: 0;padding: 0;}

a {
  color: #0090f5;
}
a:hover {
  text-decoration: none;
  
}
#event ol {margin: 0;padding: 2em;}
#event ol li {
  list-style-type: decimal;
}
.textLeft {text-align:left;}
.textCenter {text-align:center;}
.textRight {text-align:right;}
.strong {
  font-weight: bold;
}


/*color*/

.color_1 {color: #fd4343;}
.color_2 {color: #5e9727;}
.color_3 {color: #fff;}
.color_4 {color: #0066FF;}

/* ==========================================================================
model
========================================================================== */

.share_fb {
  text-align: right;
  padding-right: 1em;
}

.share_fb a {
  color: #3a3a3a;
  font-size: 14px;
  border: 1px solid #3a3a3a;
  line-height: 30px;
  height: 32px;
  border-radius: 15px;
  display: inline-block;
  text-decoration: none;
  padding: 0 12px;
}
.share_fb a:hover {
  background-color: #425f9c;
  color: #fff;
  border: none;
}



/* ==========================================================================
layout
========================================================================== */

.wrapper {
  text-align: left;
}

header {
  height: 500px;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 500px;

}


.title {
  background-color: #f73b3b;
  color: #fff;
  text-align: center;
  padding: 35px 1em 75px;
}

.title h1 {
  margin: 0;
  font-size: 48px;
  font-style: italic;
  font-weight: bold; 
  height: 1em;
  line-height: 1em;
  overflow: hidden;  
}

figure {
  margin-bottom: 10px;
}

figure img {
  width: 100%;
  height: auto;
}

.content {
  width: 950px;
  margin: 0 auto;
  position: relative;
  top: -40px;
}

.btn_area {
  text-align: center;
  margin-bottom: 30px;
}
.btn_area .btn {
  background-color: #f73b3b;
  color: #fff;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 20px;
  display: inline-block;
  text-decoration: none;
  margin: 0 3px;
  font-size: 18px;
  transition: color .5s;
}
.btn_area .btn:hover {
  color: #fddca9;
}
/* ==========================================================================
article
========================================================================== */
#article {
  line-height: 1.6em;
  padding: 0 1em;
  text-align: left;
}
#article .sub {
  font-weight: bold;
  color: #49739d;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
#article p {
  word-break: break-all;
}
#article p,
#article table {
  margin: 1em 0px;
}
#article img {
  max-width: 100% !important;
  height: auto;
}


table {
  width: 100%!importamt;
  border: 1px solid #ebebeb;
  border-width: 1px 1px 0 0;
}

th,td {
  border: 1px solid #ebebeb;
  border-width: 0 0 1px 1px;
  padding: 8px;
}
/*table tr:first-child,*/
th {
  background-color: #f5f5f5;
  font-weight: bold;
}




@media screen and (min-width: 1025px) {
  body {
    font-family: "·L³n¥¿¶ÂÅé", sans-serif;
  }
  .title {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;

  }
  .btn_area a {
    font-family: "Noto Sans TC", sans-serif;
  }
}


@media screen and (max-width: 980px) {
  .content {
    width: auto;
    padding:0 15px;
  }
  

  figure img {
    width: 100%;
    height: auto;
  }

  #article {
    padding: 0;
  }
  
}
@media screen and (min-width: 769px) {
  #xlegend_head {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #xlegend_head {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
  .title {
   padding: 15px 1em 15px;
  }
  .title h1 {
    margin: 0;
    font-size: 24px;
    
  }
  .title {
    margin-bottom: 10px;
  }
  .content {
    top: 0px;
    padding:0 10px;
  }

  header {
    height: 225px;
    background-size: 810px 225px;
  }
  .btn_area {
    margin-bottom: 15px;
  }
  .btn_area .btn {
    
    font-size: 15px;
    
  }
}


@media screen and (max-width: 320px) {



}