body {
  background-color: #ffe8e2;
}

/* 頁面寬度 header+wrapper+footer */
header,
footer,
#wrapper {
  width: 1060px;
  margin: 0 auto;
}

/*** 頭 header ***/
header {
  height: 70px;
  padding: 10px 20px;
  background-image: url(../images/index_pc_01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.header-logo {
  width: 146px;
  height: 31px;
  margin-top: 8px;
  margin-right: 10px;
  float: left;
  /* 綠色(logo_g.png) . 白色(logo_w.png)  */
  background-image: url(../images/logo_g.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.header-btn01{
	display: block;
	margin: 16px 6px 0px 0px;
	float: left;
}
.header-btn01 a:link,
.header-btn01 a:visited,
.header-btn01 a:hover,
.header-btn01 a:active{
	font-size: 15px;
	text-align: center;
	padding:6px 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.header-btn01 a:link,
.header-btn01 a:visited{
	/* 綠色(#61953f) . 白色(#FFFFFF) */
	color:rgba(97,149,63,1);
	/* 綠色(97,149,63,1) . 白色(255,255,255,1) */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(297,149,63,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(97,149,63,1);
	box-shadow: inset 0px 0px 0px 1px rgba(97,149,63,1);
	
}
.header-btn01 a:hover,
.header-btn01 a:active{
	/* 白色(#FFFFFF自訂) */
	color: #fff;
	/* 綠色(#5db307) . 白色(#FFFFFF) */
	background-color:rgba(97,149,63,1);
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow:none;
}

.header-share {
  float: right;
  margin: 15px 6px 0px 20px;
}

/*** 內容 wrapper ***/
#bg-body {
  width: 100%;
  height: auto;
  background-image: url(../images/bg3.jpg);
  background-repeat: repeat-x;
  background-position: top center;
}

#bg {
  width: 100%;
  height: auto;
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.wrapper_bg {
}
#wrapper {
  height: auto;
  width: 1060px;
  margin: 0 auto;
  height: auto;
}

/*** 腳 footer ***/
footer {
  font-size: 13px;
  height: 100px;
  padding: 20px 10px;
  border-top: 0px solid #dcdad4;
}

.footer-nav {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.footer-nav ul {
  list-style: none;
}
.footer-nav li {
  margin: 0px 4px 0px 0px;
  display: inline;
}

/* hover動態樣式 - 淡入淡出 */
.footer-nav li a {
  /* 綠色(#656565) . 白色(#b4b4b4自訂) */
  color: #4d428e;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.2s ease-in-out 0s;
  -moz-transition: border 0.2s ease-in-out 0s;
  -o-transition: border 0.2s ease-in-out 0s;
  transition: border 0.2s ease-in-out 0s;
}
.footer-nav li a:hover,
.footer-nav li a:focus {
  /* 綠色(#656565) . 白色(#b4b4b4自訂) */
  border-color: #333;
}
/*  hover li 樣式 - 隱藏前後  */
.footer-nav li:after {
  /* 綠色(#dddddd) . 白色(#4a4a4a自訂) */
  color: #888;
  content: "|";
  top: -1px;
  right: -4px;
  margin: 0px 6px;
  position: relative;
}
.footer-nav li:lang(ar):after,
.footer-nav li:last-child:after {
  display: none;
}

.footer-copyright {
  /* 綠色(#b4b4b4) . 白色(#676767自訂) */
  color: #777;
  text-align: center;
  margin: 0 auto;
}

/*** 活動頁內容 wrapper***/
.p {
  position: relative;
}

.btn1 {
  width: 300px;
  height: 50px;
  position: absolute;
  right: 77px;
  top: 195px;
  border: 0px solid #000;
}

.btn1 a:link,
.btn1 a:visited {
  width: 300px;
  height: 50px;
  display: block;
  background-image: url(../images/btn.png);
}
.btn1 a:hover,
.btn1 a:active {
  width: 300px;
  height: 50px;
  background-image: url(../images/btno.png);
}

.btn_go {
  z-index: 999;
}

#kv_mo {
  width: 275px;
  height: 365px;
  position: absolute;
  top: -455px;
  left: 390px;
  border: #ff0 0px solid;
  z-index: 99;
}

.clean {
  clear: both;
}

.text {
  font-size: 16px;
  line-height: 21px;
  color: #4d428e;
  text-align: center;
  font-family: "Microsoft JhengHei", Helvetica, Arial;
}
.text2 {
  font-size: 16px;
  line-height: 27px;
  color: #4d428e;
  font-family: "Microsoft JhengHei", Helvetica, Arial;
  letter-spacing: 1px;
}
.text2 span {
  font-weight: bold;
  color: #f84350;
}

h1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
  color: #4d428e;
  font-family: "Microsoft JhengHei", Helvetica, Arial;
  letter-spacing: -1px;
}

#location1 {
  position: absolute;
  top: 180px;
  left: 230px;
  width: 600px;
  height: 60px;
}
#location2 {
  position: absolute;
  top: 295px;
  left: 154px;
  width: auto;
  height: 60px;
}
.textbox1 {
  width: 189px;
  height: 60px;
  font-size: 16px;
  line-height: 22px;
  color: #4d428e;
  text-align: center;
  font-family: "Microsoft JhengHei", Helvetica, Arial;
  float: left;
}

.textbox1 span {
  font-size: 28px;
  font-weight: 800;
  color: #f84350;
}

#location3 {
  position: absolute;
  top: 584px;
  left: 88px;
  width: auto;
  height: 60px;
}
.textbox2 {
  width: 147px;
  height: 60px;
  font-size: 16px;
  line-height: 22px;
  color: #4d428e;
  text-align: center;
  font-family: "Microsoft JhengHei", Helvetica, Arial;
  float: left;
}
.textbox2 span {
  font-size: 26px;
  font-weight: 800;
  color: #f84350;
}

#location4 {
  position: absolute;
  top: 750px;
  left: 195px;
  width: 830px;
  height: 90px;
}

#location5 {
  position: absolute;
  top: 29px;
  left: 85px;
  width: 800px;
  height: 40px;
}

#location6 {
  position: absolute;
  top: 15px;
  left: 85px;
  width: 890px;
  height: auto;
}

#location7 {
  position: absolute;
  top: 33px;
  left: 85px;
  width: 890px;
  height: auto;
}
#location8 {
  position: absolute;
  top: 375px;
  left: 85px;
  width: 890px;
  height: auto;
}
/*** 注意事項***/
.notice2 {
  padding: 5px 30px 50px 50px;
  margin: 0px auto;
  width: auto;
}
.notice2 ol {
  width: auto;
  font-size: 15px;
  line-height: 24px;
  margin: 0 auto;
  padding-left: 25px;
}

.notice2 li {
  margin-left: px;
  margin-bottom: 0px;
  list-style: decimal;
  color: #333;
  text-align: justify;
  letter-spacing: 1px;
}
.notice2 span {
  color: #000;
}
.notice2 a:link,
.notice2 a:visited,
.notice2 a:hover,
.notice2 a:active {
  text-decoration: underline;
  color: #333;
}

.notice2 span a:link,
.notice2 span a:visited,
.notice2 span a:hover,
.notice2 span a:active {
  text-decoration: none;
  color: #333;
}

.notice2 h1 {
  color: #333;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 6px;
}
