/* 背景画像設定（全体）*/		
body{		
	background-image:url("https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/58a38f21-2d14-4d03-a9c3-43100a00005e/img/7dfb8820-92bc-013e-7fda-0a58a9feac02/%E3%83%87%E3%82%B8%E3%82%BF%E3%83%AB.jpg");
	background-size:cover;	
	background-repeat:no-repeat;	
	background-position:center center;	
	background-attachment:fixed;	
}