/* CSS Document */

.page { width:800px; margin:0 auto; height:1500px; position:relative;}/*main*/
.page_last { width:800px; margin:0 auto; height:750px; position:relative;}

.text_small {font-family:Shrikhand; font-size:42px; color:#000000; line-height:44px; text-align:left;}/*main*/
.text_big {font-family:Shrikhand; font-size:54px; color:#003366; line-height:44px; text-align:left;}/*main*/
.text_big_pink {font-family:Shrikhand; font-size:54px; color:#660033; line-height:44px; text-align:left;}
.align_right {text-align:right;}

.margin_left_two {margin-left:125px;}

#two {padding-top:8px;}
#three {padding-top:8px;}
#four {padding-top:8px;}

#down_one {width:30px; height:30px; border-bottom:20px double #660033; border-left:20px double #660033; position:absolute; top:670px; left:375px;
-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	animation-name: arrow_move;
	animation-duration:.5s;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	cursor:pointer}
	
#down_two {width:30px; height:30px; border-bottom:20px double #003366; border-left:20px double #003366; position:absolute; top:670px; left:375px;
-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	animation-name: arrow_move;
	animation-duration:.5s;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	cursor:pointer}

#down_three {width:30px; height:30px; border-bottom:20px double #660033; border-left:20px double #660033; position:absolute; top:670px; left:375px;
-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	animation-name: arrow_move;
	animation-duration:.5s;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	cursor:pointer}
	
@keyframes arrow_move {
	from {top:670px;}
	to {top:660px;}
}
	
#up_one {width:30px; height:30px; border-top:20px double #003366; border-right:20px double #003366; position:absolute; top:690px; left:375px;
-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	animation-name: up_arrow_move;
	animation-duration:.5s;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	cursor:pointer}
	
@keyframes up_arrow_move {
	from {top:690px;}
	to {top:680px;}
}



@font-face {font-family: Shrikhand; src:url(../Shrikhand-Regular.ttf)}/*main*/
@font-face {font-family: Farsan; src:url(../Farsan-Regular.ttf)}/*main*/