@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: 微軟正黑體, Microsoft JhengHei;
}

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

#inner-cover {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  padding-right: 16px;
  padding-left: 16px;
}

@media only screen and (max-width: 1200px) {
#inner-cover {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  }
}

@media only screen and (max-width: 767px) {
#inner-cover {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  }
}

/* 清除float語法 */
.clear{ clear:both;}

.block {
  position: relative;
  margin: 0 auto;
  padding: 1em 1.25em;
}

.block2 {
  position: relative;
  margin: 0 auto;
  padding: 0.3em;
}


#Top {
  position: relative;
  margin: 0 auto;
}

#TopTable_Table {
  display: table;
  width: 100%;
  background-color: #744f84;
  }

.TopTable_Tr {
  display: table-row;
  }

.TopTable_Td4 {
  float: left;
  text-align: left;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  width: 100%;
  }

.TopBox {
  display: block;
  font-size: 0.8em;
  color: #fff;
  font-family: 微軟正黑體, Microsoft JhengHei;
  margin-top: 15px;
}

@media only screen and (max-width: 660px) {
.TopBox {
  margin-top: 0px;
  margin-bottom: 10px;
}
}

.TopCount {
  font-size: 1.5em;
  font-weight: bold;
  color: #fffc0e;
  letter-spacing: 0.2px;
}

a.Topcart:link    {
  text-decoration: underline; 
  font-weight: bold;
  color: #fffc0e;
}
a.Topcart:visited { 
  text-decoration: underline;
  color: #fffc0e;
}
a.Topcart:hover   {
  text-decoration: none;
  color: #fffc0e;
}

/*--index line--*/
.MainLine {
  background: url(images/line1.png);
  background-position : top center;
  background-repeat: no-repeat;
}

/*--視覺主圖--*/
#MainImg {
  width:100%;
  background-color:#ededed;
}

#MainZone {
  background: url(images/ );
  background-position : top center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
  width:100%;
}

/*--首頁 News區塊 --*/
#MainNews_table {
  display: table;
  width: 100%;
  margin: 0 auto;
  }

.MainNews_tr {
  display: table-row;
  }

.MainNews_td {
  float: left;
  text-align: left;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 20px;
  width: 50%;
  }
@media only screen and (max-width: 500px) {
.MainNews_td {
  width: 100%;
  padding-bottom: 20px;
  }
}

.MainNews_td2 {
  float: left;
  text-align: left;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 20px;
  width: 100%;
  }

/*--標題樣式 --*/
.Main-tit1 {
  font-size: 2.4em;
  text-align: center;
  color: #6d3b6f;
  font-weight: 600;
  line-height: 0.6em;
  letter-spacing: 0.2px;
  font-family: 微軟正黑體, Microsoft JhengHei;
}
@media only screen and (max-width: 600px) {
.Main-tit1 {
  width: 100%;
  font-size: 2em;
  }
}

.Main-tit2 {
  font-family: 'Comfortaa', Arial, sans-serif;
  font-size: 1.6em;
  text-align: center;
  color: #686464;
  line-height: 1.6em;
  letter-spacing: 0.2px;
  font-style: italic;
}
@media only screen and (max-width: 600px) {
.Main-tit2 {
  width: 100%;
  font-size: 1.3em;
  }
}

