/*解析度 768px 以下*/
@media screen and (max-width:768px) {
/*header footer 開始 */	
#header-share {
	display: none;
}
#header-rwd {
	background-color: #C00;
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 5px;
}
#Bodyfooter {
	width: 100%;
}

.footerArea1 {
	display: none;
}
.footerArea2 {
	width: 80%;
	margin: 0px;
	padding-right: 10%;
	padding-left: 10%;
}
.footerArea2 .logo2{
	display: none;
}
.footerArea2 span {
	clear: both;
	float: none;
}
.footerArea2 div {
	text-align: left;
	width: 100%;
	font-size: 13px;
}

.footerArea2 div p {
	clear: both;
	float: none;
	word-break: normal;
}
/*header footer 結束 */
#gotop {
	/*display: none;*/
	width: 100%;
    bottom: 0px;
	text-align: center;
	border-radius: 0px;
    opacity: 0.8;
    font-size: 16px;
    display: block;
    margin-right: 0px;
    right: 0px;
    height: 30px;
}
#gotop a {
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    /* display: block; */
    height: 30px;
    width: 100%;
    line-height: 1.5em;
    margin: 0 auto;
    float: left;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#nav {
    background-size: 100%;
    background-repeat: round;
}
#nav a.a1, #nav a.a2  {
	letter-spacing: normal;
	font-size: 15px;
}


#content ul.list4_3 li { width:48%; background-image:url(http://www.angle.com.tw/event/bg/white50.png);}
#content ul.list4_3 li:nth-child(2n+1) { clear:both;}
#content ul.list4_3 li:nth-child(3n+1){ clear:none;}

#content .in h3:before, .discount h3:before {
	left: -48px;
}

#BodyContent {
	width: 100%;
}


.logo img {
	height: auto;
	width: 100%;
}
#sale h4 {
	font-size: 20px;
	margin: 0 10% 0 0;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
#sale h4 font {
    font-size: 24px;
    line-height: 15px;
}
#content {
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
}
.subject {
	color: #bf5772;
}
.list_menu {
	width: 100%;
	clear: both;
	float: none;
}

.list_menu p {
	display: block;
	/*width: 100px;*/
	float: left;
	border-top-style: none;
	/*border-right-style: none;*/
	border-bottom-style: none;
	border-left-style: none;
	/*background-color: #f0f0f0;*/
	text-align: center;
	margin-right: 1px;
	margin-bottom: 1px;
}

.list_book ul li {
	width: 91%;
	padding-right: 4%;
	padding-left: 4%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content .book_big li {
    width: 45%;
}
#content .book_big li:nth-child(2n) {
    width: 45%;
    clear: right;
}
#content .book_big li:last-child {
    width: 45%;
}
#content .book_big li h3{
	font-size: 14px;
}
#content .book_big li h4{
	font-size: 13px;
}
.more {
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
}
.title {
    font-size: 2rem;
    margin-bottom: 0.3rem;
}


}
@media screen and (max-width:560px) {
#content ul.list4_3 li { width:98%;}
#content ul.list4_3 li a {width:90%;}
#content ul.list4_3 li .move_box {width:90%; height:auto;}
#content ul.list4_3 li p {width:100%; height:auto;}
#content ul.list4_3 li .img_0 {max-width:100%; height:auto;}
#nav {
    background-image: none;
}
#nav a.a1 {
	border: 1px solid #d26a2a;
    background-color: #fff;
}
#nav a.a2 {
	border: 1px solid #fff;
    background-color: #6263f3;
}
}
@media screen and (max-width:480px) {
#sale h4 {
	font-size: 16px;
	margin: 0 10% 0 0;
	display: table-cell;
	width: 100%;
}
#sale h4 font {
	font-size: 20px;
	line-height: 12px;
}

.list_menu {
    width: 100%;
    clear: both;
    float: none;
}
#nav ul li {
    width: 23%;
    float: left;
    display: flex;
    align-items: center;
}

}
