@charset "UTF-8";
/* CSS Document */


figure img{
	width:100%;
	height:auto;
}



aside {
	position:fixed;
	bottom:0;
	width:100%;
}

aside ul li {
	float:left;
	width:49.8%;
	height:42px;
	line-height:42px;
	text-align:center;
	background:#F60;
}

aside ul li:last-child {
	float:right;
}


aside ul li a{
	display:block;
	font-size:20px;
	color:#ffffff;
	letter-spacing:0.16em;
	text-decoration:none;
	text-shadow:2px 2px 3px #888888;
}



