@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
	margin: 0;
	height: 100%;
	font-family:"微軟正黑體";
	background-color: #f0f0f0;
	/*background-image: url(http://www.angle.com.tw/event/bg/bg27.png);*/
	width: 100%;
 
}
#gotop{
	width:60px;
	height:60px;
	position:fixed;
	_position: absolute; /* position fixed for IE6 */


  _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-10);
	z-index:1;
	bottom: 10px;
	text-align: center;
	margin-right: -565px;
	right: 50%;
	background-color: #ff002a;
	color: #FFF;
	line-height: 60px;
	border-radius: 9999em;
	opacity: 0.8;
}
#gotop a {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 60px;
	width: 60px;
	font-weight: bold;
	line-height: 60px;
}
#gotop a:visited {
	color: #FFF;
	text-decoration: none;
}
#gotop a:hover {
	color: #FF0;
	text-decoration: none;
}
#gotop a:active {
	color: #FF0;
	text-decoration: none;
}
#header-rwd {
	display: none;
}
#BodyContent {
	max-width: 1000px;
	clear: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	width: 1000px;
	/*background-color: #FFFFFF;*/
}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}

.logo{
	background-color: #cdbf9e;
}

#nav {    
    width: 100%;
    height: auto;
    /* padding-bottom: 1em; */
    background-color: #6263f3;
    color: #FFF;
    /* display: block; */
    display: flex;
    align-items: center;
    background-image: url(../images/nav.png);
}
#nav ul{
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}
#nav ul li{
	width: 24%;
    float: left;
}

#nav a.a1 {
    color: #565656;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
    font-size: 18px;
    display: block;
    text-decoration: none;
    line-height: 1.5em;
    _border: 1px solid #d26a2a;
    padding: 7px;
    margin: 3% 5%;
    _background-color: #fff;
}
#nav a.a2 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
    font-size: 18px;
    display: block;
    text-decoration: none;
    line-height: 1.5em;
    _border: 1px solid #fff;
    padding: 7px;
    margin: 3%;
    _background-color: #6263f3;
}
#nav a.a2:hover {
	text-decoration: underline;
	color: #ff0;
}


#sale {
    margin-top: 0;
    padding-right: 5%;
    padding-left: 9%;
    /* margin-bottom: 40px; */
    /* background: linear-gradient(to right, #f3d6b4 5% ,#f4eade 60%); */
    background-color: #f0b979;
    border-bottom: solid 6px #a18cf3;
}

#sale h4 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #b81d00;
	display: block;
	padding: 1%;
	margin: 0 10%;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
#sale h4 span {
    font-size: 17px;
    padding-left: 2%;
	padding-right: 2%;
}
#sale h4 font {
	font-size: 28px;
	line-height: 21px;
}
#sale .bg_white div {
	font-size: 16px;
	color: #FFF;
	background-color: #c00;
	padding: 10px;
}
#sale .bg_white div a , #sale .bg_white div a:visited{
	color: #FFF;
	text-decoration: underline;
}
#sale .bg_white div a:hover {
	color: #FF0;
	text-decoration: none;
}
#sale .bg_white div span {
	font-size: 15px;
}

#sale ul li font {
	font-size: 22px;
	color: #2f2f2f;
	font-weight: bold;
}
#sale ul {
	/*list-style-type: disc;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
}
#sale ul li {
	font-size: 20px;
	line-height: 1.5em;
	color: #2f2f2f;
}
#sale ul li a {
	color: #003399;
	text-decoration: none;
}
#sale ul li a:visited {
	color: #003399;
	text-decoration: none;
}
#sale ul li a:hover {
	color: #e20000;
	transition: 0.2s;
	text-decoration: underline;
	position: relative;
	left: 2px;
	top: 2px;
}

#content {
	padding-right: 75px;
    padding-left: 75px;
    padding-top: 20px;
    height: 100%;
    width: 850px;
	padding-bottom: 20px;
	clear: both;
	background: #f8f6f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f6f2 6%, #FFFFFF 88%, #fffbf2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f8f6f2 6%, #FFFFFF 88%, #fffbf2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f8f6f2 6%, #FFFFFF 88%, #fffbf2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6f2', endColorstr='#fffbf2',GradientType=0 ); /* IE6-9 */
}
#content h2 {
	color: #fff;
    font-size: 21px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-bottom: 8px solid #6263f3;
}
#content h2 p{
	background-color: #6263f3;
    padding: 6px;
    margin: 0px;	
    width: auto;
    text-align: center;
}
.buycar{text-align: right}
.buycar a {
    border-radius: 8px;
    border: 2px #ff002a solid;
    /* padding: 0.5% 3%; */
    color: #322b32;
    text-decoration: none !important;
    margin-top: 1%;
    display: inline-block;
    font-size: 1.04rem;
    line-height: 1.8rem;
    font-weight: normal;
    width: 120px;
    text-align: center;
}
.buycar a:hover{
	/*border: 2px solid #ec425e;*/
    background-color: #ef8282;
    color: #fff !important;	
	text-decoration: none;
	background: linear-gradient(to right, rgb(89 170 234), #6263f3);
}
.buycar i{color: #ffd200}
#content h3 {
	color: #fd012a;
    font-size: 20px;
    margin: 3px 0 0;
}
.list_menu {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 20px;
    text-align: center;
}
.list_menu p {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.5em;
	display: inline;
	height: auto;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.list_menu p a {
	font-size: 15px;
	color: #a45b29;
	text-decoration: none;
}
.list_menu p a:visited {
	color: #600;
	text-decoration: none;
}
.list_menu p a:hover {
	color: #600;
	text-decoration: underline;
}
.list_menu p a:active {
	color: #600;
	text-decoration: underline;
}
.list_menu p:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}


#content .list4_3 {
	overflow: hidden;
	list-style-type: none;
	margin: 0px;
	width: 95%;
	padding-top: 0px;
	padding-right: 2.5%;
	padding-bottom: 0px;
	padding-left: 2.5%;
    margin-bottom: 3%;
}


