@charset "utf-8";
/* 近代東アジアの世界 | 東アジア学バーチャルミュージアム */
#imagebox{
  margin: 20px 0 0 0;
}
#listbox{
  float: left;
  width: 360px;
  margin: 10px;
}
#listbox ul{
  clear: left;
  list-style-type: none;
}
#listbox li{
  display: inline;
}
.item{
  float: left;
  width: 150px;
  text-align: center;
  margin: 10px 10px;
}
.thumbnail{
  width: 140px;
  background-color: #ddd;
  padding: 5px;
}
#listbox img{
  border: none;
}
#listbox p{
  font-size: 90%;
  margin-top: 5px;
  text-align: center;
}