@charset "UTF-8";

/* 800*300の囲い */
#RANDOMUKUMA{
	width:600px;
	height:300px;
	position: relative;
}

/* クマのボックスの設定 */
#randomKuma_wrap div{
	width:80px;
	height:90px;
	overflow: hidden;
	top: 300px;
	left: 0;
	position: absolute;
}

/* クマの吹き出しをずらして消す */
#randomKuma_wrap img{
	margin-top: -50px;
}


/* CSS Document */

