  body {
	display: flex;
    flex-flow: column;
    min-height: 100vh;
}
.pr {
	position: relative;
}
#wrap {
	min-height: 100%;
}
#main {
	overflow: auto; padding-bottom: 48px; width: 100%;
}
#body.full-width {
	flex: 1;
}
#wrapper {
	margin: 0px auto; padding: 20px 0px 0px; transition:0.25s; max-width: 380px; -moz-transition: all 0.25s; -webkit-transition: all 0.25s; -o-transition: all 0.25s;
}
#wrapper470 {
	margin: 0px auto; padding: 20px 0px 0px; transition:0.25s; max-width: 470px; -moz-transition: all 0.25s; -webkit-transition: all 0.25s; -o-transition: all 0.25s;
}
#content {
	margin: 0px auto; padding: 20px; border-radius: 4px; border: 1px solid rgb(216, 221, 230); border-image: none; background-color: #FFFFFF;
}
.inputgroup {
	position: relative;
}
.label {
	font-size: 14px;
}
div {
	margin: 0px; padding: 0px;
}
form {
	margin: 0px; padding: 0px;
}
input {
	height: auto !important;
}
input.input {
	border-radius: 4px; border: 1px solid rgb(216, 221, 230); transition:0.1s; border-image: none; font-family: SFS, Arial, sans-serif; font-size: 14px; box-sizing: border-box; background-color: rgb(255, 255, 255); -webkit-appearance: none;
}
.input {
	padding: 12px;
}
.input:focus {
	outline: 0px; border: 1px solid rgb(21, 137, 238); border-image: none; box-shadow: 0px 0px 3px #0070d2; background-color: rgb(255, 255, 255);
}
.r4 {
	border-radius: 4px;
}
.wide {
	width: 100%;
}
.wide430 {
	width: 430px;
	margin-top: 14px;
	text-align: left;
}
.mb16 {
	margin-bottom: 16px;
}
.mt8 {
	margin-top: 8px;
}
.companyname {
	display: block;
}
.address {
	display: block;
}
.message {
	color: rgb(194, 57, 52); font-size: 12px; margin-bottom: 14px;
}
.buttonon {
	padding: 12px 24px; border-radius: 4px; border: 0px currentColor; border-image: none; color: white; font-family: SFS, Arial, sans-serif; font-size: 14px; cursor: pointer; background-image: none !important; background-color: rgb(0, 112, 210) !important;
}
.buttonoff {
	padding: 12px 24px; border-radius: 4px; border: 0px currentColor; border-image: none; color: white; font-family: SFS, Arial, sans-serif; font-size: 14px; cursor: pointer; background-image: none !important; background-color: rgb(200, 200, 200) !important;
}
.primary {
	border: 1px solid transparent; transition:0.1s; border-image: none; color: white; background-color: rgb(0, 112, 210);
}
.primary:hover {
	background-color: rgb(0, 95, 178);
}
.primary:focus {
	background-color: rgb(0, 95, 178);
}
.title {
	font-weight:bold;
	text-align: center;
	display: block;
}
.title .text {
	text-align: left;
	display: inline-block;
}
.box{
	position: relative;
	z-index: 1;
	text-align: left;
}
.overlink{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}
.link1 {
	color: #fff;
	text-decoration: none;
}
.buttonon a:hover {
	color: #fff;
}
#mask {
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 75px;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
} 
#modal {
	background: #fff;
	color: #555;
	width: 300px;
	padding: 40px;
	border-radius: 4px;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
#mask.hidden {
	display: none;
}
#modal.hidden {
	display: none;
}
#icon {
	width: 14px;
	height: 14px;
	margin-left: 5px;
	vertical-align: text-top;
}
.bread{
	text-align: left;
}
.breaddiv{
	width: 1160px;
	margin: 0 auto;
}
