@charset "utf-8";

/*		.clearfix
------------------------------*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

@media all and (min-width: 641px){ 
	/*		CSSロールオーバー
	------------------------------*/
	a:hover img.hovercss {
		filter: alpha(opacity=65);
		-moz-opacity:0.65;
		opacity:0.65;
	}
}
