
.section {
	width:100%;
	height:100%;
	position: relative;
	background: #3399ff;
	background: -moz-linear-gradient(top, #3399ff 0%, #ffffff 30%);
	background: -webkit-linear-gradient(top, #3399ff 0%,#ffffff 30%);
	background: linear-gradient(to bottom, #3399ff 0%,#ffffff 30%);
	padding: 8% 0;
	line-height: 1.4;
	text-align:center;
}

@media screen and (max-width: 767px) {
	.section {
		padding: 13% 0 10%;
	}
}
@media screen and (max-width: 480px) {
	.section {
		background: #fff;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #3399ff), color-stop(0.30, #ffffff));
		padding: 20% 0 10%;
	}
}

#section0 h1:nth-child(1) {
	color: #fff;
	font-size: 2.6em;
	line-height: 1.8;
	text-shadow: 0.07em 0.07em 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 480px) {
	#section0 h1:nth-child(1) {
		font-size: 1.4em;
	}
}

.floRight {
	float: right;
	padding-left: 20px;
	line-height: 1;
}
.floLeft {
	float: left;
	padding-right: 20px;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.floLeft,
	.floRight {
		float: none;
		margin: 0 auto;
		padding: 0 0 10px;
		text-align: center;
	}
}

.small {
	font-size: 0.8em;
}

