@charset "UTF-8";
@import url(reset.css);
@import url(https://fonts.googleapis.com/css?family=Lato:700,400);
body {
  background: url(../images/bg.jpg) repeat;
  font-size: 14px;
  color: #361707;
  line-height: 150%;
  font-family: 'Lato','微軟正黑體', Arial;
}

a {
  color: #644d33;
  -moz-transition: color 0.3, font-weight 0.3s;
  -o-transition: color 0.3, font-weight 0.3s;
  -webkit-transition: color 0.3, font-weight 0.3s;
  transition: color 0.3, font-weight 0.3s;
  cursor: pointer;
}
a:hover {
  color: black;
  font-weight: 500;
}

#Document {
  width: 100%;
  position: relative;
  border-top: 6px solid #fdf14f;
  border-bottom: 6px solid #c6d640;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#Animation {
  width: 100%;
  position: fixed;
  z-index: 1;
  height: 10px;
}
#Animation span {
  display: block;
  position: absolute;
}

.clouds {
  width: 100%;
  min-width: 900px;
  height: 210px;
  background: url(../images/clouds.png) repeat-x 0 0;
  top: 100px;
  left: 0;
}

#Wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

header {
  padding-top: 25px;
  padding-left: 35px;
  padding-bottom: 15px;
  position: relative;
}

#Logo {
  width: 200px;
  height: 55px;
  background: url(../images/logo.png) no-repeat;
}
#Logo a {
  display: block;
  width: 100%;
  height: 55px;
}
#Logo a h1 {
  position: absolute;
  top: -9999px;
}

nav {
  position: absolute;
  width: 650px;
  height: 35px;
  left: 275px;
  top: 43px;
}
nav ol > li {
  float: left;
  height: 35px;
  margin: 0 12px;
  position: relative;
}
nav ol > li > a {
  background: url(../images/primary-navi.png) no-repeat;
  background-size: 510px 75px;
  display: block;
  height: 35px;
}
nav ol > li > a span {
  position: absolute;
  top: -9999px;
}
nav ol > li .sub-navi {
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  z-index: 9;
  top: 32px;
  padding-top: 4px;
  display: none;
}
nav ol > li .sub-navi li {
  width: 92%;
  margin: 0 4%;
  padding: 8px 0;
  text-align: center;
  font-size: 16.1px;
  border-top: 1px dashed #ffcc00;
}
nav ol > li .sub-navi li:first-child {
  border-top: none;
}
nav ol > li .sub-navi li a {
  display: block;
  width: 100%;
  color: #644d33;
}
nav ol > li .sub-navi li a:hover {
  color: black;
}
nav .p01 > a {
  background-position: 0 -40px;
  width: 105px;
}
nav .p01 > a:hover, nav .p01 > a.selected {
  transition: all 0.5s;
  background-position: 0 0;
}
nav .p01 .sub-navi {
  left: 4%;
  width: 92%;
}
nav .p02 > a {
  background-position: -111px -40px;
  width: 99px;
}
nav .p02 > a:hover, nav .p02 > a.selected {
  transition: all 0.5s;
  background-position: -111px 0;
}
nav .p02 .sub-navi {
  left: -5%;
  width: 110%;
}
nav .p03 > a {
  background-position: -216px -40px;
  width: 85px;
}
nav .p03 > a:hover, nav .p03 > a.selected {
  transition: all 0.5s;
  background-position: -216px 0;
}
nav .p03 .sub-navi {
  left: -7%;
  width: 114%;
}
nav .p04 > a {
  background-position: -307px -40px;
  width: 85px;
}
nav .p04 > a:hover, nav .p04 > a.selected {
  transition: all 0.5s;
  background-position: -307px 0;
}
nav .p05 > a {
  background-position: -397px -40px;
  width: 105px;
}
nav .p05 > a:hover, nav .p05 > a.selected {
  transition: all 0.5s;
  background-position: -397px 0;
}

#Utility {
  behavior: url(js/PIE.htc);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  top: 4px;
  left: auto;
  right: 105px;
  font-size: 12.6px;
  background-color: #fdf14f;
  padding: 4px 15px 4px;
}
#Utility li {
  float: left;
  margin: 0 7px;
}
#Utility li:first-child a {
  color: #ff1c1c;
}
#Utility li a {
  color: #a5835d;
}
#Utility li a:hover {
  text-decoration: underline;
  font-weight: normal;
}

.tail {
  display: block;
  position: absolute;
  top: 24px;
  left: auto;
  right: 16px;
  width: 19px;
  height: 12px;
  background: url(../images/items.png) no-repeat -118px -114px;
}

.doll-y {
  width: 93px;
  height: 107px;
  background-image: url(../images/doll-y.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 2px;
  left: auto;
  right: 42px;
  z-index: 4;
}

.doll-y-f2 {
  background-position: 0 -107px;
}

#Banner {
  clear: both;
  width: 924px;
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
}
#Banner div {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
#Banner ul {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#Banner ul li {
  width: 924px;
  float: left;
}
#Banner span {
  display: block;
  background-image: url(../images/banner-arrow.png);
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 74px;
  cursor: pointer;
}
#Banner .arrow-l {
  left: -26px;
}
#Banner .arrow-r {
  background-position: 0 -55px;
  left: auto;
  right: -26px;
}

article {
  width: 969px;
  margin: 0 auto;
}
article > section {
  float: left;
  width: 257px;
  margin: 0 33px 15px;
}
article > section h2.title {
  text-indent: -9999px;
  width: 100%;
  margin-bottom: 17px;
  height: 32px;
}
article > section h2.title a {
  display: block;
  width: 100%;
  height: 32px;
}

