p.resizeimage { width: 80%; }
p.resizeimage img { width: 100%; }

img {
    max-width: 100% !important;
    height: auto;
}
iframe {
    width: 100% !important;
}
#map1 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 100% !important;
}
 
#map1 iframe,
#map1 object,
#map1 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 16%;
	z-index: 10000;
}
#pagetop img {
	max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
#pageBottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
}
#pageBottom .tel {
    clear: both;
}
#pageBottom .tel img {
	max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
#pagetop, #pageBottom .tel{
    padding:0;
    margin:0;
}
.totop {
	display: none;
}

span.bottom {
    top:10px;
}