@charset "utf-8";

/*フェードイン*/

/* top_news started */
.fdin {
	opacity: 0;
	transition: opacity 1s ease;
}
.started {
	opacity: 1;
}