@charset "utf-8";
/* CSS Document */


html, body {
	width: 800px;	height: auto;
	color: #FFF;
	background-color: #FFF;
	margin:0;	padding:0;
	overflow-x: hidden;
}


div#wrapper {
	width: 100%;	height: auto;
}


p {
	
}


p img {
	width: 100%;	height: auto;
}


.title {
	display: block;
	width: 400px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.2rem;
	letter-spacing: 0.4rem;
	text-align: center;
	background-color: #d2d5ff;
	border-radius: 50px;
	margin: 30px auto 10px auto;
}



/* :::: 画像掲載箇所の指定 :::: */


.box {
	display: flex;
	justify-content: space-between;
}