/************************************************
 歩く人OK　向けCSS
************************************************ */



/*-----------------------------
 Top page
------------------------------*/
/* 左へ dogとセット */
.move-person#mp01{ 
	position: absolute;
	bottom: 30px;
	right: 10%; /*for ie*/
	z-index: 15;
	width: 35px;
	height: 75px; 
}
/* 左へ サラリーマン */
.move-person#mp02{
	position: absolute;
	bottom: 15px;
	right: 20%; /*for ie*/
	z-index: 21;
	width: 50px; 
	height: 80px; 
}
/* 左へ リュック */
.move-person#mp03{ 
	position: absolute;
	bottom: 20px;
	right: 3%; /*for ie*/
	z-index: 19;
	width: 35px; 
	height: 75px;
}
/* 左へ フード */
.move-person#mp04{
	position: absolute;
	bottom: 23px;
	right: 35%;  /*for ie*/
	z-index: 18;
	width: 50px;
	height: 80px;
}
/* 右へ ジャケット男性 */
.move-person#mp05{
	position: absolute;
	bottom: 15px;
	left: 40%;  /*for ie*/
	z-index: 22;
	width: 50px;
	height: 80px;
}
/* 右へ ピンク女性 */
.move-person#mp06{
	position: absolute;
	bottom: 26px;
	left: 23%;  /*for ie*/
	z-index: 17;
	width: 35px;
	height: 75px;
}
/* 右へ パープル女性 */
.move-person#mp07{
	position: absolute;
	bottom: 21px;
	left: 15%;  /*for ie*/
	z-index: 20;
	width: 35px;
	height: 75px;
}
/* 右へ 小学生 */
.move-person#mp08{
	position: absolute;
	bottom: 32px;
	left: 10%;  /*for ie*/
	z-index: 12;
	width: 35px; 
	height: 70px;
}
/* 右へ 老人 */
.move-person#mp09{
	position: absolute;
	bottom: 26px;
	left: 50%;  /*for ie*/
	z-index: 13;
	width: 45px; 
	height: 85px;
}
/* 左へ 犬 女性とセット */
.move-person#mp010{ 
	position: absolute;
	bottom: 29px;
	right: 10%;  /*for ie*/
	z-index: 16;
	width: 46px; 
	height: 31px;
}
/* 右へ 猫 */
.move-person#mp011{
	position: absolute;
	bottom: 40px; 
	left: 5%;  /*for ie*/
	z-index: 5;
	width: 31px; 
	height: 23px; 
}
/* 左へ 鳥 */
div#main-visual div#mp012{
	position: absolute;
	bottom: 135px;
	right: 50%;  /*for ie*/
	z-index: 5;
	width: 22px;
	height: 16px;
}
/*右へ 鳥 */
div#main-visual div#mp013{
	position: absolute;
	bottom: 195px;
	left: 25%;  /*for ie*/
	z-index: 5;
	width: 22px;
	height: 16px;
}