@charset "utf-8";

@import "../../../files/css/layout.css";


@media screen and (max-width: 480px) {
}

/*-------------------------------------------------------------------------
	Title
/*-----------------------------------------------------------------------*/


/*-------------------------------------------------------------------------
	Olympic
/*-----------------------------------------------------------------------*/

#olympic ul li {
	margin-bottom: 4px;
	position: relative;
}

	#olympic ul li.last {
		margin-bottom: 0px;
		position: relative;
	}
	#olympic ul li .ttl {
		position: absolute;
		bottom: 0;
	}
	#olympic .detail {
		width: 90.62%;
		padding: 5% 0 3% 1.5%;
	}

	#digest {
		padding: 7% 0;
		background: url(../img/index/digest/bg.gif) no-repeat;
		background-size: cover
	}
		#digest p {
			width: 93.44%;
			margin: 0 auto;
		}

/*-------------------------------------------------------------------------
	Battle
/*-----------------------------------------------------------------------*/

#battle {
}
	#battle ul li {
		margin-bottom: 4px;
	}

/*-------------------------------------------------------------------------
	Navi
/*-----------------------------------------------------------------------*/

#navi {
	background-color: #61ba46;
}
	#navi p {
		background-color: #439729;
	}
		#navi p img {
			width: 21.4%;
		}

/*-------------------------------------------------------------------------
	All
/*-----------------------------------------------------------------------*/

.side1 {
	width: 49.45%;
	float: left;
	z-index: 2;
}
.side2 {
	width: 49.45%;
	float: right;
	z-index: 2;
}

	.side1 a,
	.side2 a {
		
	}
