@charset "shift_jis";
/* CSS Document */

*{ list-style:none; margin:0; padding:0;}
a{ text-decoration:none;}
a img{ border:none;}
a:hover img{ opacity:0.8;}
img{ vertical-align:bottom;}

/*画像の上から配置*/
#wakame {
	margin:0 auto;
	width:750px;
	text-align:center;
}

#wakame .movie {
	position:relative;
}

/*カラーの動画*/

#wakame .mov_col {
	position: absolute;
    top: 18%;
    left: 7%;
	z-index:3;
}

#wakame .mm1 {
	position: absolute;
	top: 11%;
    left: 0%;
	z-index:999;
}

#wakame .mm2 {
	position: absolute;
	top: 79%;
    left: 0%;
	z-index:999;
}

/*ハンバーグの実験動画*/

#wakame .mov_meat {
	position: absolute;
    top: 10%;
    left: 7%;
	z-index:3;
}

#wakame .mm3 {
	position: absolute;
	top: -6%;
    left: 1%;
	z-index:999;
}

#wakame .mm4 {
	position: absolute;
	top: 80%;
    left: 0%;
	z-index:999;
}

/*かわいい箱動画*/

#wakame .mov_pri {
	position: absolute;
    top: 9.9%;
    left: 7.2%;
	z-index:3;
}


}