/*4列寬3格*/
#content ul.list4_3 li {
	width:31.3%;
	float:left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin-bottom: 10px;
	margin-right: 1%;
	margin-left: 1%;
	_background-image: url(http://www.angle.com.tw/event/bg/white50.png);
	_background-repeat: repeat;
}
#content ul.list4_3 li:nth-child(3n+1) {
	clear:both;
}
#content ul.list4_3 li:hover {
	background-color: #f9efe5;
	position: relative;
    left: 2px;
    top: -2px;
}

#content ul.list4_3 li a {
	width: 245px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
#content ul.list4_3 li .move_box {
	position:relative;
	width: 245px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#content ul.list4_3 li p {
	width: 245px;
	height: auto;
	vertical-align: middle;
	background-color: #000;
	text-align: center;
	padding: 0px;
}
#content ul.list4_3 li .img_0 {
	max-width: 245px;
	height: auto;
	vertical-align: middle;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline-block;
}

.discount {
    margin: 1.5% 0 0;
    padding: 3% 0 1%;
    /*background: linear-gradient(45deg, #ffb051, #ffdd92,#ffe8b6, #ffffffa1);
    box-shadow: 0 3px 20px #f1524ebd;*/
}





.img_0 { border:1px solid #CCC;}
.move_btn { position:absolute;right:20px; bottom:10px; border: none;}

#content li a h3 {
	font-size: 18px;
    /* font-weight: normal; */
    color: #94574a;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 3px;
    margin-left: 0;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    /* text-decoration: none;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#content li a h4 {
	font-size:14px;
	color:#000000;
	font-weight: normal;
	background-color: #f5ebd0;
	display: inline;
	border: 1px solid #dccea9;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
#content li a h5 {
	font-size: 16px;
	color: #2e3192;
	/*font-weight:normal;*/
	padding-top:3px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content li a h6 {
	float: right;
    font-size: 15px;
    font-weight: bold;
    color: #ff002a;
    margin: 0px;
    text-decoration: none;
}
#content li a h6 del{
	font-size: 10px;
	color: #818181;
    padding-left: 8px;
}
#content li a span {
	font-size:14px;
	color:#797979;
	font-weight: normal;
	display: block;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content li a p {font-size:15px;padding-top:3px; color:#313131;}




.list_book {
	/*width: 820px;
	margin-right: 75px;
	margin-left: 75px;*/
	clear: both;
	margin-bottom: 20px;
	display: block;
	float: none;
	margin-top: 0px;
	height: auto;
	min-height:170px;
	background-repeat: repeat;
	padding: 10px;
	_background-color: #FFFFFF;
	position: relative;
}
.list_book h2 {
    font-size: 28px;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    _background: linear-gradient(to right, #001D6E 28% ,#7FB5FF 60%);
    _background-color: #680221;
    /* width: 925px; */
    margin-top: 0px;
    margin-right: 0px/*75px*/;
    margin-bottom: 6px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px/*65px*/;
}
.list_book_img {
	_width: 180px;
	float: left;
}
.list_book_img img {
	_width: 150px;
	_display: block;
	_margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.list_book_more {
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	background-color: #CC0000;
	padding: 5px;
	height: 15px;
	display: block;
	line-height: 15px;
	width: 100px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-weight: normal;
}
.list_book_detial {
	float: right;
	_width: 620px;
	text-align: left;
	padding-left: 5px;
	position: relative;
}
.list_book_detial h2 , .list_book_detial2 h2{
	font-size: 18px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.list_book_detial h4 {
	color: #CC0000;
	font-size: 15px;
	padding: 0px;
	float: left;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.5em;
}
.list_book_detial h4 img {
	vertical-align: baseline;
}
.list_book_detial h4 .imgHot {
	vertical-align: text-top;
}

.list_book_detial h4 a {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}

.list_book_detial h5 {
	clear: both;
	font-size: 15px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #600;
	line-height: 1.4em;
}
.list_book_detial h4 a:hover {
	text-decoration: underline;
}
.list_book_detial h5 a {
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	color: #006dd0;
}
.list_book_detial h5 a:visited {
	color: #006dd0;
	text-decoration: none;
}
.list_book_detial h5 a:hover {
	text-decoration: underline;
}
.list_book ul  {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#content .book_detial h5 font {
	color: #C00;
	text-align: center;
	display: block;
}

#content ul.book_big {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#content .book_big li{
	padding: 1%;
	margin:0;
	width: 21%;
	border: 1px solid #d3d3d3;
	height: 260px;
	display: block;
	float: left;
	overflow: auto;
	text-align: center;
    border-radius: 20px;
    background-color: #fff8f5;
	margin: 1%;
}
#content .book_big li:last-child {
	clear: right;
	width: 20%;
}

#content .book_big li a img{
	width: 90%;
	max-width: 115px;
	padding: 3% 0;
}
#content .book_big li h3{
	padding: 6% 5px 3%;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border-top: 1px solid #d3d3d3;
    background-color: #fff8f5;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#content .book_big li h3 a{
	color: #292929;
	text-decoration: none;
}
#content .book_big li h3 a:visited {
	color: #000;
	text-decoration: none;
}
#content .book_big li h3 a:hover, #content .book_big li a img:hover {
	color: #ff002a;
	text-decoration: none;
	position: relative;
	left: 2px;
	top: -2px;
}
#content .book_big li h4{
	margin: 0px;
	padding: 0;
	font-size: 15px;
	color: #2e3192;
	text-align: center;
	font-weight: bold;
    background-color: #fff8f5;
}
#content .book_big li h5{
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding: 0px;
	text-decoration: line-through;
	margin: 0px;
	font-weight: normal;
}
#content .book_big li h6{
	font-size: 15px;
	font-weight: normal;
	color: #C00;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#content p.buy a , #content p.buy a:visited{
	font-size: 16px;	
    font-weight: bold;
	background-color: #b81d00;
	color: #FFF;
	text-decoration: none;
	padding: 6px 16px;
	border-radius: 15px;
    margin-right: 8px;
}
#content p.buy a:hover {
	background-color: #9b2e39;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}

