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

html body {
	min-height: 100%;
	background-color: #f3f3f3; 
	background-image: url("bg_maintenance.png");
	background-position: -35vw center;
	background-repeat: no-repeat;
	background-size: 1500px;
	padding: 0;
	margin: 0;
}

.contentsWrap {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.contentsWrap p {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.3em;
/*
	border: solid 4px #000;
	padding: 20px 30px;
	margin: 0;
*/
}


@media (max-width: 768px) {

	html body {
		min-height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 700px;
		writing-mode: vertical-rl;
	}


	.contentsWrap p {
		font-size: 22px;
		
	}
}