
/* archives
* --------------------------------------- */
@media screen and (max-width: 480px) {
	#section0 {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #3399ff), color-stop(0.90, #ffffff));
		padding-top: 20%;
	}
}

.innerlink {
	margin-top: 30px;
}
.innerlink li {
	margin-bottom: 30px;
}
.unitWrap {
	padding: 8% 5% 5%;
}
@media screen and (max-width: 767px) {
	.unitWrap {
		padding: 12% 0 10%;
	}
}
.unitWrap h1 {
	font-size: 1.8em;
}

.unitWrap .unit {
	padding: 0 8%;
	text-align: left;
}
.unitWrap .unit h2 {
	margin: 0 0 15px;
	text-align: center;
}
.unitWrap .unit p {
	margin-bottom: 1em;
}

@media screen and (max-width: 480px) {
	.innerlink {
		display: none;
	}
	.unitWrap {
		padding: 0;
	}
	.unitWrap h1 {
		background:#3399FF;
		border-bottom: 1px solid #eee;
		margin: 0 0 1px;
		padding: 10px 30px 10px 10px;
		color: #fff;
		font-size: 1.2em;
		line-height: 1.8;
		text-shadow: 0.07em 0.07em 0 rgba(0, 0, 0, 0.5);
		cursor:pointer;
		position: relative;
		text-align: left;
	}
	.unitWrap h1:before {
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 50%;
	  right: 15px;
	  width: 10px;
	  height: 10px;
	  margin-top: -8px;
	  background: #FFF;
	}
	.unitWrap h1:after {
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 50%;
	  right: 15px;
	  width: 10px;
	  height: 10px;
	  margin-top: -13px;
	  background: #3399FF;
	}
	.unitWrap h1.active:before {
	  margin-top: -2px;
	}
	.unitWrap h1.active:after {
	  margin-top: 3px;
	}
	.unitWrap .unit {
		display: none;
		padding: 0 20px 10px;
		font-size: 90%;
	}
	#section5 .unit {
		padding-bottom: 50px;
	}
	.unitWrap .unit h2 {
		margin: 15px 0 10px;
	}
}

