#card_samples {
  position: relative;
  height: 500px;
  width: 1000px;
  margin: 0 auto;
}
#card_samples .title {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #D07700;
  font-family: "Dancing Script", cursive;
  font-size: 36px;
  font-weight: bold;
  text-decoration: underline;
}
#card_samples .caption {
  display: none;
  position: absolute;
  right: 22px;
  bottom: 20px;
  max-width: 400px;
  text-align: center;
  background: #FFECC3;
  color: #915700;
  padding: 5px;
  border-radius: 5px;
  font-family: "Lora", Times, serif;
  font-size: 13px;
  /*box-shadow: 2px 2px 0px #915700;*/
}
#card_samples img {
  position: absolute;
  width: 200px;
  /*height: 270px;*/
  transition: all 0.5s ease;
  opacity: 1;
  border-radius: 15px;
  /*box-shadow: 0 0 5px #000;*/
  cursor: pointer;
}
#card_samples img:nth-of-type(1) {
  left: 60px;
  top: 40px;
  transform: rotate(-34deg);
}
#card_samples img:nth-of-type(2) {
  left: 57px;
  top: 45px;
  transform: rotate(-22deg);
}
#card_samples img:nth-of-type(3) {
  left: 55px;
  top: 50px;
  transform: rotate(-35deg);
}
#card_samples img:nth-of-type(4) {
  left: 35px;
  top: 50px;
  transform: rotate(-40deg);
}
#card_samples img:nth-of-type(5) {
  left: 40px;
  top: 30px;
  transform: rotate(-25deg);
}
#card_samples.spread img:nth-of-type(1) {
  left: 210px;
  top: 57px;
  transform: rotate(-25deg);
}
#card_samples.spread img:nth-of-type(2) {
  left: 320px;
  top: 24px;
  transform: rotate(-15deg);
}
#card_samples.spread img:nth-of-type(3) {
  left: 417px;
  top: 22px;
  transform: rotate(0deg);
}
#card_samples.spread img:nth-of-type(4) {
  left: 526px;
  top: 32px;
  transform: rotate(10deg);
}
#card_samples.spread img:nth-of-type(5) {
  left: 627px;
  top: 63px;
  transform: rotate(20deg);
}
#card_samples.spread img:hover {
  transform: rotate(0) scale(1.25) !important;
  z-index: +5;
  /*box-shadow: 0 0 25px #000;*/
}
.card-content{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}
.card{
    width: 50%;
    display: block;
    margin: 0 auto
}
.card-left{
    float: left;
    width: 50%;
}
.card-left >h2{
    text-align: center;
    letter-spacing: 5px;
    margin: 0px 0px 20px 0;
    font-size: 36px;
    color: #594c46;
    font-weight: normal;
    background-position:center;
    height: 76px;
    line-height: 95px;
}
.sun{
    background: url(../images/card_1_t.png) no-repeat;
}
.chariot{
    background: url(../images/card_2_t.png) no-repeat;
}
.strength{
    background: url(../images/card_3_t.png) no-repeat;
}
.devil{
    background: url(../images/card_4_t.png) no-repeat;
}
.justice{
    background: url(../images/card_5_t.png) no-repeat;

}
.card-right{
    float: left;
    width: 50%;
}
.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 30px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* Button 2 */
.btn-2 {
    background: #8c4838;
    color: #fff;
    box-shadow: 0 6px #6f3a2d;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* Button 2a */

.btn-2a:hover {
    box-shadow: 0 4px #6f3a2d;
    top: 2px;
}

.btn-2a:active {
    box-shadow: 0 0 #6f3a2d;
    top: 6px;
}


dl,dt,dd{
    float: left;
    padding: 0;
    margin:0;
    font-size: 15px;
}
dt{
   color: #535357;
}
dd{
   color: #c9bfbf;
}
dl{
    width: 50%;
    line-height: 60px;
}
dd{
    padding: 0 10px;
}
dl:nth-child(odd)>dd{
    color: #f19149;
}
dl:nth-child(even)>dd{
    color: #cf5e64;
}
dl:nth-child(odd)>dd.non-full,
dl:nth-child(even)>dd.non-full{
    color: #c9bfbf;
}
.card-right >h3{
    font-size: 24px;
    color: #6d3629;
    font-weight: bold;
    margin: 20px 0;
    font-family: "微軟正黑體"
}
.card-right > p{
    font-size: 15px;
    color: #535357;
    line-height: 30px;
}
.cardpt{
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
}
.card-right >.cardps{
    font-size:12px;
}



