.Description{
  margin: auto;
  background: #FFFFFF;
  margin-bottom: 40px;
}
.text p{
  line-height: 2em;
  font-size: 0.8em;
}

.Picture img{
     width: 100%;
     height: auto;
     max-width: 100%;
     max-height: 100%;
}

.text{
  float: none;;
  width: 95%;
  padding:1% 2% 1% 2%;
}

#data{
  line-height: 2em;
  color: #784421;
}
.page{
  margin: auto;
  background: #FFFFFF;
  text-align: center;
  padding: 10px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  overflow: hidden;
  clear:both;
}

.page a{
  text-decoration: none;
  color: #000000;
  letter-spacing: 2px;
}

.current{
  border: 1px solid #E4BE58;
  background: #E4BE58;
  padding: 4.5px 8.5px 4.5px 8.5px;
  border-radius: 2px;
}


.current a{
  background:#E4BE58;
  color: #FFFFFF;
}

.pagecolor{
  padding: 4.5px 8.5px 4.5px 8.5px;
  border-radius: 2px;
  background: #E6E6E6;
}

.pagedown{
  background: #E4BE58;
  border: 1px solid #E4BE58;
  font-size: 0.8em;
  position: relative;
  margin-top: 15px;
  display: block;
  line-height: 40px;
  border-radius: 2px;
  color: #FFFFFF;
}

.pagedown a{
  background:#E4BE58;
}

.pageup{
  background: #E4BE58;
  border: 1px solid #E4BE58;
  font-size: 0.8em;
  position: relative;
  margin-bottom: 15px;
  display: block;
  line-height: 40px;
  border-radius: 2px;
  color: #FFFFFF;
}

.pageup a{
  background:#E4BE58;
}

.Container{
  width: 90%;
}




/*///////////////
    平板版
/////////////*/
@media screen and (min-width: 768px) {

  .Description{
    overflow: hidden;
  }

  .Picture{
    float: left;
    width: 25%;
  }

  .text{
    float:left;
    width: 70%;
    padding:1% 2% 1% 2%;
  }

}
/*///////////////
    電腦版
/////////////*/
@media screen and (min-width: 980px) {
  .Description{
    max-width: 1170px;
    overflow: hidden;
  }

  .Picture{
    float: left;
    width: 25%;
  }

  .text{
    float:left;
    width: 70%;
    padding:1% 2% 1% 2%;
  }

  .text p{
    font-size: 1em;
  }

  .pagedown{
    display: initial;
    float: right;
    right: 2%;
    margin-top:0;
    padding: 0 4% 0 4%;
    line-height: 32px;
    transform: translateY(-12%);
  }

  .pageup{
    display: initial;
    margin-bottom: 0;
    float: left;
    padding: 0 4% 0 4%;
    line-height: 27px;
    transform: translateY(-12%);
  }

  .page{
    width: 100%;
    padding: 1.1% 1% 0.5% 1%;
  }


}
