@charset "UTF-8";
/* Title */

.obj {
	position: relative;
	width: 100px;
	height: 100px;
	background-color: #cbd6ff;
	margin-bottom: 20px;
}
.obj2 {
	position: relative;
	width: 150px;
	height: 150px;
	background-color: #cbd6ff;
	margin-bottom: 20px;
}
.obj.obj_red {
	background-color: #f93050;
}
.obj.obj_yellow {
	background-color: #f2ec43;
}
.obj.obj_green {
	background-color: #75ff6b;
}


#obj_01 {
}
#obj_02 {
	bottom: -100px;
}
#obj_03 {
	bottom: 0px;
}
#obj_04 {
	bottom: 0px;
}

#obj_08_1,
#obj_08_2 {
	left: 100px;
}

.opa0 {
	opacity: 0;
}

#obj_s_01,
#obj_s_02 {
	width: 200px;	
}
/*.obj_s_02 {
	width: 200px;
}*/

/*#trigger1 {
	position: fixed;
	width: 100%;
	height: 500px;
	border-top: 1px dotted red;
	left: 0;
	top: 700px; 
}*/


@media handheld, print, screen and (min-width: 481px) {




/* end of media query */	
}






@media handheld, print, screen and (min-width: 801px) {





/* end of media query */
}