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

/************************************************************
HTML TAGS
************************************************************/
*{
	margin:0;
	padding:0px;
}

html, body {
	color:#333;
    font-family: 'Lato', sans-serif;
	font-style:normal;
	min-width: 1280px;
	letter-spacing:0.01em;
	-webkit-text-size-adjust:100%;

	
}

h1{}

h2{}

h3{}

h4{}

h5{}

p{
	line-height:2;
	font-weight:normal;
	letter-spacing:0.03em;
}


dd,dt{
	line-height:1.6;
	font-weight:normal;
	letter-spacing:0.03em;
}

li{
	line-height:1.6;
}

table{}

th{line-height:1.6;	letter-spacing:0.02em;}

td{line-height:1.6;	letter-spacing:0.02em;}

ul,ol{list-style-type:none;}

li img, dt img, dd img{vertical-align:bottom; letter-spacing:0.02em;}

hr{
	margin:0px;padding:0px;	
}

address{
	font-style:normal;
}

a{
	/* color:#fff; */
	color:#222;
	outline:none;
	text-decoration:none;
}

a:hover {
	/* text-decoration:underline; */
	opacity: 0.8;
	transition: all .3s ease-in-out;
}

a img{
	border:none;
}


/* custom size*/
p,li,dt,dd,th,td{
	font-size:100%;
}

textarea{
	font-size:100%;
}

address{
	font-size:93%;
}
