div.wmBookCover img,div.wmCollectionCover img{
	margin:0.3em auto;
	margin-bottom:0;
	height:12em;
	border:solid 1px #999;
	display:block;
}
div.wmJpanSrch{display:inline;}
div.wmBookCover small{
	margin-top:0;
	display:block;
	text-align:center;
}
.wmBookTitle{display:block;}
.wmBookPowerBy{
	font-size:70%;
	display:block;
}
/*検索フォームのデザイン　ここから*/
#wmSearchForm{
	font-size:120%;
	line-height:170%;
}
#wmSearchForm input.word{
	min-width:20em;
	width:50%;
	height:3em;
	margin:0.5em;
	border:solid 1px #333;
	border-radius:1em;
	padding-left:0.5em;
}
#wmSearchForm input.submit{
	width:6em;
	height:2.2em;
	border:solid 1px #333;
	border-radius:0.3em;
}
#wmSearchForm a{
	text-decoration:none;
	color:#fff;
	background:#666;
	border-radius:0.5em;
	padding:0.1em 0.5em;
}
h3.noHit{
	text-align:center;
}
/*検索フォームのデザイン　ここまで*/
/*アニメーションのデザイン　ここから*/
.wmfadein{
   opacity: 0;
   animation-name: fadeinAnime;
   animation-duration: 1s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadeinAnime {
   0% {
      opacity: 0;
      transform: translateY(10px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
/*アニメーションのデザイン　ここまで*/
