html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
}
body {
	margin: 0px;
	width: auto;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 70%;
	color: #000000;
}
img, iframe {
	border: 0;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #85c226;
}
a:hover {
	text-decoration: none;
	color: #85c226;
}
.Main {
	margin-top: 137px;
	margin-bottom: 8px;
	margin-left:12px;
	margin-right:12px;
	width: auto;
	font-size: 80%;
}
.Photo {
	float: right;
	width: 50%;
	margin-bottom: 8px;
}
.Map{
	width: 100%;
	height: 360px;
}

.StickyTop {
	width: 100%;
	position: fixed;
	top:0px;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	background-color: #FFFFFF;
	white-space: nowrap;
}
.Top {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;

	font-weight: bold;
	font-size: 70%;
	width: calc(100% - 16px);
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.Top > * {
	flex: 1 100%;
	-webkit-flex: 1 100%;
	-webkit-box-flex: 1 100%;
}

.Bottom {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;

	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
	font-weight: normal;
	font-size: 70%;
	width: calc(100% - 16px);
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #85c226;
}

.Bottom > * {
	flex: 1 100%;
	-webkit-flex: 1 100%;
	-webkit-box-flex: 1 100%;
}
.top_al {
	background-color: #FFFFFF;
	border: 2px solid #85c226;
	width: 25%; max-width: 25%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.top_mm {
	background-color: #FFFFFF;
	border: 2px solid #85c226;
	width: 25%; max-width: 25%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.top_en {
	background-color: #FFFFFF;
	border: 2px solid #85c226;
	width: 25%; max-width: 25%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.top_ct {
	background-color: #85c226;
	border: 2px solid #85c226;
	width: 25%; max-width: 25%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.top_ct a:link, .top_ct a:visited, .top_ct a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.top_ct a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.top_al, .top_mm, .top_en, .top_ct {
	padding: 4px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
}
.bot_left, .bot_right, .bot_all {
	padding: 4px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	color: #b3b3b3;
}
.bot_left {
	text-align: left;
	width: 50%; max-width: 50%;
}
.bot_right {
	font-weight: bold;
	text-align: right;
	width: 50%; max-width: 50%;
}
.bot_all {
	text-align: center;
	width: 100%; max-width: 100%;
	font-size: 80%;
}
	
.it1 {font-family: Verdana; font-size: 100%; font-weight : normal; background-color: #85c226; color: #000000; border: 1px solid #e87717;}
.it3 {font-family: Verdana; font-size: 90%; font-weight : bold; background-color: #85c226; color: #FFFFFF; border: 1px solid #e87717;}

.Contact {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;

	font-weight: bold;
	font-size: 90%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.Contact > * {
	flex: 1 100%;
	-webkit-flex: 1 100%;
	-webkit-box-flex: 1 100%;
}
.contact_left, .contact_right {
	padding: 4px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
}
.contact_left {
	text-align: right;
	width: 35%; max-width: 35%;
}
.contact_right {
	text-align: left;
	width: 65%; max-width: 65%;
}

@media all and (min-width: 640px) {
	body { font-size: 114%; }
	.Main { margin-top: 140px; }
	.Map { height: 480px; }
	.contact_left { width: 45%; max-width: 45%; } 
	.contact_right { width: 55%; max-width: 55%; } 
}

@media all and (min-width: 1000px) {
	body { font-size: 128%; }
	.Main { margin-top: 143px; }
	.Photo{ width: 500px; height: 500px; }
	.Map { height: 700px; }
}