@charset "utf-8";
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
}

a {
  text-decoration: none;
}
/*上方全部數值歸零*/

body{
     background-color:#ffffff;
     margin-left:0px;
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     margin: 0;
     padding: 0;
     font-size:100%
     font-family: Arial,Verdana,Helvetica;
}

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

#inner-cover {
  position: relative;
  margin: 0 auto;
  width: 768px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 768px) {
#inner-cover {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
}

/*--Cover共用表格樣式 --*/
#CoverTable_table {
  display: table;
  width: 768px;
  margin: 0 auto;
  }
@media only screen and (max-width: 768px) {
#CoverTable_table {
  display: table;
  width: 100%;
  }
}
.CoverTable_tr {
  display: table-row;
  }

.CoverTable_td {
  float: left;
  text-align: left;
  width: 30%;
  padding-top: 15px;
  }
@media only screen and (max-width: 500px) {
.CoverTable_td {
  width: 50%;
  text-align: center;
  }
}

.CoverTable_td2 {
  float: left;
  text-align: left;
  padding-top: 15px;
  padding-left: 15px;
  width: 67%;
  }
@media only screen and (max-width: 500px) {
.CoverTable_td2 {
  width: 96%;
  padding-top: 20px;
  padding-left: 0;
  }
}

.CoverTable_td3 {
  float: left;
  text-align: left;
  padding-right: 16px;
  width: 50%;
  }

.CoverTable_td4 {
  float: left;
  text-align: left;
  padding:0 8px;
  width: 20%;
  }

@media only screen and (max-width: 500px) {
.CoverTable_td4 {
  width: 50%;
  }
}

.CoverTable_td5 {
  float: left;
  text-align: left;
  padding:0 8px;
  width: 50%;
  }

@media only screen and (max-width: 500px) {
.CoverTable_td5 {
  width: 100%;
  }
}

.CoverTable_td6 {
  float: left;
  text-align: left;
  padding:0 8px;
  width: 50%;
  }

@media only screen and (max-width: 500px) {
.CoverTable_td6 {
  width: 100%;
  }
}
/*--Cover共用表格樣式 --*/

#top {
  z-index: 100;
  position: relative;
  background: url(../images/topimg.jpg);
  background-position : top right;
  background-repeat: no-repeat;
  border-top: 4px solid #f9055d;
  background-color: #fff;
}

#top .nav-btn {
  position: absolute;
  top: 1.5em;
  left: 1.875em;
}

.block {
  position: relative;
  margin: 0 auto;
  padding: 1.5em 1.25em;
  max-width: 60em;
}

.block2 {
  position: relative;
  margin: 0 auto;
  padding: 0.8em;
  max-width: 60em;
}

/*--Main區塊定義 --*/

#MainZone1 {
  background: url(images/mainbg.png);
  padding-bottom: 20px;
}

#MainZone2 {
  background: url(images/mainbg2.png);
  background-color: #ffe9ef;
  padding-bottom: 20px;
}

#MainZone3 {
  background: url(images/mainbg3.png);
  background-color: #e3dfe0;
  padding-bottom: 20px;
}

#MainZone4 {
  background: url(images/mainbg4.png);
  background-color: #e3dfe0;
  padding-bottom: 26px;
}

.MainLine {
  background: url(images/line1.png);
  background-position : top center;
  background-repeat: no-repeat;
}

.Main-tit1 {
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 2em;
  text-align: center;
  color: #4b4b4b;
  line-height: 0.6em;
  letter-spacing: 0.2px;
  padding-top: 40px;
}
@media only screen and (max-width: 600px) {
.Main-tit1 {
  width: 100%;
  font-size: 1.6em;
  }
}

.Main-tit2 {
  font-family: 'Comfortaa', Arial, sans-serif;
  font-size: 1.8em;
  text-align: center;
  color: #c61453;
  letter-spacing: 0.2px;
  font-style: italic;
}
@media only screen and (max-width: 600px) {
.Main-tit2 {
  width: 100%;
  font-size: 1.6em;
  }
}

.Date {
  font-family: 'Comfortaa', Arial, sans-serif;
  font-size: 0.8em;
  text-align: center;
  color: #ed2020;
  letter-spacing: 1px;
  font-style: italic;
  margin-right: 10px;
}

