@charset "UTF-8";

/* ===============================
	base
 =============================== */
section.sub {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 120px;
	position: relative;
}

section.sub:AFTER {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	background: url(images/line-veg.png) repeat-x center top;
	position: absolute;
	left: 0;
	bottom: 0;
}

.gray {
	color: #78ad00;
}

.green {
	background: url(images/bg-green.jpg) repeat center top;
	color: #fff;
}

.textBox {
	text-align: left;
}

.textBox p {
	padding-top: 20px;
	padding-left: 30px;
}

#sub01 {
	position: relative;
	padding-bottom: 130px;
	overflow: hidden;
}

#sub01>* {
	position: relative;
}

#sub01 .anime {
	width: 475px;
	height: 300px;
	background-image: url(images/sub01-anime.png);
	margin-top: 60px;
}

#sub01:BEFORE {
	content: "";
	display: block;
	width: 600px;
	height: 700px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 0px;
	background: url(images/sub01-2.png) no-repeat right bottom;
}

#sub01 .textBox {
	width: 475px;
}

#sub04 {
	text-align: center;
	padding: 40px 0;
}
