@charset "utf-8";

@import "contents.css";

.framemap{
	margin: 15px 0;
	width: 100%;
	height: 450px;
}
.framemap iframe{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

@media screen and (max-width: 768px) {
/*tablet*/
.framemap{
	height: 350px;
}
}
@media screen and (max-width: 479px) {
/*sp*/
.framemap{
	height: 250px;
}

}

