@charset "utf-8";

/*
******************************************************************
* eva a-type fun gameflow.css
******************************************************************
*/

/** visual */
#visual .mod-box-bg {
	background-image: url(../img/gameflow/visual_bg01.jpg);
}

/** stage */
.stage {
	padding-top: 50px;
	background-image: url(../img/gameflow/bg01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.stage.stamp {
	background-image: url(../img/gameflow/bg02.jpg);
}
.stage h2 {
	padding-bottom: 50px;
}
.stage .box-01 {
	padding: 47px 0;
	background-color: #f9f9f9;
}
.stage .box-02 {
	padding-bottom: 60px;
}
.stage .box-02 .pic {
	float: left;
}
.stage .box-02 .pic.pic-05 {
	margin-top: -436px;
}

/** mod-btn-next */
#mod-btn-next a .mod-box-inr .pic-01 {
	left: 17px;
}
#mod-btn-next a .mod-box-inr .pic-01 .pic:after {
	content: url(../img/gameflow/next_p01_o.png);
}
#mod-btn-next a .mod-box-inr .txt-01 .txt:after {
	content: url(../img/gameflow/next_t01_o.png);
}