@import url("global.css");


.container p {
	margin-bottom: 15px;
}
.wrapper p.intro {
}
.season {
	/*background:url(../concept/images/season.jpg) no-repeat center top;
	background-size: 320px auto;
	padding: 20px 40px;*/
	padding: 0 10px;
	margin-bottom: 20px;
}
.stellar {
	background:url(../concept/images/stellar_02.jpg) no-repeat center top;
	padding: 20px 10px;
	background-size: cover;
	color: #FFF;
	margin-bottom: 40px;
}
.stellar p {
	text-shadow: 0 0 1px #000, 0 0 5px #000, 0 0 5px #000;
	-webkit-text-shadow: 0 0 1px #000, 0 0 5px #000, 0 0 5px #000;
	-moz-text-shadow: 0 0 1px #000, 0 0 5px #000, 0 0 5px #000;
}
.box {
}
.box p {
	background: url(../concept/images/line.png) no-repeat center bottom;
	background-size: 120px auto;
	padding-bottom: 40px;
}
.box p:last-child {
	background: none;
	padding-bottom: 20px;
}
