@charset "utf-8";
/* CSS Document */
/* 	header
------------------------------------------------------------ */
#wrapper_inner {
	max-width: 100%;
	min-width: 980px;
	background:url(../../img/app/bg.jpg) top center repeat-x;
}

#header {
}
	h1 {
		width: 240px;
		height: 144px;
		margin: 0 auto;
		padding-top: 50px;
	}



/* 	content
------------------------------------------------------------ */
#content_wrapper {
	max-width: 1100px;
	min-width: 980px;
	margin: 0 auto;
	position: relative;
}
/*--   content   --*/
	#content {
		width: 980px;
		height: 955px;
		margin: 0 auto;
		margin-top: 30px;
	}
	#btn_appstore {
		width: 140px;
		height: 40px;

		position: absolute;
		top: 236px;
		left: 50%;
		margin-left: -375px;
	}
	#btn_google {
		width: 140px;
		height: 40px;

		position: absolute;
		top: 236px;
		left: 50%;
		margin-left: -225px;
	}
/*--   content_text   --*/
	#content_text {
		width: 680px;
		margin: 0 auto;
		margin-top: 3px;
		padding: 30px 50px 30px 50px;
		
		color: #ffffff;
		font-size: 11px;
		line-height: 1.8em;
		
		background: #151515;
	}



/* 	footer
------------------------------------------------------------ */
#footer {
	max-width: 1500px;
	min-width: 980px;
	margin: 0 auto;
	padding-top: 92px;
	margin-bottom: 100px;

	position: relative;
}
	#footer p#footer_btn_1 {
		width: 230px;
		height: 30px;

		margin: 0 auto;
		text-align: center;
	}
	#footer p#footer_btn_2 {
		width: 174px;
		height: 15px;

		margin: 0 auto;
		margin-top: 12px;
		text-align: center;
	}
	#footer p#btn_pagetop {
		margin-top: 0px;
		
		position: absolute;
		top: 100px;
		right: 0px;
		
		cursor: pointer;
	}
