@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: #554822;
}
.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;
}
.book-info-intro p span{
	background-color:unset !important; 
}
.book-info-intro p strong{
	background-color:unset !important; 
}
.book-info-intro div{
	background-color:unset !important; 
}
.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; 
}

#A1,#A2,#A3,#A4,#A5,#A6 {
    position: relative;
    top: -60px; 
    display: block;
    height: 0;
    overflow: hidden;
}

@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: 1300px;
    margin: 0 auto;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
  }
  #outbox .content_box {
    width: 330px;
	height: 730px;
    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;
  }
}
@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: 730px;
  }
  #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;
  }
}
@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: 730px;
  }
  #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;
  }
}
@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;
  }
}
