#Menu_Table {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  background: url(images/menubg2.png);
  background-position : bottom center;
  background-repeat: repeat-x;
  background-color: #f81974;
  }
@media only screen and (max-width: 767px) {
#Menu_Table {
  display:table;
  width: 100%;
  background: url(images/menubg3.png);
  }
}

.Menu_Table2 {
 width: 1200px;
}
@media only screen and (max-width: 767px) {
.Menu_Table2 {
  width: 100%;
  }
}

.Menu_Tr {
  display: table-row;
  }

.Menu_Td {
  float: left;
  padding:12px 50px;
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 20px;
  text-align: center;
  color: #fff79f;
  line-height: 0.6em;
  letter-spacing: 0.2px;
  }
@media only screen and (max-width: 800px) {
.Menu_Td { 
  padding:12px 20px;
  font-size: 16px;
  }
}

@media only screen and (max-width: 450px) {
.Menu_Td { 
  padding:12px 7px;
  font-size: 14px;
  }
}

@media only screen and (max-width: 365px) {
.Menu_Td { 
  padding:12px 7px;
  font-size: 13px;
  }
}

.Menu_Td2 {
  float: left;
  text-align: left;
  padding: 6px 0;
  width: 2px;
  }


/* 連結樣式 */
a.linkMenu:link    {
  text-decoration: none; 
  color: #fff79f;
}
a.linkMenu:visited { 
  text-decoration: none;
  color: #fff79f;
}
a.linkMenu:hover   {
  text-decoration: none;
  color: #ffffff;
}

/* Slider用連結樣式 */
a.linkSlider:link    {
  text-decoration: none; 
  color: #fff79f;
}
a.linkSlider:visited { 
  text-decoration: none;
  color: #fff79f;
}
a.linkSlider:hover   {
  text-decoration: none;
  color: #ffffff;
}

.linkSlider a:link {
  display: block;
  width: 100%;
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #fff79f;
  padding:5px 0;
  border-bottom: 1px dotted #fff;

}

.linkSlider a:hover {
  background-color: #f81974;
  text-decoration: none;
  color: #ffffff;
}



/* Initial menu */


.menu {
  background: #5E3D50 repeat right top;
  right: -285px;
  /* start off behind the scenes */

  height: 100%;
  position: fixed;
  width: 200px;
}

/* Basic styling */


.jumbotron {
  background-color: #258ecd;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.menu ul {
  border-top: 1px dotted #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  border-bottom: 1px dotted #fff;
  font-family: 微軟正黑體, Microsoft JhengHei;
  line-height: 45px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.menu a:link {
  display: block;
  color: #fff79f;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 20px;
  padding:5px 15px;
}

.menu a:visited {
  color: #fff79f;
}

.menu a:hover {
  background-color: #a42680;
  text-decoration: none;
  color: #ffffff;
}

.icon-close {
  cursor: pointer;
  padding-left: 10px;
  padding-top: 10px;
  color: #afdefa;
}

.icon-close a {
  cursor : pointer;
  color: #afdefa;
  font-family: 'Open Sans', sans-serif;
  line-height: 45px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-top: 3px;
}

.icon-menu {
  color: #afdefa;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