.Cover-tit1 {
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 2em;
  color: #ff9103;
  line-height: 0.6em;
  letter-spacing: 0.2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.Cover-tit2 {
  font-size: 1.4em;
  font-family:微軟正黑體, Microsoft JhengHei;
  font-weight: 900;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  padding: 10px 25px;
  text-decoration:none;
  background-color:#646771;
  color: #fff;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 600px) {
.Cover-tit2 {
  font-size: 1em;
  }
}

.Cover-tit3 {
  font-family:微軟正黑體, Microsoft JhengHei;
  font-size: 1.2em;
  color: #1066b5;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 7px;
}

.Cover-text1 {
  font-size: 1em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #676767;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.Cover-text2 {
  font-size: 0.9em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #444040;
  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;
  color: #676767;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.Date {
  font-size: 0.9em;
  color: #f7584a;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-bottom: 6px;
}

/* 連結樣式 */
a:link       { text-decoration: none; color: #716685; }
a:visited    { text-decoration: none; color: #716685; }
a:hover      {  text-decoration: underline; color: #444040;}

a.link1:link    {
  text-decoration: none; 
  color: #807c7d;
}
a.link1:visited { 
  text-decoration: none;
  color: #807c7d;
}
a.link1:hover   {
  text-decoration: underline;
  color: #3b393a;
}

a.link2:link    {
  text-decoration: none; 
  color: #736d75;
}
a.link2:visited { 
  text-decoration: none;
  color: #736d75;
}
a.link2:hover   {
  text-decoration: none;
  color: #724a7c;
}

a.link3:link    {
  text-decoration: underline; 
  font-weight: bold;
  color: #0f0f0f;
}
a.link3:visited { 
  text-decoration: underline;
  color: #0f0f0f;
}
a.link3:hover   {
  text-decoration: none;
  color: #0f0f0f;
}




/*--主要商品區塊樣式 --*/

.PrTit1 {
  font-size: 1.2em;
  text-align: left;
  color: #222222;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.2px;
  border-bottom: 2px solid #cbcbcb;
  height: 70px;
  overflow: hidden;
}
@media only screen and (max-width: 676px) {
.PrTit1 {
  font-size: 1em;
  height: 100%;
  }
}

.PrPrice1 {
  font-size: 0.8em;
  color: #ff0036;
  letter-spacing: 0.2px;
  font-weight: bold;
  font-style: italic;
}

.PrPrice2 {
  font-size: 1.3em;
  color: #ff0036;
  letter-spacing: 0px;
  line-height: 1.4em;
  font-weight: bold;
  font-style: italic;
}
@media only screen and (max-width: 676px) {
.PrPrice2 {
  font-size: 1.5em;
  line-height: 1.4em;
  }
}

.PrBtn {
  float: right;
  margin-top:-34px;
}



/*--最新活動區塊樣式 --*/
#NewsBox_table {
  display:table;
  position: relative;
  font-size: 1em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  line-height: 1.4em;
  width: 100%;
  }

.NewsBox_tr {
  display: table-row;
  }

.NewsBox_td {
  float: left;
  padding: 5px;
  width: 30%;
  }

.NewsBox_td2 {
  float: left;
  padding: 5px;
  width: 70%;
  }

.News-text {
  font-size: 1em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #676767;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
.News-text {
  font-size: 0.7em;
  line-height: 1.3em;
}
}

.Menubox {
  display: block;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: 0 0 6px #d7d7d7;
  -moz-box-shadow: 0 0 6px #d7d7d7;
  box-shadow: 0 0 6px #d7d7d7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top:10px;
  padding: 5px 15px;
}
@media only screen and (max-width: 900px) {
.Menubox {
  width: 100%;
  margin-left: 60px;
  margin-top:-10px;
  }
}


.navb {
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-size: 0.7em;
  color: #807c7d;
  padding: 10px 0;
  border-top: 0px solid #e1e1e1;
  border-bottom: 0px solid #e1e1e1;
}

.coverimg img{
    max-width: 650px;
    width:expression(this.width > 650 ? "650px" : this.width);
}
@media only screen and (max-width: 676px) {
.coverimg img {
  width: 100%;
  }
}

/*--產品詳細頁面表單 --*/
#ProBox_table {
  display:table;
  position: relative;
  width: 100%;
  }

.ProBox_tr {
  display: table-row;
  }

.ProBox_td {
  float: left;
  padding: 8px;
  width: 40%;
  }
@media only screen and (max-width: 676px) {
.ProBox_td {
  width: 100%;
  }
}

.ProBox_td2 {
  float: left;
  padding: 8px;
  width: 60%;
  }
@media only screen and (max-width: 676px) {
.ProBox_td2 {
  width: 100%;
  }
}

.Pro-Tit1 {
  font-size: 1.6em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #ff6631;
  line-height: 1.4em;
}

.Pro-Tit2 {
  font-size: 1.4em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  font-weight: 500;
  color: #0392f0;
  line-height: 1.4em;
  padding: 8px;
  border-bottom:2px dotted #e0e0e0;
}

.Pro-text1 {
  font-size: 1em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  color: #676767;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

/* 灰底_售完 */
.soldout {
	font-size:18px;
	font-family:微軟正黑體, Microsoft JhengHei;
	font-weight: 500;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	padding:10px 30px;
	text-decoration:none;
	background: #53524d;
	color:#FFF;
        text-align: center;
}


/*--訂單查詢用表單 --*/
#OrderBox_table {
  display:table;
  position: relative;
  font-family: 微軟正黑體, Microsoft JhengHei;
  line-height: 1.4em;
  width: 100%;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  padding: 10px 25px;
  text-decoration:none;
  background-color:#eeeeee;
  margin-bottom:15px;
  }

#OrderBox_table2 {
  display:table;
  position: relative;
  font-family: 微軟正黑體, Microsoft JhengHei;
  line-height: 1.4em;
  width: 100%;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  padding: 10px 25px;
  text-decoration:none;
  background-color:#f7f7f7;
  margin-bottom:15px;
  margin-top:15px;
  }

#OrderBox_table3 {
  display:table;
  position: relative;
  font-size: 1em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  line-height: 1.4em;
  color: #222222;
  width: 100%;
  }

