@charset "UTF-8";

#container {	
	max-width: 750px;
	margin: 20px auto 0;
}

a:hover {
	opacity: 0.6;
}


.special-cont  {
	margin: 0 auto;
}
.special-cont img {
	max-width: 100%;
	vertical-align: top;
}

.link_cont {
	position: relative;
	width: 100%;
}

.link_cont a {
	display: block;
}

.link_cont UL {
	text-align: center;
}

.link_cont UL LI {
	display: inline-block;
}

.link01 UL {
	position: absolute;
	top: 10%;
	width: 100%;
}

.link01 UL LI {
	margin-right: 1.2%;
	width: 30.666%;
}

.link01 UL LI:last-child {
	margin-right: 0;
}


.link02 UL {
	position: absolute;
	bottom: 4%;
	width: 100%;
}

.link02 UL LI {
	margin-right: 1.2%;
	width: 30.666%;
}

.link02 UL LI:last-child {
	margin-right: 0;
}

.link03 A {
	position: absolute;
	bottom: 5%;
	width: 93.33%;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width:768px) {
	DIV#aeon, DIV#mv {
		padding-top: 50px;
		margin-top: -50px;
	}
}
