@charset "UTF-8";

body{
	text-align: center;
	-webkit-text-size-adjust: none;
}

#wrapper{
	margin: 30px auto 0;
}

#container{
	clear: both;
	width: 1200px;
	margin: 0 auto;
}

#footer-area{
	clear: both;
	width: 100%;
	margin: 100px auto 0;
	padding: 40px 0;
	border-top: 10px solid #0c529f;
}

@media screen and (max-width:1200px){ /* 〜1200px */
#footer-area{
	width: 1200px;
}
}