.OrderBox_tr {
  display: table-row;
  }

.OrderBox_td {
  float: left;
  padding: 5px;
  width: 30%;
  }
@media only screen and (max-width: 800px) {
.OrderBox_td {
  width: 50%;
  }
}
@media only screen and (max-width: 450px) {
.OrderBox_td {
  width: 100%;
  }
}

.OrderBox_td2 {
  float: left;
  padding: 5px;
  width: 100%;
  }

.OrderBox_td3 {
  float: left;
  padding: 5px;
  text-align: left;
  width: 45%;
  }
@media only screen and (max-width: 676px) {
.OrderBox_td3 {
  width: 100%;
  }
}

.OrderBox_td4 {
  float: left;
  padding: 5px;
  text-align: left;
  width: 15%;
  }
@media only screen and (max-width: 676px) {
.OrderBox_td4 {
  width: 50%;
  }
}

.OrderBox_td5 {
  float: left;
  padding: 5px;
  text-align: center;
  width: 10%;
  }
.OrderBox_td5 img{
  width: 100%;
  }
@media only screen and (max-width: 676px) {
.OrderBox_td5 {
  width: 100%;
  }
.OrderBox_td5 img{
  width: 60%;
  text-align: center;
  }
}

.Order-text {
  font-size: 1em;
  color: #222222;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.Order-text2 {
  font-size: 0.8em;
  color: #676767;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.Order-text3 {
  font-size: 1em;
  color: #fc2a2a;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}


/* 購物車用表單 */
#css5_table {
  display:table;
  position: relative;
  font-size: 1em;
  font-family: 微軟正黑體, Microsoft JhengHei;
  line-height: 1.4em;
  width: 100%;
  }

.css5_tr {
  display: table-row;
  }

.css5_td {
  float: left;
  padding: 5px;
  text-align: right;
  background-color:#FEFFE6;
  width: 70%;
  }

.css5_td2 {
  float: left;
  color: #f51414;
  padding: 5px;
  text-align: right;
  background-color:#FEFFE6;
  width: 30%;
  }

.css5_td3 {
  float: left;
  color: #ffffff;
  padding: 5px;
  text-align: right;
  background-color:#716685;
  width: 50%;
  }
.css5_td3_2 {
  float: left;
  color: #ffffff;
  padding: 5px;
  background-color:#716685;
  width: 43%;
  }
.css5_td3_3 {
  float: left;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  background-color:#716685;
  width: 7%;
  }
.css5_td3_4 {
  float: left;
  color: #ffffff;
  padding: 5px;
  text-align: right;
  background-color:#716685;
  width: 57%;
  }

.css5_td4 {
  float: left;
  padding: 5px;
  text-align: right;
  width: 50%;
  }
.css5_td4_2 {
  float: left;
  padding: 5px;
  width: 43%;
  }
.css5_td4_3 {
  float: left;
  padding: 5px;
  text-align: center;
  width: 7%;
  }
.css5_td4_4 {
  float: left;
  padding: 5px;
  text-align: right;
  width: 57%;
  }
.css5_td5 {
  float: left;
  color: #ffffff;
  padding: 5px;
  background-color:#7C7C7C;
  width: 40%;
  }
.css5_td5_2 {
  float: left;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  background-color:#7C7C7C;
  width: 20%;
  }
.css5_td5_3 {
  float: left;
  padding: 5px;
  width: 40%;
  }

#LoginBox {
  float:left;
  width: 48%;
  display: block;
  margin: 7px;
}

@media only screen and (max-width: 767px) {
#LoginBox {
  width: 100%;
  margin: 8px 0px;
}
}

#LoginBox2 {
  float:left;
  width: 70%;
  display: block;
  margin: 7px;
}

@media only screen and (max-width: 767px) {
#LoginBox2 {
  width: 100%;
  margin: 8px 0px;
}
}

