.storagebox {
	width: 800px;
	height: 150px;
	position: relative;
	top: 0px;
	left: 0;
}

.pagebotton {
	width: 200px;
	height: 120px;
	position: relative;
	top: 0;
	left: 0;
	margin: 5px 30px;
	padding: 3px;
	color: red;
	font-size: 20px;
	background-color: white;
	border-radius: 20px;
	border-bottom: 10px solid #AAAAAA;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	float: left;
}
.box-botton {
	width: 73%;
	height: 12%;
	position: relative;
	top: 25%;
	margin: 0 auto;
}

.rctangle {
	width: 95%;
	height: 60%;
	background-color: red;
	
}

.box-yazirushi-next {
	position: relative;
	top: -16px;
	left: 100%;
	border-top: 24px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 24px solid red;
}

.text-box-next {
	width: 70%;
	height: 50%;
	position: relative;
	top: -3%;
	left: 0%;
	color: red;
	font-size: 60px;
	text-align: center;
}

/*=============================================================================*/



.box-yazirushi-back {
	position: relative;
	top:-16px;
	left: -100%;
	border-top: 24px solid transparent;
	border-right: 24px solid red;
	border-bottom: 0px solid transparent;
}

.text-box-back {
	width: 70%;
	height: 50%;
	position: relative;
	top: -3%;
	color: red;
	font-size: 60px;
	text-align: center;
}

.text-box-top {
	width: 70%;
	height: 50%;
	position: relative;
	top: -14%;
	color: red;
	font-size: 60px;
	text-align: center;
}


.pagebotton2 {
	width: 200px;
	height: 120px;
	position: relative;
	top: 0;
	left: 40%;
	margin: 10px 0;
	padding: 3px;
	color: red;
	font-size: 20px;
	background-color: white;
	border-radius: 20px;
	border-bottom: 10px solid #AAAAAA;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	float: left;
}

.text-box-next2 {
	width: 70%;
	height: 50%;
	position: relative;
	top: -3%;
	left: 12%;
	color: red;
	font-size: 60px;
	text-align: center;
}

.text-box-top2 {
	width: 70%;
	height: 50%;
	position: relative;
	top: -3%;
	left: 13%;
	color: red;
	font-size: 60px;
	text-align: center;
}
.text-box-top3 {
	width: 70%;
	height: 50%;
	position: relative;
	top: -3%;
	left: 0%;
	color: red;
	font-size: 60px;
	text-align: center;
}