@charset "UTF-8";

/* ===============================
	base
 =============================== */
#mainVisual {
	background: #000;
}

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

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

.gray {
	color: #78ad00;
}

.black {
	background: #000;
	color: #78ad00;
}

#sub01 {
	padding-bottom: 180px;
}
