#page-content {
	font-size: 1.6rem;
}

#logo-index {
	margin: 0 0 12px 0;
	padding: 7px 10px 8px;
	border-bottom: #FA8484 2px solid;
	font-size: 0;
}

#index-img {
	text-align: center;
	margin: 0 0 20px;
}

#supervise {
	width: 20em;
	margin: 0 auto;
	padding: 15px 0;
	text-align: right;
	font-size: 1.4rem;
}

.index-link {
	width: 150px;
	margin: 0 auto 10px;
	text-align: center;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.15);
	border: #FA7979 2px solid;
	border-radius: 10px;
	background: url(../img/foot_arrow.png) 98% 50% no-repeat, linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(251,251,251,1) 75%,rgba(239,239,239,1) 100%);
	background: url(../img/foot_arrow.png) 98% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(75%,rgba(251,251,251,1)), color-stop(100%,rgba(239,239,239,1)));
	background: url(../img/foot_arrow.png) 98% 50% no-repeat, -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(251,251,251,1) 75%,rgba(239,239,239,1) 100%);
	background: url(../img/foot_arrow.png) 98% 50% no-repeat, -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(251,251,251,1) 75%, rgba(239,239,239,1) 100%);
	background: url(../img/foot_arrow.png) 98% 50% no-repeat, -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(251,251,251,1) 75%,rgba(239,239,239,1) 100%);
	background-size: 8px, auto;
	font-size: 1.5rem;
}

.index-link a {
	padding: 10px 15px;
	display: block;
	color: #FA5F5F;
	text-decoration: none;
}

.mb15 {
	margin-bottom: 15px;
}

.mb30 {
	margin-bottom: 30px;
}