@charset "UTF-8";

/*
**************************************
*Since: 2013-07-12
*Modified: 2013-00-00
**************************************
*/


/* about
---------------------------------------------------------------------------------------- */
#about {
	position: absolute;
	width: 100%;
	padding: 150.78125% 0 0 0;
	top: 0;
	left: 0;
	background: url(../img/bg_about.png) no-repeat top #000;
	background-size: 100% auto;
	z-index: 100;
}

#about img {width: 100%;}

#about .inner {
	position: absolute;
	width: 100%;
	top: 0;
}

#about .inner p.close {
	width: 30%;
	margin: 140% auto 0 auto;
	text-align: center;
	cursor: pointer;
}



