@charset "utf-8";
/* CSS Document */

.fadebox_wrap {
	position: relative;
}

.fadebox01 {
}
.fadebox02 {
	position: absolute;
	bottom: 0;
}
.fadebox03 {
	position: absolute;
	bottom: 40%;
	width: 40%;
	text-align: center;
	font-size: 32px;
}

.fadebox_wrap01 .fadebox02 {
	width: 40%;
}