@charset "utf-8";
/* =======================================
	URL		  : http://www.getamped.jp
	Copyright : CyberStep
	Ver       : 1.00
	Name      : layout.css
	File      : ALL
========================================== */
html, body {
	width: 100%;
	background-color: #ffffff;
}
html {
	background-position: center top;
	background-repeat: repeat-y;
}
body {
	padding: 10px 0;
	background-image: url(../images/bg_body.png);
	background-position: center top;
	background-repeat: no-repeat;
}
a { display: block; }
ul, ul li { list-style: none; }

ol.horizon_center li,
ul.horizon_center li {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0;
	/display: inline;
	/zoom: 1;
	/* /margin-left: 3px; */
	/*vertical-align: middle;*/
}
	ol.horizon_center li *,
	ul.horizon_center li * {
		float: left;
		display: inline;
	}

header, section, footer {
	width: 960px;
	margin: 0 auto;
}

header { }
	header .category_app {
		float: left;
		margin-left: 10px;
	}

	header .category_social {
		float: right;
		margin-right: 10px;
	}
		header .category_social li { vertical-align: top; }

	header h1 { width: 465px; height: 163px; padding: 350px 0 0 450px; }
	header .btn_store { width: 267px; height: 98px;  margin:  0 0 0 540px; }

section,
.hide { display: none; }

footer { margin-top: 330px; }

	footer #logo_cs,
	footer #copyright { margin-left: 679px; }

	footer #logo_cs { width: 272px; height: 40px; }
	footer #copyright {
		color: #151515;
		font-size: 77%;
	}
