body{
	margin: 0;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	background: url(../images/common/bg.jpg) no-repeat center;
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
	background-attachment: fixed;

}

.contentBox{
	position: relative;
	text-align: center;
	width: 1280px;
	margin: 0 auto;
}

.cero{
	margin-left: 50px;
}