@charset "UTF-8";
body {
    background-image: url(../images/background.png);
    <!--background-repeat: repeat;-->
    background-color: #DEB887;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif, "Microsoft JhengHei";
}
.header-banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer-area {
    font-weight: normal;
    color: #E3E3E3;
    text-align: center;
    font-size: 0.8em;
    background-color: #00a141;
}
.footer-area a {
    text-decoration: none;
}
.book-info-cover {
  width: 100%;
}
.book-info-intro {
  text-align: justify;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  /*background-color: #f3ece2;*/
  background-image: url(../images/background.png); 
  border: 1px solid #daaa8e;
  padding-bottom: 10px;
  line-height: 1.2em;
  font-size: 0.9em;
}
.subtitle {
    margin: 0 0 2em 0;
    font-weight: bold;
    font-size: 1.2em;
}
.fancy {
  line-height: 0.5;
  text-align: center;
  margin: 25px;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before, .fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  top: 0;
  width: 80%;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
.page-link {
  color: #454545;
}
.page-link:hover {
  z-index: 2;
  color: #454545;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #454545;
  border-color: #454545;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.nav-link.bar:hover{
	text-decoration:underline; 
}

/*R5053 Â²¤¶¤å¥Õ©³­×§ï*/
.book-info-intro p span{
  background-image: url(../images/background.png) !important; 
}

.book-info-intro p strong{
  background-image: url(../images/background.png) !important; 
}

.book-info-intro div{
  background-image: url(../images/background.png) !important; 
}

.cta{
	font-size: 20px;
    line-height: 45px;
    border: 1px solid #00a141;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 180px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 10px;
	background-color:#00a141
}

.cta:hover{
	text-decoration:underline; 
	color:#FFFFFF
}
.info{
	width:850px;
}
hr{
	color:#00a141;
}
@media screen and (min-width:1200px) {
  #outbox {
    -moz-column-count: 4;
    -moz-column-gap: 10px;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    column-count: 4;
    column-gap: 10px;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
  }
  #outbox .content_box {
    width: 330px;
	height: 700px;
    display: inline-block;
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #outbox1 {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;	
  }
  #outbox1 .content_box {
    width: 1020px;
	height: 550px;
    border: 1px dotted #4F4F4F;
    padding: 0px 10px 0px 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #outbox2 {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 4;
    column-gap: 10px;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
  }
  #outbox2 .content_box {
    width: 400px;
	/*height: 700px;*/
    display: inline-block;
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
.pagination-lg .page-link {
padding: .35rem .75rem;
font-size: 1rem;
  }
}
@media screen and (min-width:1024px) and (max-width:1199px) {
  #outbox {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	text-align: center;
  }
  #outbox .content_box {
    width: 310px;
    display: inline-block;
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	height: 700px;
  }
  #outbox1 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	text-align: center;
  }
  #outbox1 .content_box {
    width: 420px;
    display: inline-block;
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #outbox2 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	text-align: center;
  }
  #outbox2 .content_box {
    width: 310px;
    /*display: inline-block;*/
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
.pagination-lg .page-link {
padding: .35rem .75rem;
font-size: .6rem;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  #outbox {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    text-align: center;
  }
  #outbox .content_box {
    width: 340px;
    display: inline-block;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	height: 700px;
  }
  #outbox1 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    text-align: center;
  }
  #outbox1 .content_box {
    width: 340px;
    display: inline-block;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #outbox2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    text-align: center;
  }
  #outbox2 .content_box {
    width: 340px;
    /*display: inline-block;*/
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
.pagination-lg .page-link {
padding: .25rem .65rem;
font-size: .9rem;
  }
}
@media (max-width:767px) {
	.container{
		width: 96%;
	}
  #outbox {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    text-align: center;
  }
  #outbox .content_box {
    max-width: 340px;
    display: inline-block;
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #outbox1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    text-align: center;
  }
  #outbox1 .content_box {
    width: 340px;
    display: inline-block;
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #outbox2 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    text-align: center;
  }
  #outbox2 .content_box {
    max-width: 340px;
    display: inline-block;
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
.pagination-lg .page-link {
padding: .25rem .65rem;
font-size: .9rem;
}
}
