@charset "utf-8";
/* CSS Document */

html{
    font-family: 'OfficinaSansWinCTT';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'OfficinaSansWinCTT';
    font-weight: normal;
    font-style: normal;
	color:#000;
	font-size: 22px;
	line-height: 140%;
}

p {
    margin: 0;
	padding-bottom: 30px;
}

a{
	color:#687629;
	text-decoration:none;
	outline:none;
}

a:focus, a:link{
	color:#687629;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#3c4513;
	text-decoration:none;
	outline:none;
}

img{
	outline:none;
}

strong, b{
	font-family: 'ProductSans-Bold';
	font-weight:normal;
}

img{
	display:block;
}

.clear{
	clear:both;
}