#Album h2.title a {
  background: url(../images/title-album.png) no-repeat;
}
#Album h2.title a:hover {
  background-position: 0 -33px;
}

#News h2.title a {
  background: url(../images/title-news.png) no-repeat;
}
#News h2.title a:hover {
  background-position: 0 -33px;
}

#Facebook h2.title {
  position: relative;
  background: url(../images/title-fb.png) no-repeat;
}
#Facebook h2.title .mushroom {
  display: block;
  position: absolute;
  left: auto;
  top: -23px;
  right: 10px;
  width: 41px;
  height: 42px;
  background: url(../images/items.png) no-repeat -118px -72px;
}

.btnVideo {
  margin: 0 auto;
  width: 254px;
  height: 70px;
  margin-bottom: 30px;
}
.btnVideo a {
  display: block;
  background: url(../images/btn-video.png) no-repeat;
  width: 100%;
  height: 70px;
  text-indent: -9999px;
}
.btnVideo a:hover {
  background-position: 0 -75px;
}

.photo-con {
  width: 96%;
  padding: 0 2%;
}
.photo-con li {
  width: 100%;
  height: 120px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.photo-con li .date {
  width: 32px;
  padding: 5px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 8px;
  background-color: rgba(245, 150, 57, 0.8);
  color: white;
  transition: all 0.5s;
}
.photo-con li .date span {
  display: block;
}
.photo-con li .date span.day {
  font-size: 22.4px;
  padding: 1px 0;
}
.photo-con li .title {
  max-width: 60%;
  *width: 55%;
  line-height: 18px;
  position: absolute;
  left: auto;
  top: auto;
  right: 2px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 5px;
  font-size: 13.16px;
  transition: all 0.5s;
}
.photo-con li:hover .title {
  background-color: black;
}
.photo-con li:hover .date {
  background-color: #f59639;
}

.news-con {
  width: 92%;
  padding: 0 4%;
  background-color: rgba(255, 255, 255, 0.6);
}
.news-con li {
  line-height: 135%;
  height: 40px;
  padding: 8px 0;
  border-top: 1px solid #ffcc00;
  position: relative;
}
.news-con li:first-child {
  border-top: none;
}
.news-con li span {
  display: block;
}
.news-con li span:first-child {
  display: inline-block;
}
.news-con li .circle {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  behavior: url(js/PIE.htc);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
}
.news-con li .article {
  color: #000;
  font-size: 13.72px;
  padding-top: 3px;
}
.news-con li .article:hover {
  text-decoration: underline;
}
.news-con li .article span {
  color: #999;
}
.news-con li .icon-new {
  color: #FFF;
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ed524a;
  font-size: 9.8px;
  padding: 0 5px;
  margin-left: 5px;
}

.n01 .circle {
  background-color: #00a651;
}
.n01 .category {
  color: #00a651;
}

.n02 .circle {
  background-color: #ec008c;
}
.n02 .category {
  color: #ec008c;
}

.n03 .circle {
  background-color: #f58526;
}
.n03 .category {
  color: #f58526;
}

.n04 .circle {
  background-color: #00aeef;
}
.n04 .category {
  color: #00aeef;
}

.fb-like-box {
  border: 1px solid #d9dbe4;
  background-color: #FFF;
}

footer {
  clear: both;
  height: 24px;
  padding-top: 25px;
  padding-bottom: 3px;
  color: #a5835d;
  font-size: 12.88px;
  position: relative;
}
footer div {
  float: left;
  height: 24px;
  line-height: 24px;
}
footer div a {
  color: #a5835d;
}
footer span {
  display: block;
  position: absolute;
  top: auto;
  z-index: 2;
}
footer span.item {
  background: url(../images/items.png) no-repeat;
}
footer span.tree {
  width: 117px;
  height: 139px;
  bottom: 0px;
  left: -64px;
  background-position: 0 0;
}
footer span.flower {
  width: 53px;
  height: 42px;
  bottom: -2px;
  left: 38%;
  background-position: -118px 0;
}
footer span.mushroom {
  width: 59px;
  height: 30px;
  bottom: -1px;
  left: 87.5%;
  background-position: -118px -42px;
}

.school {
  margin-left: 35px;
}

.addr {
  margin-left: 110px;
  background: url(../images/icon-addr.png) no-repeat left center;
  padding-left: 22px;
}

.tel {
  margin-left: 10px;
  background: url(../images/icon-tel.png) no-repeat left center;
  padding-left: 22px;
}

.doll-g {
  width: 110px;
  height: 161px;
  left: 28.5%;
  bottom: -2px;
  background-image: url(../images/doll-g.png);
  background-repeat: no-repeat;
  background-position: center 0;
}

.doll-g-f2 {
  background-position: center -161px;
}

.doll-b {
  width: 137px;
  height: 134px;
  left: 91%;
  bottom: -2px;
  background-image: url(../images/doll-b.png);
  background-repeat: no-repeat;
  background-position: center 0;
}

.doll-b-f2 {
  background-position: center -134px;
}

.doll-r {
  width: 123px;
  height: 149px;
  top: -400px;
  left: -8%;
  background: url(../images/doll-r.png) no-repeat center center;
}

.item-p {
  width: 66px;
  height: 50px;
  top: -440px;
  left: 31%;
  background: url(../images/items.png) no-repeat -180px 0;
}

.item-r {
  width: 58px;
  height: 51px;
  top: -460px;
  left: auto;
  right: -7%;
  background: url(../images/items.png) no-repeat -180px -50px;
}

.item-y {
  width: 50px;
  height: 52px;
  top: -120px;
  left: 64%;
  background: url(../images/items.png) no-repeat -180px -101px;
}

/*# sourceMappingURL=styles.css.map */
