/*解析度  480px 以下*/
@media screen and (max-width:767px) {
/*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%;
}

.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_detial {
	float: left;
	width: 67%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1%;
}

.list_mg table {
	width: 67%;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: auto;
	background-color: #FFF;
}

.list_mg_img img {
	height: auto;
	width: 90%;
}
.list_mg_more {
	width: 80%;
	padding: 5px;
	margin: 0px;
}
.list_mg ul {
    margin: 0 0 10px 0;
    display: inline-block;
}
.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: 32%; 
    padding: 0;
}
.sale_3 > li {
	width: auto;	
    height: auto;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #989898;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	float: none;
}
.sale_3 > li:last-child {
    border-bottom: none;
}


.more {
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
}
}

@media all and (min-width: 768px) and (max-width: 1180px){
#BodyContent {
	width: 100%;
	background-size:100%;
}	
	
	}
@media screen and (max-width:499px) {
#content h3 {
	margin: 0px;
	padding-right: 0px;
	_padding-left: 0px;
	width: 100%;
}
}
