@charset "UTF-8";

body {
	background: #fff;
	text-align: center;
}

#wrapper {
	
}

.contents {
	margin: 0 auto;
	padding: 50px 20px 100px;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	font-family: serif;
	color: #777;
	margin-bottom: 20px;
	line-height: 1.4;
}

.comsoon {
	padding-top: 100px;
	color: #7d8aeb;
	font-size: 24px;
	letter-spacing: 10px;
}

.footer {
	color: #666;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	border-top: 1px solid #7d8aeb;
	letter-spacing: 5px;
}

.footer em {
	font-size: 24px;
	font-style: normal;
	
}

.footer em {
		display: block;
	}

.pcnone {
	display: block;
}

.spnone {
	display: none;
}

@media print, screen and (min-width: 769px) {
	
	.pcnone {
		display: none;
	}
	
	.spnone {
		display: block;
	}
	
	h1 {
		font-size: 36px;
		line-height: 2;
	}
	
	.footer em {
		display: inline;
	}
}

/* CSS Document */

