@charset "utf-8";

*,html, body, div, h1{
  margin:0px;
  padding:0px;
  line-height:1.0;
}

html{
	font-family: verdana, sans-serif;
	font-size: 100%;
}

.display_none{
	display: none;
}

.display_block{
	display: block;
	}



#contents{
	width: 100%;
	max-width:640px;
	margin: 0 auto;
}

.koma{
	position:relative;
}

.anime{
	position:absolute;
	z-index:2 ;
	top:0;
}

img{
	width: 100%;
	height: auto;
}


