/*---------------------------------------------

campaign

---------------------------------------------*/


#open2025{
    position: fixed;
    bottom: 20px;
    right: 0px;
    font-size: 70%;
	z-index:10000;
}
#open2025 a {
	text-decoration: none;
	color: #666;
	width: 80px;
	padding:8px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
	background-color: #f0edec;
}
#open2025 a:hover {
	text-decoration: none;
	background-color: #fdf59a;
}

#open2025 img {
	
	width: 100%;
	max-width:78px;
	
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
	
}
