body {
  background-color: #fff;
  background-position: top center;
}

header {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.header_block {
  width: 1060px;
  height: 70px;
  padding: 10px 20px;
  margin: 0 auto;
  position: relative;
}

.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: #64944d;
  /* 綠色(97,149,63,1) . 白色(255,255,255,1) */
  -webkit-box-shadow: inset 0px 0px 0px 1px #64944d;
  -moz-box-shadow: inset 0px 0px 0px 1px #64944d;
  box-shadow: inset 0px 0px 0px 1px #64944d;

}

.header-btn01 a:hover,
.header-btn01 a:active {
  /* 白色(#FFFFFF自訂) */
  color: #ffffff;
  /* 綠色(#64944d) . 白色(#FFFFFF) */
  background-color: #64944d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

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


/*** 活動頁分享按鈕 stert***/
.resp-sharing-button {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  transition: 25ms ease-out;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Solid icons get a fill */

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}


.i-amphtml-element:focus {
  outline: none !important;
  outline-offset: 0;
}


.hamibook_event_share_btn {
  width: 60px;
  display: flex;
  justify-content: space-between;
  margin: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

/*** 活動頁分享按鈕 end***/



/*** 內容 wrapper ***/

#wrapper {
  height: auto;
  margin: 0 auto;
  height: auto;
}

/*** 腳 footer ***/
footer {
  width: 1060px;
  font-size: 13px;
  height: 100px;
  padding: 20px 10px;
  border-top: 0px solid #ffff;
  margin: 0 auto;

}

.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: #000;
  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自訂) */
  color: #00a2e3;
  border-color: #00a2e3;
}

/*  hover li 樣式 - 隱藏前後  */
.footer-nav li:after {
  /* 綠色(#dddddd) . 白色(#4a4a4a自訂) */
  color: #000;
  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: #000;
  text-align: center;
  margin: 0 auto;
}








/*** 主視覺 ***/
.visual_bk {
  width: 100%;
  height: 445px;
  background-image: url(../images/visual_bk.jpg);
  background-repeat: no-repeat;
  background-size: 2023px auto;
  background-position: top center;
  background-color:#f9c8cb;

}

.visual_main{
  width: 1060px;
  margin: 0 auto;
}

.block01_bk{
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.block01_main{
  width: 1060px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

.block01_btn{
  width: 282px;
  margin: 0 auto;
}

.block01_btn a{
  width: 282px;
  display: block;
}

.block02_bk{
  background-color: #fef6f7;
}

.block02_main{
  width: 1060px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 45px 0;
}

.block02_title{
  width: 746px;
  margin: 0 auto 28px auto;
}

.block02_book_block{
  width: 100%;
  display: flex;
  justify-content:center;
  
}

.block02_book{
  width: 150px;
  height: 212px;
  border: 1px solid #acacac;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 9px;
}

.block02_book a{
  width: 150px;
  height: 212px;
  display: block;
}

.block02_book a img{
  width: 100%;
  height: 100%;
  object-fit:cover;
}

.qa_main{
  width: 96%;
  max-width: 920px;
  margin: 0 auto;
  padding: 45px 0;
  box-sizing: border-box;
}

.qa_title{
  font-size: 20px;
  line-height: 22px;
  color: #1b1b1b;
  font-weight: bold;
  margin: 0 0 22px 0;

}

.qa_list{
  width: 100%;
  padding: 0 0 0 18px;
  box-sizing: border-box;
  text-indent: -18px;
  font-size: 15px;
  line-height: 25px;
  color: #464646;
  margin: 0 0 10px 0;
  text-align: justify;
}


.qa_list a{
 color: #4f9707;
}