/*解析度  480px 以下*/
@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%;
    height: auto;
    position: fixed;
    _position: absolute;
    _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: 30px;
    width: 50%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #626262;
    margin: 0px;
    float: left;
    line-height: 1.5em;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#BodyContent {
	width: 100%;
	background-size:100%;
}
.logo img {
	height: auto;
	width: 100%;
	float: none;
}
#content {
	width: 86%;
	padding-right: 7%;
	padding-left: 7%;
	background-size:100%;
}
#content h3 {
	padding-left: 0px;
}

.list_mg {
	width: 96%;
	background-repeat: repeat;
	height: 100%;
	padding: 2%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.list_mg_img {
	width: 30%;
	float: left;
	text-align: center;
}
.list_mg ul li .list_master_img {
    float: left;
    width: 33%;
}
.list_mg ul li .sale_2 {
    float: right;
    width: 90%;
}
.list_mg_detial {
	float: left;
	width: 67%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1%;
}
.list_mg_detial2 {
	width: 98%;
}

.list_mg table {
	width: 98%;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: auto;
	background-color: #FFF;
}
.list_mg .table2 {
	width: 95%;
}

.list_mg_img img {
	height: auto;
	width: 90%;
}
.list_master_img img {
	height: 85%;
    width: auto;
}
.list_mg_more {
	width: 80%;
	padding: 5px;
	margin: 0px;
}
.noline , .noline2{
	width: 45%;
	display: none;
}
.logo .m_hidden {
	display: none;
	clear: both;
	float: none;
}
.p_hidden {
	background-color: #0063a3;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.5em;
}
.p_hidden span {
	color: #FF0;
	font-size: 18px;
}
.p_hidden a {
	display: block;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background-color: #036;
	font-weight: normal;
	font-size: 15px;
	border-radius: 15px
}
.p_hidden a:visited {
	color: #FFF;
}
.p_hidden a:hover {
	color: #FFF;
	position: relative;
	left: 2px;
	top: 2px;
}
.sale_3 .list_mg_img { width: 30%;}
.sale_3 > li:first-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	/*margin-bottom: 10px;*/
	padding-bottom: 10px;
	overflow: hidden;
	float: none;
}
.sale { background-size:100% 100%; padding-right:10%}
.sale_2 {
	float: right;
	width: 45%;
	margin-right:0;
	margin-bottom: 10px;
}
/*贈書*/
.gift_book {
	width:94%;
	padding-right: 3%;
	padding-left: 3%;
	left: 1%;
	right: 1%;
}
.more {
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
}
}
@media screen and (max-width:499px) {
#content h3 {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}
}