#LoginBox3 {
  display: block;
}

@media only screen and (max-width: 1200px) {
#LoginBox3 {
  display: none;
}
}

#LoginBox4 {
  display: none;
}

@media only screen and (max-width: 1200px) {
#LoginBox4 {
  display: block;
}
}

#LoginBox5 {
  float:left;
  width: 100%;
  display: block;
  margin: 7px;
}


/* 按鈕_藍底 */
.btn1 {
	font-size:18px;
	font-family:微軟正黑體, Microsoft JhengHei;
	font-weight: 500;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	padding:10px 30px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #d870ed 5%, #820e76 100% );
	background:-ms-linear-gradient( top, #d870ed 5%, #820e76 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d870ed', endColorstr='#820e76');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d870ed), color-stop(100%, #820e76) );
	background-color:#d870ed;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #9b14b3;
 	-webkit-box-shadow:inset 1px 1px 8px -2px #e184f3, 1px 0 3px rgba(0, 0, 0, 0.29);
 	-moz-box-shadow:inset 1px 1px 8px -2px #e184f3, 1px 0 3px rgba(0, 0, 0, 0.29);
 	box-shadow:inset 1px 1px 8px -2px #e184f3, 1px 0 3px rgba(0, 0, 0, 0.29);
}
.btn1:link {
	color:#fff;
}
.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;
	color:#fff;
}
.btn1:visited {
	color:#fff;
}

/* 按鈕_藍灰 */
.btn2 {
	font-size:1em;
	font-family:微軟正黑體, Microsoft JhengHei;
	font-weight:normal;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	border:0px solid #FFF;
	padding: 16px 40px;
        text-align: center;
	text-decoration:none;
	background-color:#0894cd;
	color:#FFF;
	display:inline-block;
        margin: 15px;
        width: 240px;
}
.btn2:link {
	color:#fff;
}
.btn2:hover {
	background: #53524d; 
	color:#fff;
}
.btn2:visited {
	position:relative;
	top:1px;
	color:#fff;
}
.btn2:active {
	position:relative;
	top:1px;
	color:#fff;
}

/* 按鈕_紅底按鈕樣式 */
.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:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:微軟正黑體, Microsoft JhengHei;
	font-size:18px;
	font-weight: 500;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;

}
.btn3:link {
	color:#FFF;
}
.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;
	color:#FFF;
}
.btn3:visited {
	color:#FFF;
}

/* 按鈕_紅底按鈕樣式_大 */
.btn4 {
	-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:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:微軟正黑體, Microsoft JhengHei;
	font-size:26px;
	font-weight: 500;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;

}
.btn4:link {
	color:#FFF;
}
.btn4: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;
}
.btn4:active {
	position:relative;
	top:1px;
	color:#FFF;
}
.btn4:visited {
	color:#FFF;
}

/* 按鈕_淺灰底 */
.btn5 {
	font-size: 12px;
	font-family: 微軟正黑體, Microsoft JhengHei;
	-moz-border-radius:22px;
	-webkit-border-radius:22px;
	border-radius:22px;
	border:0px solid #FFF;
	padding:5px 10px;
	text-decoration:none;
	background-color:#8b8989;
	color:#FFF;
	display:inline-block;
}
.btn5:link {
	color:#FFF;
}
.btn5:hover {
	border:0px solid #FFF;
	color:#FFF;
	background-color:#cdcdcd;
        text-decoration: none;
}
.btn5:visited {
	color:#fff;
}

/* iframe-rwd */
.iframe-rwd  {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: auto;
}

.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%;
}


/* iframe-video */
.video {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px; 
 height: 0; 
 overflow: hidden;
}
.video iframe,
.video object,
.video embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

#youtubew { 
  width: 60%; 
  } 

@media only screen and (max-width: 767px) { 
#youtubew { 
  width: 100%; 
  } 
}

/* pic */
.showbox_ img{
    border:0;
    margin:0;
    padding:0;
    max-width: 800px;
    width:expression(this.width > 800 ? "800px" : this.width);
}

.showbox img{
    border:0;
    margin:0;
    padding:0;
    max-width: 650px;
    width:expression(this.width > 650 ? "650px" : this.width);
}
@media only screen and (max-width: 676px) {
.showbox img {
  width: 100%;
  }
}


/* 內頁標題 */
.TitBg {
  background-color: #f7efff;
}

.TitLine {
  padding-bottom: 3px;
  border-bottom: 2px solid #c7a9c6;
}