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

*{
	margin:0;
	padding:0;}
	
a{border:none;}	

/*html {
height: 100%;
}*/
body {
height: 100vh;
width:100%;
/*position: relative;*/
}

#container{
	padding:15%;
	margin:0 auto;
	text-align:center;
	width: 100%; height: 100%; background-color:000000;
	border:solid 5px #666666;
	box-sizing: border-box;
}

#wrap{
position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width:320px;
  height:422px;
}


.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.copy{
	margin-top: 100px;
}

.mgb20{
	margin-bottom:20px;}
	
.mgb30{
	margin-bottom:30px;}
	
.mgb40{
	margin-bottom:40px;}
	
.mgb50{
	margin-bottom:50px;}
	
.mgb150{
	margin-bottom:150px;}				
	
