
fieldset.login {
	background-color:#FFF;
	border-color: #fff;
	max-width:300px;
	padding-top:10px;
	padding-left:20px;
	margin-top: 20px;
	margin-bottom: 40px;
}

legend.procon {
	background-color: #6495ed;
	padding: 5px 10px;
	border-radius: 5px;
	color: #ffffff;
}


.pagetop {
	display: none;
    position: fixed;
    bottom: 70px;
    right: 15px;
    cursor: pointer;
	width: 5rem;
	height: 5rem;
	background: #345a7fBF;
}

.pagetop a {
	color: #fff;
	display: flex;
    flex-direction: column;
	align-items: center;
}

.pagetop a:active {
	color: #fff;
}

/*FAQ*/
.faq {
    position: fixed;
	display: flex;
	border-radius: 4px;
	background-color: #007fc7;
	width: 6.25rem;
	height: 6.25rem;
    top: 76px;
    right: 15px;
	cursor: pointer;
}
.faq a {
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
	text-align: center;
}

.faq span
{ 
	display: inline-block;
	margin-top: 10px;
}
