@charset "UTF-8";
/* CSS Document */

body{
	width: 100%;
	text-align: center;
	background-color: #fff;	
}
#img{
	margin-top: 500px;
	margin-left: 1500px;	
}
#box{
	background: #F00;
}
.contents{
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
}
.wrap{
	width: 216px;
	height: 280px;
	position: relative;
	border-style: none;
	margin-top: 100px;
}
#box1{
	width: 216px;
	height: 45px;
	position: absolute;
	margin-left: -108px;
}
#box2{
	top: 90px;
	width: 180px;
	height: 131px;
	position: absolute;
	display: none;
	margin-top: 50%;
	margin-left: -90px;
}
img{
	border-style: none;
}

@media screen and (max-width: 640px) { 

.wrap{
	margin-top:0;
}