/*-- スライドシートアニメーション --*/

.anime_seat .img_seat {
	width: 450px;
	height: 340px;
	position: relative;
}

/*-- 矢印 --*/
.anime_seat .arrow, .anime_seat .size_txt {
	display: none;
	position: absolute;
}
.anime_seat .arrow01 {
	top: 183px;
	right: 205px;
	margin-right: -50px;
}
.anime_seat .arrow01 img {
	width: 100px;
	height: 66px;
}
.anime_seat .arrow02 {
	top: 227px;
	left: 290px;
	margin-left: -50px;
}
.anime_seat .arrow02 img {
	width: 70px;
	height: 38px;
}
.anime_seat .arrow03 {
	top: 220px;
	left: 65px;
	margin-left: -50px;
}
.anime_seat .arrow03 img {
	width: 70px;
	height: 38px;
}
/*-- 寸法 矢印 --*/
.anime_seat .size_arr, .anime_seat .size_txt {
	position: absolute;
	display: block;
	display: none;
}
.anime_seat .size_arr01 {
	top: 228px;
	left: 288px;
}
.anime_seat .size_arr01 img {
	height: 50px;
}
.anime_seat .size_txt01 {
	bottom: 79px;
	left: 330px;
}
.anime_seat .size_txt01 img {
	width: 69px;
}
.anime_seat .size_arr02 {
	top: 215px;
	left: 40px;
}
.anime_seat .size_arr02 img {
	height: 49px;
}
.anime_seat .size_txt02 {
	bottom: 79px;
	left: 50px;
}
.anime_seat .size_txt02 img {
	width: 70px;
}
.anime_seat .size_arr03 {
	top: 15px;
	left: 118px;
}
.anime_seat .size_arr03 img {
	height: 290px;
	width: 49px;
}
.anime_seat .size_txt03 {
	bottom: 100px;
	left: 125px;
}
.anime_seat .size_txt03 img {
	width: 20px;
}
.anime_seat .size_arr04 {
	top: 15px;
	left: 55px;
}
.anime_seat .size_arr04 img {
	height: 290px;
	width: 217px;
}
/*-- 寸法 テキスト --*/
.anime_seat .size_txt img {
	bottom: 0;
	left: 0;
}
