@charset "UTF-8";
header {
	padding-bottom: 10px;
	line-height: 0px;
}
header img{
	width: 350px;
}
.header02 {
	padding-bottom: 8px;
	line-height: 0px;
}
.header02 img{
	width: 350px;
}
footer {
	color: #FFFFFF;
	font-size: 12px;
	z-index: 1000;
	height: 20px;
	padding-top: 4px;
	line-height: 11px;
	width: 100%;
	padding-bottom: 30px;
	float: right;
	text-align: right;
}
footer a:link, footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
******************* RESPONSIVE CSS {
}
@media (max-width:700px) {
header {
	padding-bottom: 7px;
}
header  img{
	width: 72%;
}
