@charset "utf-8";
/* CSS Document */
.clearfix{
		display: block;
}


#content{
 	width: 100%;
 	margin: 0 auto;
	text-align: center;
}

.list{
	display: flex;
    position: absolute;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list a{
	width: 32.5%;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}