html{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding: 10px;
	min-height: 100vh; 
	font-family: "Hiragino Maru Gothic W4 JIS2004";
}
a{
	text-decoration: none;
	color: white;
	display: block;
	transition-duration: .4s;
}
a:hover {
	transform: scale(1.1);
}
.boxLink{
	padding: 10px;
	margin: 0 auto;
	background: white;
	color: black;
	overflow-wrap: break-word;
}
#boxMakePage{
	margin-top: 15px;
	display: inline-block; background-color: rgba( 255, 255, 255, 0.7 );
	color: black;
	padding: 10px;
	border-radius: 10px;
}
.itemSNSLink{
	font-size: xx-large;
	margin: 0 10px 20px 10px;
}
.itemSNSLink a{
	display: inline;
}
#boxPage{
	margin: 0 auto;
	width: 90vw;
	max-width: 600px;
}
#imgService{
	width: 90vw;
	max-width: 600px;
}
#boxName{
	font-size: large;
	margin: 10px 0 0 0;
	text-shadow: 1px 2px 3px black;
}
#boxProfile{
	font-size: small;
	margin: 0;
	text-shadow: 1px 2px 3px black;
}
h2{
	text-shadow: 1px 2px 3px black;
}
footer{
	text-shadow: 1px 2px 3px black;
}
#boxSiteLogo{
	width: 100px;
}
#previewImage{
	border: 3px solid gray;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
}