html, body{
	margin:0;
	padding:0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	line-height:normal;
	color:#222;
	overflow-x:hidden;
	background:#858688;
	border-top:3px solid #f58634
}

a,
a:link,
a:active,
a:visited{
	color:#000;
	font-weight:700;
	transition:0.5s;
	text-decoration:none
}

a:hover{
	color:#f58634	
}

.row-xs{
	height: 100% !important
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.border-fotos{border:solid 8px #fff; border-bottom:solid 35px #fff}

.botoes-site,
.botoes-site a,
.botoes-site a:link,
.botoes-site a:active,
.botoes-site a:visited{
	padding:10px 35px;
	background:#f58634;
	font-size:18px;
	font-weight:700;
	color:#fff !important;
	transition:0.5s;
	border-radius:25px;
	margin-top:10px;
	display:block
}

.botoes-site:hover,
.botoes-site a:hover{
	background:#858688;
}