@charset "utf-8";

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
	overflow: auto;
	overflow-x: hidden;
	line-height: 0;
}

p {
	padding: 0.25rem 0rem 0.25rem 0rem;
}

* {
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#image {
	width: 100%;
	margin-top: 8.25rem;
}

#table {
	background-color: #FFFFFF;
	width: 100%;
	display: inline-table;
	vertical-align: bottom;
}

#boxleft {
	width: 50%;
	display: table-cell;
	padding: 1rem 1rem 1rem 1rem;
	background-color: #FFFFFF;
	line-height: 1.25;
	vertical-align: top;
}

#boxright {
	width: 50%;
	display: table-cell;
	text-align: center;
	background-color: #CCCCCC;
	vertical-align: middle;
}

#title {
	padding: 0rem 0rem 0.5rem 0rem;
}

#boxrighttable {
	width: auto;
	display: inline-table;
	text-align: center;
}

#boxrightdownload {
	width: auto;
	display: table-cell;
	padding: 1rem 2rem 1rem 1rem;
	vertical-align: middle;
}

#boxrightiframe {
	width: auto;
	display: table-cell;
	padding: 1rem;
	vertical-align: middle;
}

#downloadtext {
	display: block;
	width: calc(15vw + 0.5vw);
	padding: 0.5rem;
	text-align: center;
	line-height: 1.25;
}

#downloadmap {
	display: block;
	width: calc(15vw + 0.5vw);
	padding: 0.5rem;
}

#downloadmap img {
	width: calc(15vw + 0.5vw);
	text-align: center;
	border: solid;
	border-color: #999999;
}

iframe {
	width: calc(25vw + 0.5vw);
	height: calc(25vw + 0.5vw);
	border: solid;
	border-color: #999999;
}

@media all and (min-width: 3400px) {
#image {
   margin-top: 7rem;
}
}

@media all and (max-width: 1180px) {
#image {
   margin-top: 0;
}
#boxleft, #boxright {
	display: block;
	width: 100%;
}
}

@media all and (max-width: 868px) {
#downloadtext, #downloadmap, #downloadmap img {
	width: 25vw;
}	
iframe {
	width: 42.5vw;
	height: 42.5vw;
}
}

@media all and (max-width: 668px) {
#downloadtext, #downloadmap, #downloadmap img {
	width: 35vw;
}	
iframe {
	width: 50vw;
	height: 50vw;
}
#boxrightdownload {
	padding: 1rem 1rem 1rem 1rem;
}
}

@media all and (max-width: 468px) {
#boxright {
	display: block;
	width: 100%;
	text-align: center;
}
#boxrighttable {
	width: auto;
	text-align: center;
}
#boxrightdownload {
	display: block;
	text-align: center;
}
#boxrightiframe {
	display: block;
	width: 100%;
	text-align: center;
	padding: 1.25rem 1rem 1.5rem 1rem;
}
#downloadtext {
	text-align: center;
	padding: 0rem 0rem 1rem 0rem;
}
#downloadmap {
	padding: 0;
}
#downloadtext, #downloadmap, #downloadmap img {
	width: 80vw;
}	
iframe {
	width: 80vw;
	height: 80vw;
}
}