@charset "UTF-8";


html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
   
}

ul {
	list-style:none;
}

a {
   text-decoration: none;
}

body {
   background-color: rgba(240,240,245,1.00);
}

.under_construction {
   width: 300px;
   height: 400px;
   
   background-image: url("img.svg");
   background-position: center center;
   background-size: cover;
   background-repeat: no-repeat;
   
   position: absolute;
   left: calc(50% - 150px);
   top: calc(50% - 200px);
}


@media only screen and (max-width: 414px), only screen and (max-device-width: 414px) and (orientation : portrait) {

.under_construction {
   width: 80vw;
   height: 100vw;
   
   left: 10vw;
   top: calc(50% - 50vw);
}

   
}
