@charset "UTF-8";
/* CSS Document */
@charset "big5";
ｓｓ a {
	cursor: pointer;
	outline: none; /* for Firefox Google Chrome  */
    behavior:expression(this.onFocus=this.blur()); /* for IE */
}
#wrap {
/*	background: url(../img/bg_top.jpg) center top no-repeat;
*/	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}

.special {
/*	background: url(../img/bg_top.jpg) center top no-repeat;
*/	height: 100%;
	overflow: hidden;
}
/*書本欄*/
#books99 {
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	height: 750px;
	position: relative;
}
#books99 li {
	float: left;
	display: block;
	overflow: hidden;
	padding: 0;
	line-height: 0;
	position: relative;
}
#books99 li:hover {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(100%,100%,100%, 0.6), 0px 0px 20px rgba(100%,100%,100%,0.4), 0px 0px 25px rgba(100%,100%,100%, 0.4);
}
.infoBlock {
	text-align: left;
	padding: 5%;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	background: rgba(66,139,233,0.85);
	bottom: -130px;
	line-height: 20px;
	width: 90%;
}
/*.infoBlock span{ color: #c9c9c9; font-size: 11px; text-decoration: line-through; margin-right: 8px;}*/
#books99 li:hover .infoBlock {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	bottom: 0px;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	-ms-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}
#btn_more {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 20px;
	font-size: bold;
	border: 3px solid #FFFFFF;
	height: 30px;
	width: 115px;
	line-height: 32px;
	padding: 2px 0;
	display: block;
	text-align: center;
	position: absolute;
}
#btn_more.btn_a:hover {
	color: #545ee6;
	background-color: #FFFFFF;
}
.btn_a {
	right: 100px;
	bottom: 100px;
}
/*書們的位置*/
#books99.type01 {
	margin: 20px auto 50px auto;
	width: 975px;
	height: 1520px;
	padding-left: 25px;
}
.a01 {
	margin: 10px 20px;
}
.a02 {
	margin: 40px 20px;
}
.a03 {
	margin: 10px 20px;
}
.a04 {
	margin: 20px 20px;
}
.a05 {
	margin: 40px 20px;
}
.a06 {
	margin: 20px 20px;
}
.a07 {
	margin: 20px 20px;
}
.a08 {
	margin: 40px 20px;
}
.a09 {
	margin: 20px 20px;
}
.a10 {
	margin: 20px 210px;
}

@media screen and (max-width: 767px) {
#header {
	display: none;
}
#menu {
	display: none;
}
#xiang {
	display: block;
	position: absolute;
	right: 0;
}
#books99 li .infoBlock, #books99 li .infoBlock2 {
	bottom: 0;
}
}