.ProjectBox {
  display: table;
  border: 1px solid #dad8d7;
  background-color: #ffffff;
  width: 100%;
  padding: 8px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.ProjectLine {
  display:inline-block;
  float:left;
  padding: 5px;
  margin-right: 10px;
  border-bottom: 1px dotted #dad8d7;
  width: 48%;
}
.ProjectLine {*display:inline;}

@media only screen and (max-width: 580px) {
.ProjectLine {
  width: 100%;
  }
}

.ProjectLine2 {
  display:inline-block;
  float:left;
  background: url(images/icon1.png);
  background-position : left top;
  background-repeat: no-repeat;
  padding: 5px 5px 5px 25px;
  margin-right: 10px;
  border-bottom: 1px dotted #dad8d7;
  width: 23%;
  font-size: 0.9em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #676767;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 580px) {
.ProjectLine2 {
  width: 46%;
  }
}

.ProjectLine3 {
  background: url(images/icon3.png);
  background-position : left top;
  background-repeat: no-repeat;
  padding: 5px 5px 5px 25px;
  margin-right: 10px;
  border-bottom: 1px dotted #dad8d7;
  width: 100%;
  font-size: 0.9em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #676767;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.ProjectLine4 {
  display:inline-block;
  float:left;
  background: url(images/icon1.png);
  background-position : left top;
  background-repeat: no-repeat;
  padding: 5px 5px 5px 25px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #dad8d7;
  width: 100%;
  font-size: 1.2em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #676767;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.ProjectBox2 {
  border: 1px solid #dad8d7;
  background-color: #ffffff;
  width: 100%;
  padding: 8px;
  margin: 0 auto;
}

.ProjectBox3 {
  border: 1px solid #dad8d7;
  background-color: #ffffff;
  width: 100%;
  padding: 3px;
  margin: 0 auto;
}

/* 連結樣式 */
a.link1:link    {
  text-decoration: none; 
  color: #676767;
}
a.link1:visited { 
  text-decoration: none;
  color: #676767;
}
a.link1:hover   {
  text-decoration: underline;
  color: #0d83f0;
}

#CoverZone {
  background: url(images/coverbg.png);
  background-position : top;
  background-repeat: repeat-x;
  background-color: #e01861;
  padding-bottom: 30px;
}

#CoverZone2 {
  padding:16px;
  background-color: #fbf7d6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
}

#CoverZone3 {
  padding:16px;
  background-color: #fff9f9;
  padding: 10px;
  width: 100%;
}

