/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
	width: 100%;
	height: 100%;
	margin: 0px auto;
}

/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

#nene {
	cursor: pointer;
}

/**********************************************/
/***************************************************/
footer {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 10px;
	background: #007f54;
}
footer > div {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 990px;
	margin: 0px auto 0px auto;
	box-sizing: border-box;
	padding: 0px;
	color: #fff;
}
footer > div > div {
	display: flex;
	gap: 20px;
}
footer > div > div:nth-child(2) {
	flex-direction: column;
}
footer > div > div:nth-child(2) > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	font-size: 81.25%;
	line-height: 135%;
}
footer > div > div h4 {
	margin: 0px 0px 1.25em 0px;
	line-height: 135%;
}
#logo_sbw {
	width: 120px;
}
#logo_srh {
	max-width: 240px;
}
#bt_otherContArea {
	display: flex;
	flex-direction: row;
	gap: 12px;
}
#bt_otherContArea > div {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.bt_otherCont {
	display: flex;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 81.25%;
}
.bt_otherCont a:link, .bt_otherCont a:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.3em;
	width: 12em;
	padding: 0.25em 1em;
	color: #fff;
}
.bt_otherCont a:hover {
	background: rgba(255,255,255,0.35);
	color: #ffd800;
}
/***********************/
address {
	font-style: normal;
}
address p {
	font-size: 87.5%;
	line-height: 150%;
}
address > div > a:link, address > div > a:visited {
	display: flex;
	justify-content: center;
	width: 4em;
	margin-top: 0.35em;
	border-radius: 5px;
	padding: 0.25em 1em;
	background: rgba(255,255,255,0.35);
	font-size: 81.25%;
	line-height: 125%;
	color: #fff;
}
address > div > a:hover {
	background: rgba(255,255,255,0.75);
	color: #007f54;
}
