@charset "UTF-8";
/* CSS Document */
html,body {
	height: 100px;
	margin: 0px;
}

.box01 {
	background:#FF4E89;
	margin-top: 0px;
	width: 100%;
	height: 1400px;
}

.chocosita img{
	width: 70px;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
	z-index:2
}

.ichigoyama img{
	width: 50px;
	top:-50px;
	left:0;
	right:0;
	bottom:0;
	position:fixed;
	margin:auto;
	z-index:3;
}