.CoverBox {
  display: table;
  border: 1px solid #dad8d7;
  background-color: #ffffff;
  width: 100%;
  padding: 8px;
  margin: 0 auto;
  font-size: 0.9em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #676767;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}
.Cover-tit1 {
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 1.4em;
  color: #fff;
  line-height: 0.8em;
  letter-spacing: 0.2px;
  padding-top: 30px;
}

.Cover-tit2 {
  font-family: 'Comfortaa', Arial, sans-serif;
  font-size: 0.7em;
  color: #9d9c9c;
  line-height: 1em;
  letter-spacing: 0.2px;
  padding-top: 20px;
  padding-left: 10px;
  font-style: italic;
}
@media only screen and (max-width: 600px) {
.Cover-tit2 {
  width: 100%;
  font-size: 0.6em;
  }
}

.Cover-tit3 {
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 0.9em;
  color: #676767;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  border-bottom: 1px dotted #cccccc;
  background: url(images/icon3.png);
  background-position : left top;
  background-repeat: no-repeat;
  padding: 5px 5px 5px 22px;
  margin: 0px 10px 10px 10px;
  height: 30px;
  overflow: hidden;
}

.Cover-tit4 {
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 1em;
  color: #676767;
  font-weight: 300;
  letter-spacing: 0.2px;
  width: 98%;
}

.Cover-tit5 {
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 0.9em;
  color: #676767;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  border-bottom: 1px dotted #cccccc;
  background: url(images/icon3.png);
  background-position : left top;
  background-repeat: no-repeat;
  padding: 5px 5px 5px 22px;
  margin-bottom: 10px;
  height: 30px;
  overflow: hidden;
}

.Cover-tit6 {
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 1.3em;
  color: #ff850d;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.Cover-text1 {
  font-size: 0.9em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #fc7701;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.Cover-text2 {
  font-size: 0.9em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #676767;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.Cover-text3 {
  font-size: 0.9em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #2c5cb4;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.Cover-dot {
  background: url(images/icon2.png);
  background-position : left top;
  background-repeat: no-repeat;
  width: 96%;
  padding-left: 20px;
  padding-bottom: 10px;
}

.Cover-dot2 {
  background: url(images/icon2.png);
  background-position : left top;
  background-repeat: no-repeat;
  width: 96%;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 0.9em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #676767;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.CoverLine1 {
  padding: 5px;
  border-bottom: 1px dotted #dad8d7;
  width: 100%;
  font-size: 0.9em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #676767;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

/* 按鈕_藍底 */
.btn1 {
        width:30%;
	display:inline-block;
	color:#ffffff;
	font-family:微軟正黑體, Microsoft JhengHei;
	font-size:15px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
        margin: 0 5px 15px 5px;

	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;

	background-color:#79bbff;
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #378de5) );

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eabe9', endColorstr='#4abaf9', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 1px 1px 0 #7fd1ff, 1px 0 3px rgba(0, 0, 0, 0.29);
	   -moz-box-shadow: inset 1px 1px 0 #7fd1ff, 1px 0 3px rgba(0, 0, 0, 0.29);
	    -ms-box-shadow: inset 1px 1px 0 #7fd1ff, 1px 0 3px rgba(0, 0, 0, 0.29);
	     -o-box-shadow: inset 1px 1px 0 #7fd1ff, 1px 0 3px rgba(0, 0, 0, 0.29);
	        box-shadow: inset 1px 1px 0 #7fd1ff, 1px 0 3px rgba(0, 0, 0, 0.29);
}
.btn1:hover {
	text-shadow:0px 0px 0px #528ecc;
	background: #53524d; /* Old browsers */
	background: -moz-linear-gradient(top, #53524d 0%, #62615d 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53524d), color-stop(100%, #62615d)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #53524d 0%, #62615d 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #53524d 0%, #62615d 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #53524d 0%, #62615d 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #53524d 0%, #62615d 100%); /* W3C */  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53524d', endColorstr='#62615d', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	   -moz-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	    -ms-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	     -o-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	        box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	color:#FFF;
}
.btn1:active {
	position:relative;
	top:1px;
}

@media only screen and (max-width: 600px) {
.btn1 {
  font-size: 1.2em;
  width: 90%;
  padding: 20px;
  }
}

/* 按鈕_紅底 */
.btn2 {
        width:30%;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:微軟正黑體, Microsoft JhengHei;
	font-size:15px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
        margin: 0 5px 15px 5px;

	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;

	background-color:#f24537;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	-webkit-box-shadow: inset 1px 1px 0 #fc6e63, 1px 0 3px rgba(0, 0, 0, 0.29);
	   -moz-box-shadow: inset 1px 1px 0 #fc6e63, 1px 0 3px rgba(0, 0, 0, 0.29);
	    -ms-box-shadow: inset 1px 1px 0 #fc6e63, 1px 0 3px rgba(0, 0, 0, 0.29);
	     -o-box-shadow: inset 1px 1px 0 #fc6e63, 1px 0 3px rgba(0, 0, 0, 0.29);
	        box-shadow: inset 1px 1px 0 #fc6e63, 1px 0 3px rgba(0, 0, 0, 0.29);
}
.btn2:hover {
	text-shadow:0px 0px 0px #528ecc;
	background: #53524d; /* Old browsers */
	background: -moz-linear-gradient(top, #53524d 0%, #62615d 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53524d), color-stop(100%, #62615d)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #53524d 0%, #62615d 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #53524d 0%, #62615d 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #53524d 0%, #62615d 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #53524d 0%, #62615d 100%); /* W3C */  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53524d', endColorstr='#62615d', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	   -moz-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	    -ms-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	     -o-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	        box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	color:#FFF;
}
.btn2:active {
	position:relative;
	top:1px;
}

@media only screen and (max-width: 600px) {
.btn2 {
  font-size: 1.2em;
  width: 90%;
  padding: 20px;
  }
}
/* 按鈕_白底 */
.btn4 {
	font-size:16px;
	font-family:微軟正黑體, Microsoft JhengHei;
	font-weight:normal;
	-moz-border-radius:22px;
	-webkit-border-radius:22px;
	border-radius:22px;
	border:0px solid #FFF;
	padding:9px 18px;
	text-decoration:none;
	background-color:#53524d;
	color:#FFF;
	display:inline-block;
}
.btn4:hover {
	background: #e2e7eb; 
	color:#3d3536;
}

/* 按鈕_紅底 */
.btn3 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:24px;
	-webkit-border-radius:24px;
	border-radius:24px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:微軟正黑體, Microsoft JhengHei;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.btn3:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
	color:#FFF;
}
.btn3:active {
	position:relative;
	top:1px;
}

/* Footer 版權宣告 */
#Footer_table {
  display: table;
  width: 768px;
  margin: 0 auto;
  }
@media only screen and (max-width: 768px) {
#Footer_table {
  width: 100%;
  }
}

.Footer_tr {
  display: table-row;
  }

.Footer_td {
  float: left;
  text-align: center;
  padding-top: 25px;
  width: 30%;
  padding-left: 15px;
  }

.Footer_td2 {
  float: left;
  text-align: left;
  width: 70%;
  padding-top: 30px;
  padding-left: 15px;
  }

@media only screen and (max-width: 615px) {
.Footer_td2 {
  padding-top: 0;
  }
}

.Footer_text {
  font-size: 2.6em;
  font-family: 'Nunito', sans-serif;
  color: #353734;
  }

.Footer_text2 {
  font-size: 0.8em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #949191;
  letter-spacing: 0.5px;
  line-height: 18px;
  padding:30px 0 0 0;
  }

/* for Facebook */
.fb-comments, .fb-comments iframe[style] {
    width: 100% !important;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/* iframe-rwd */
.iframe-rwd  {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.iframe-rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-rwd iframe table {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}