.bg_white {
    /*background-image: url(http://www.angle.com.tw/event/bg/white90.png);
    background-repeat: repeat;*/
    padding: 8px;
    clear: both;
    float: none;
}

.title {
    font-size: 2.3rem;
    font-weight: 900;
    font-family: "Microsoft YaHei";
    color: #656565;
    text-align: center;
    transform: skewX(-10deg);
}


.not_applicable{
	text-align: center;
	font-size: 1.1rem;
    margin-top: 5%;
}



a.gotobuy {
    display: block;
    float: right;
    background: #b81d00;
    _background: -moz-linear-gradient(-45deg, #ff8672 25%,#f6b284 75%);
    _background: -webkit-linear-gradient(-45deg, #ff8672 25%,#f6b284 75%);
    _background: linear-gradient(121deg, #ff8672 25%,#f6b284 75%);
    _filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8672', endColorstr='#f6b284',GradientType=1 );
    padding: 6px 16px;
    margin-left: 2em;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    border-radius: 15px;
    font-weight: bold;
}
a.gotobuy:visited {
    color: #FFF;
    text-decoration: none;
}
a.gotobuy:hover {
	color: #ff0;
	text-decoration: none;
}
a.gotobuy:active {
	color: #FF0;
	text-decoration: none;
}

.more {
	/*width: 840px;*/
    padding-right: 10%;
    padding-left: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #B29367;
	clear: both;
	float: none;
}
.more ul {
	clear: both;
	float: none;
}
.more p {
	font-size: 18px;
	font-weight: bold;
	color: #FF0;
	margin: 0px;
}
.more ul {
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.more .NewsStyle {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.more .NewsStyle a {
	font-size: 15.5px;
    line-height: 1.8em;
	color: #FFF;
	text-decoration: none;
}
.more .NewsStyle a:visited {
	color: #FFF;
	text-decoration: none;
}
.more .NewsStyle a:hover {
	color: #FFF;
	text-decoration: underline;
}
.more .NewsStyle a:active {
	color: #FFF;
	text-decoration: underline;
}

@media (max-width: 1200px){
.title {
    font-size: 3.1rem;
}
.discount_box {
    width: 90%;
}

}