	/* 全体スタイル */
	body {
		font-family: Arial, sans-serif;
		margin: 0;
		padding: 0;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}



	/* クレジット表記 */
	.creditBlock{
		position:fixed;
		bottom: 15%;
		left: 3%;
		color: #cccccc;
		font-size: 8px;
		text-align: right;
		z-index:5;
	}
	.creditBlock .p{
		margin: 0;
		padding: 0;
	}


