@charset "UTF-8";

body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #000000;
	font-family: "verdana", "Arial", "Helvetica", "sans-serif", "微軟正黑體", "新細明體";
	line-height: 1;
	overflow-y: scroll;
	background-attachment: fixed;
	background-image: url(/image/selbooks/images/bg.jpg);
	background-position: center top;
	background-size: cover;
}
.main {
	width: 1005px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 40px;
}
.clear { clear: both; }
/*gotop*/
#gotop {
	width: 60px;
	height: 60px;
	position: absolute;
	cursor: pointer;
	display: none;
	border-radius: 30px;
	margin-left: 1150px;
	z-index: 99;
	background-color: rgba(0,0,0,.5);
	background-image: url(/image/selbooks/images/top.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#gotop:hover {
	background-color: rgba(0,0,0, 1);
	background-image: url(/image/selbooks/images/top.png);
	background-repeat: no-repeat;
	background-position: center center;
}


/*index---------------------------------------*/
.logoBox {
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255, 0.3);
	padding: 7px 0; 
	margin-bottom: 40px;
	z-index: 9;
}
.logo {
	position: relative;
	width: 1005px;
	margin: 0 auto;
}
.logo h1 {
	font-size: 21px;
	color: #000000;
	position: absolute;
	bottom: 0;
	right: 80px;
}
.logo .tag {
	position: absolute;
	bottom: 5px;
	left: 300px;
	-moz-animation-name: floating;
    -webkit-animation-name: floating;
	animation-name: floating;
	-moz-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-moz-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(10%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}
@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(10%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}
@keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(10%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

/*menu*/
.menu {
	width: 80px;
	float: left;
	margin: 0 20px;
}
.year a {
	width: 80px;
	height: 80px;
	font-size: 20px;
	line-height: 80px;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000\9;
	filter:alpha(opacity=50)\9;
	background-color: rgba(0,0,0,.5);
	margin-bottom: 5px;
	display: block;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	behavior: url(/image/selbooks/js/ie-css3.htc); /* IE6, IE7, IE8 */
}
.year.active a, .year a:hover {            
    background-color: #000000;
}
.month {
	margin: 10px 0;
	overflow: hidden;
}
.month ul {
	list-style-type: none;
}
.month li a {
	font-size: 18px;
	color: #000000;
	line-height: 160%;
	padding-left: 25px;
	display: block;
}
a.monthOn, .month li a:hover {
	color: #000000;
	text-decoration: underline;
	background-image: url(/image/selbooks/images/icon01.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}

/*listbox*/
.listBox {
	width: 885px;
	float: left;
}
.listTitle {
	text-align: center;
	margin-bottom: 40px;
}

.btn1 {
	position: absolute;
	top: 10px;
	right: 0;
}
.btn2 {
	margin-top: 10px;
}
.btn3 {
	position: absolute;
	right: 0;
	bottom: 0;
}
/*book*/
.photoBox {
	width: 290px;
	background-color: #FFFFFF;
	padding: 15px 0;
	text-align: center;
	margin-right: 30px;
	position: relative;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
}
.photoBox::after {
	content: "";
    z-index: -15;
	position: absolute;
	bottom: 15px;
	right: 6px;
	width: 50%;
	top: 60%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}
.photoBox::before {
	content: "";
    z-index: -15;
	position: absolute;
	bottom: 15px;
	left: 6px;
	width: 50%;
	top: 60%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.photo {
	width: 250px;
	max-width: 250px;
	height: auto;
}
.photoBox h2 {
	font-size: 15px;
	text-align: left;
	line-height: 120%;
	color: #666666;
	padding: 10px 20px 0 20px;
}
.name {
	font-size: 21px;
	color: #000000;
	line-height: 120%;
	padding-bottom: 5px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-weight: bold;
}
.name a:link, .name a:visited  {
	font-size: 21px;
	color: #000000;
	line-height: 120%;
	font-weight: bold;
}
.name a:hover  {
	font-size: 21px;
	color: #333333;
	line-height: 120%;
	font-weight: bold;
}
.writer {
	padding-bottom: 5px;
}
.writer td {
	font-size: 16px;
	color: #000000;
	line-height: 120%;
}
.writer a:link, .writer a:visited  {
	font-size: 16px;
	color: #000000;
	line-height: 120%;
}
.writer a:hover  {
	font-size: 16px;
	color: #000000;
	line-height: 120%;
	text-decoration: underline;
}
.press {
	font-size: 16px;
	color: #000000;
	line-height: 120%;
	padding-bottom: 5px;
}
.press a:link, .press a:visited  {
	font-size: 16px;
	color: #000000;
	line-height: 120%;
}
.press a:hover  {
	font-size: 16px;
	color: #000000;
	line-height: 120%;
	text-decoration: underline;
}
.price {
	font-size: 16px;
	color: #000000;
	line-height: 120%;
}
.price-1 {
	font-size: 16px;
	color: #000000;
	line-height: 120%;
	padding-top: 5px;
}
.sale {
	font-size: 16px;
	color: #000000;
	line-height: 120%;
	position: relative;
}
.vip {
	font-size: 16px;
	color: #C1272D;
	font-weight: bold;
	line-height: 120%;
}
.money {
	font-size: 16px;
	color: #C1272D;
	line-height: 130%;
	font-weight: bold;
}
.font21 {
	font-size: 21px;
	color: #C1272D;
	font-weight: bold;
	line-height: 130%;
}
.text {
	font-size: 16px;
	color: #000000;
	line-height: 140%;
	margin-bottom: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph; /*IE9*/
	-moz-text-align-last:justify; /*Firefox*/
	-webkit-text-align-last:justify; /*Chrome*/
}
.text img {
	float: left;
	margin: 3px 15px 10px 0;
}
.more a  {
	font-size: 18px;
	text-align: center;
	width: 110px;
	padding: 2px 0;
	color: #000000;
	display: block;
	float: right;
}
.more a:link,  .more a:visited {
	font-size: 18px;
	color: #000000;
}
.more a:hover {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #000000;
}


/*購物車按鈕*/
/*--2--
放入購物車/我要預購*/
.button02 {
	margin: 0 auto;
	height: 28px;
	background-image: none;
	background-color: #FF6633;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
	display: inline-block;
	border-radius: 0; /* Opera 10.5+ */
	-moz-border-radius: 0; /* Firefox */
	-webkit-border-radius: 0;
	border: 1px solid  #FF6633;
}
.button02:hover {
	color: #FFFFFF;
	background-color: #C1272D;
    background-image: none;
    border-radius: 0; /* Opera 10.5+ */
	-moz-border-radius:0; /* Firefox */
	-webkit-border-radius: 0;
	border: 1px solid  #C1272D;
}
.button02 span {
	font-size: 15px;
	line-height:28px; 
}
.width120 { width:130px !important; }

/*--3--
已放入購物車*/
.button03 {
	margin: 0 auto;
	height: 28px;
	background-image: none;
	background-color: #909090;
	color: #FFFFFF;
	border: 1px solid #909090;
	text-align: center;
	line-height: 28px;
	display: inline-block;
	border-radius: 0; /* Opera 10.5+ */
	-moz-border-radius: 0; /* Firefox */
	-webkit-border-radius: 0; /* Safari ??Chrome */
	cursor: default;
}
.button03:hover {
    background-image: none;
    border-radius: 0; /* Opera 10.5+ */
    -moz-border-radius: 0; /* Firefox */
    -webkit-border-radius: 0; /* Safari ??Chrome */
}
.button03 span {
	font-size: 15px;
    line-height:28px;}
	
/*--4--
已售完，補書中/新書未入庫/不開放訂購*/
.button04 {
	margin: 0 auto;
    height: 28px;
    background-image: none;
    background-color: #FFFFFF;
    color: #666666;
    border:1px solid #666666;
    text-align:center;
    line-height:28px;
    display:inline-block;
    border-radius: 0; /* Opera 10.5+ */
    -moz-border-radius: 0; /* Firefox */
    -webkit-border-radius: 0; /* Safari ??Chrome */
	cursor: default;
}
.button04:hover {
    background-image: none;
    border-radius: 0; /* Opera 10.5+ */
    -moz-border-radius: 0; /* Firefox */
    -webkit-border-radius: 0; /* Safari ??Chrome */
}
.button04 span {
	font-size: 15px;
    line-height:28px;}

/*01---------------------------------------*/
.bookBox {
	width: 800px;
	/*background-color: #F5F5F5;*/
	margin: 0 auto 30px auto;
	padding: 20px 40px;
	box-sizing: border-box;
	/*box-shadow:5px 5px 5px rgba(0, 0, 0, 0.2);*/
	border-bottom: 1px dotted #333;
	position: relative;
}
.photoBox-1 {
	width: 250px;
	background-color: #FFFFFF;
	padding: 15px 0;
	text-align: center;
	margin-right: 30px;
	float: left;
}
.photo-1 {
	width: 210px;
	max-width: 210px;
	height: auto;
}
.photoBox-1 h2 {
	font-size: 15px;
	text-align: left;
	line-height: 120%;
	color: #666666;
	padding: 10px 20px 0 20px;
}
.info {
	width: 440px;
	float: left;
	box-sizing: border-box;
}
.text-1 {
	font-size: 16px;
	color: #333333;
	line-height: 140%;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph; /*IE9*/
	-moz-text-align-last:justify; /*Firefox*/
	-webkit-text-align-last:justify; /*Chrome*/
	margin: 10px 0;
	padding-top: 5px;
	/*border-top: 1px dotted #CCCCCC;*/
}
.text-1 img {
	float: left;
	margin: 3px 15px 10px 0;
}
