@charset "utf-8";
/* CSS Document */

#head {
    width: 100%;
    background: url(logo_amway.svg) #FFFFFF no-repeat center center;
    text-align: right;
    padding-top: 15px;
    margin: 0;
    height: 83px;
    position:fixed;
	top:0;
	border-bottom:1px solid #EFEFEF;
	
}
#footer {
    position: relative;
    left: 0px;
    bottom: 0px;
    height: 20px;
    width: 100%;
	text-align:center;
	padding:10px;
	position:fixed;
	background:#FFF;
	font-size: 12px;
}
.floatlayer {
position:fixed;
top:30px;
right:0;
margin-right:15rem;
z-index:99;
}
.noshow{
display:none;
}
.imgx{
width:100%;
max-width:500px;	
}
.shareb{
width:63px;
}

@media only screen and (max-width: 1680px) {
.floatlayer {
margin-right:8rem;
}
}
@media only screen and (max-width: 1367px) {
.floatlayer {
margin-right:3rem;
}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
.floatlayer {
float:right;margin-right: 3.5rem;
}
}

@media screen and (max-width: 767px) {
.floatlayer {
float:right;margin-right:10px;
}
}

@media screen and (max-device-width: 480px) {
.noshow{
display:block;
}
.imgx{
width:100%;
max-width:1200px;	
}
.floatlayer {
float:right;margin-right:10px;
}

}
