@charset "utf-8";


.seo
{
	display: none;
}

#cmpBannerBox h2{
	margin: 0;
	padding: 0;
}

#wrapper header{
	position: relative;
	display: table;
	width: 100%;
	box-sizing: border-box;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
    width: 100%;
}

#wrapper header h1#logo{
	position: relative;
	z-index: 9999;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 52px;
	text-indent: -9999px;
	background: #fff url("/images/forestaLogo_210x22.png") left center no-repeat;
}

#wrapper header #loginmenu{
	position: relative;
	z-index: 9999;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	background: #fff;
}

#wrapper header #loginmenu a.menu{
	padding: 12px 0 12px 12px;
	font-size: 16px;
	font-weight: bold; /* */
	text-decoration: none;
}

#wrapper header #loginmenu a i{
	margin-right: 4px;
	font-size: 1.1em;
}
	
form#login-form{
	position: absolute;
	top: -150px;
	right: 22px;
	z-index: 999;
	transition: all 0.6s cubic-bezier(0.42, 0, 0.52, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.52, 1);
    -ms-transition: all 0.6s cubic-bezier(0.42, 0, 0.52, 1);
}



form#login-form.scrolldown{
	display: block;
	transform: translate(0,202px);
	-webkit-transform: translate(0,202px);
	-ms-transform: translate(0,202px);
}

	
form#login-form ul{
	padding: 20px;
	background: rgba(255,255,255,0.96);
	border: #ccc solid 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
	
form#login-form ul li{
		margin-bottom: 12px;
}
	
form#login-form ul input,
form#login-form ul button
{
	display: block;
	margin-bottom: 0;
	padding: 4px;
	width: 100%;
	font-size: 14px;
	background: #fcfcfc;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

form#login-form ul button{
	margin-bottom: 12px;
}

form#login-form ul button{
	padding: 8px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background: #3faee3;
}

form#login-form ul a{
	font-weight: normal;
	font-size: 12px;
}

#loginBox{
	left: 18.2%;
    min-width: 272px;
    padding: 0;
    position: absolute;
    top: 33%;
    width: 44%;
}

#loginBoxFooter{
	margin: 0 auto;
	padding: 0 20px;
	width: 80%;
}

#loginBoxFooter a,
#loginBoxSp a,
#loginBox a{
	display: block;
	height: 72px;
	font-size: 30px;
	text-align: center;
	line-height: 72px;
	font-weight: bold;
	text-decoration: none;
	border: #3faee3 solid 2px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#loginBox a{
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

#loginBoxSp a{
	color: #fff;
	background: #3faee3;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

#loginBoxFooter a{
	color: #fff;
	background: #3faee3;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	border: #ccc solid 2px;
}

.regist{
	margin-bottom: 12px;
	color: #3faee2;
	
}

.regist{
}

#loginBox{
	display: block;
}

#loginBoxSp{
	display: none;
}

.index-login-box {
    max-width: 100%;
    width: 360px;
}

button#submit{
	display: block;
	background: #36a6db;
}

.txt-error{
	margin-top: 4px;
	line-height: 20px;
}


@media only screen and (max-width: 767px) and (min-width: 641px){
	
}

@media only screen and (max-width: 767px) and (min-width: 641px){

	#loginBoxSp a,
	#loginBox a{
		display: block;
		height: 72px;
		font-size: 26px;
		text-align: center;
		line-height: 72px;
	}



}

@media only screen and (max-width: 640px){

	#loginBox{
		display: none;
	}

	#loginBoxSp{
		display: block;
	}
		
	#loginBoxSp{
		position: static;
		margin: 0 auto;
		padding: 12px 0;
		width: 80%;
		min-width: 272px;
		text-align: center;
	}

	#loginBoxSp a,
	#loginBox a{
		display: block;
		height: 64px;
		font-size: 20px;
		text-align: center;
		line-height: 64px;
		background: #3faee3;
	}
	
	#loginBoxSp a{
		border: #ccc solid 2px;
	}
	
	#loginBoxFooter a{
		font-size: 20px;
		height: 60px;
		line-height: 60px;
	}

}

@media only screen and (max-width: 640px) and (min-width: 481px) { /**/
		
	
	#wrapper header{
		padding: 0 8px;
	}
	
	form#login-form{
		right: 8px;
	}

}



@media only screen and (max-width: 480px){
			
	#wrapper header{
		padding: 0 0 0 8px;
	}

	#loginmenu{
		padding-right: 8px;
	}
		
	#wrapper header h1#logo{
		width: 160px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	
	form#login-form{
		right: 0px;
	}

	
}