/*解析度  480px 以下*/
@media screen and (max-width:900px) {#gotop {margin-right:0; right:0;} }
@media screen and (max-width:900px) {
#nav {
	display:block;
	text-align: center;
	padding-top: 10px;
}
#nav a , #nav a:visited{
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	background: #031d30; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #3f78a1 0%, #031d30 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #3f78a1 0%,#031d30 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #3f78a1 0%,#031d30 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f78a1', endColorstr='#031d30',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius:10px;
	margin-bottom: 5px;
	color: #FFF;
}
#nav a:hover {
	background-color: #FF0;
	color: #C00;
} 
#gotop{
	width: 100%;
	height: 32px;
	position:fixed;
	_position: absolute; /* position fixed for IE6 */
  _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-10);
	z-index:1;
	bottom: 0px;
	text-align: center;
	background-color: #000;
	color: #FFF;
	border-radius: 0px;
	opacity: 0.8;
	font-size: 16px;
	display: block;
	margin-right: 0px;
	right: 0px;
}
#gotop a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 32px;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;
	margin: 0px;
	float: left;
	line-height: 32px;
	padding: 0px;
	_display:none;
}
/*#gotop a.go {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 32px;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;
	margin: 0px;
	float: left;
	line-height: 32px;
	padding: 0px;
}*/

#gotop .m_hidden {
	display:none;
}
}

@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%;
	display: block;
}

.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 結束 */
#Bodyfooter {
	height: auto;
	padding-bottom: 32px;
}
#BodyContent {
	width: 100%;
}
#content {
	background-size:100%;
}
.hidden_m {display: none;}

.logo img {
	height: auto;
	width: 100%;
}
.more {
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
}

#gotop .m_hidden { display:none;}
.book_cover img { width:100%;}
#book3 ul li div h6 del {display: inline-block;}
}

#hot ul li:first-child, #hot ul li:last-child {
	display: block;
	width: 82%;
	padding-right: 9%;
	padding-left: 9%;
	margin-left: 0;
}

/*
#hot {
	float: right;
}
*/


@media screen and (max-width:600px) {
#content .book h2 a {
	display: inline-block;
}
#hot {
	width: 100%;
}
#hot p {
	font-size: 15px;
}

}

