@charset "utf-8";
/* CSS Document 画像をフェードイン */

#imageContainer {
position:relative;
margin:auto;
width:201px; /*画像の横幅*/
height:292px;
}

#imageContainer img {
display:none;
position:absolute;
top:0; left:0;
}

/* collection */
ul#season_change_btn {
	width:181px;
	height:25px;
	position:fixed;
	top:175px;
	right:0px;
	z-index:9999;
	list-style: none;
}
ul#season_change_btn li {
	list-style:none;
}
