footer{
	border-top: 2px solid;
}
/* iframe装飾 */
.iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#maper{
	padding:0px 0px 10px 0px;
}
img {
	max-width:900px;
}
footer{
    background-color: black;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color : #fff;
    margin-top:30px;
}