@charset "UTF-8";
/* pandaCSS Document */
/*---------------
□□□layout□□□
---------------*/
#header {
  position: relative;
}

#btnPanda {
  position: absolute;
  right: 0px;
  bottom: -10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -moz-transition: bottom 0.8s;
  -o-transition: bottom 0.8s;
  -webkit-transition: bottom 0.8s;
  transition: bottom 0.8s;
}
#btnPanda.on {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  bottom: -80px;
}
#btnPanda a {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#btnPanda a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

#panda #bnr_panda {
  padding: 20px 0 10px;
  text-align: center;
}
#panda #bnr_panda a {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#panda #bnr_panda a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#panda #pandaBlock {
  background: url(../../images/panda/bg.jpg) center top repeat;
  margin: 0 auto;
  width: 625px;
  padding: 5px;
}
#panda #pandaBlock .block {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
#panda #pandaBlock div.intro {
  background: url(../../images/panda/bg_panda.png) center 160px no-repeat;
}
#panda #pandaBlock div.intro .h2_tit {
  padding: 10px 0;
  text-align: center;
}
#panda #pandaBlock div.intro .intro {
  padding: 550px 0 20px;
  text-align: center;
}
#panda #pandaBlock div.hint {
  margin: 0 auto;
  padding: 20px 0;
  width: 595px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
#panda #pandaBlock div.hint .h3_hint {
  padding-bottom: 20px;
  text-align: left;
}
#panda #pandaBlock div.hint .text {
  padding-bottom: 20px;
  text-align: center;
}
#panda #pandaBlock div.hint .photos .photo {
  padding-bottom: 10px;
  text-align: center;
}
#panda #pandaBlock div.hint .next {
  padding-bottom: 20px;
  text-align: center;
}

/*---------------
□□□font□□□
---------------*/
#panda #pandaBlock div.hint .next {
  font-size: 26px;
  font-weight: bold;
  color: #c01f1f;
}
