@charset "utf-8";
/* CSS Document */
html,body {
	height: 100%;
}
body {
	width: 100%;
	min-width: 1040px;
	height: 100%;
	min-height: 570px;
	color: #454545;
}
.ie8 body {
	overflow: hidden;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #FFEFEF;
	background-image:url(/successful-aging/last/images/background.jpg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*    topHeader
----------------------------------------------*/
#topHeader {
	position:fixed;
	width: 100%;
	height: 54px;
	margin-left:auto;
	margin-right: auto;
	background-color:#e60012;
	z-index: 20;
}
#topHeader .topHeaderInner {
	position:fixed;
	top:0px;
	width: 100%;
	height: 54px;
	background-color:#e60012;
	z-index: 10;
}
#topHeader .wrap {
	position:relative;
	width: 950px;
	height: 54px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}
#topHeader .wrap .logo {
	width: 177px;
}


/*    last
----------------------------------------------*/
#last {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	display: table;
}
#last .last_wrap {
	margin: auto;
	width: 976px;
	height: auto;
	
	/*display: table;*/
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
#last .last_inner {
	margin: auto;
	width: 976px;
	height: 456px;
	background-image:url(/successful-aging/last/images/bg_contents.png);
	background-position:center center;
	background-repeat:no-repeat;
	margin-top: 40px;
}
#last .last_inner .text_01 {
	padding-top: 90px;
}
#last .last_inner .text_02 {
	margin-top: 70px;
	font-size: 131%;
}
#last .last_inner .btn {
	margin-top: 25px;
}



/*    footer
----------------------------------------------*/

#gray.footer-nav {
	position: fixed;
	bottom: 0;
	z-index: 20;
}


