@charset "UTF-8";
body {}
header {
  border-top: 15px solid #DDDDDD;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  height: 130px;
  padding-top: 10px;
  position: sticky;
  top: 0px;
  background-color: #FFFFFF;
  z-index: 12;
  opacity: 1;
}
.logo {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #888888;
  margin-left: 20px;
  font-size: 0.7rem;
}
#wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.logo h1 {
  letter-spacing: 4px;
}
.logo p {
  letter-spacing: -0.5px;
}
aside {
  min-width: 150px;
  margin-right: 1%;
  margin-bottom: 30px;
  max-width: 150px;
  width: 10%;
  margin-left: 2%;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.9rem;
  position: sticky;
  top: 130px;
  height: 500px;
  z-index: 8;
}
.sub-title {
  border: 1px solid #DDDDDD;
  text-indent: 5px;
  color: #888888;
  height: 32px;
  line-height: 32px;
  margin-top: 5px;
  width: 150px;
  letter-spacing: 3px;
  font-size: small;
}
.sub-title a {
  display: block;
  color: #888888;
  text-decoration: none;
}
.sub-title a:hover {
  color: #003F8E;
}
.sub-title2 {
  color: #888888;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 5px;
  height: 32px;
  line-height: 32px;
  width: 150px;
  text-indent: 5px;
}
.sub-menu {
  list-style-type: none;
  color: #888888;
  line-height: 30px;
  letter-spacing: -2px;
  width: 150px;
  margin-top: 5px;
  text-indent: 5px;
}
.sub-menu li {
  color: #888888;
  width: 150px;
}
.sub-menu li a {
  text-decoration: none;
  display: block;
  color: #888888;
  /*border-radius: 10px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;*/
}
.sub-menu li a:hover {
  color: #003F8E;
  /*background-color: #DDDDDD;
  -webkit-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
  background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(221, 221, 221, 1.00) 100%);
  background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(221, 221, 221, 1.00) 100%);
  background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(221, 221, 221, 1.00) 100%);
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(221, 221, 221, 1.00) 100%);*/
}
main {
  width: 75%;
  margin-left: 2%;
  z-index: 9;
  background-color: #FFFFFF;
}
.select {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
	color: #888888;
	height: 32px;
	border-top: 1px solid #DDDDDD;
	line-height: 32px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 0.9rem;
	letter-spacing: -0.5px;
	display: flex;
	position: sticky;
	z-index: 10;
	top: 130px;
	background-color: #FFFFFF;
	margin-top: 5px;
}
.select .page {
  display: flex;
  margin-left: 50px;
}
.select .page li {
  list-style-type: none;
  margin-left: 5px;
  color: #888888;
  margin-right: 5px;
}
.select .page p {
  color: #DDDDDD;
}
.page li a {
  color: #888888;
  text-decoration: none;
  display: block;
}
.page li a:hover {
  color: #003F8E;
}
.container {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.item {
  width: 195px;
  height: 290px;
  margin-right: 10px;
  margin-bottom: 8px;
}
.item-2 {
  margin-right: 30px;
  margin-bottom: 8px;
  width: 300px;
  height: 290px;
}
.book {
  filter: drop-shadow(5px 5px 5px #AAAAAA);
}
.book2 {filter: drop-shadow(5px 5px 5px #AAAAAA);
}
.item .exp {
  font-size: 11px;
  margin-top: 5px;
  color: #888888;
  letter-spacing: -0.5px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.item-2 .exp {
  font-size: 11px;
  margin-top: 5px;
  color: #888888;
  letter-spacing: -0.5px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
/*.button {
	text-align: center;
	border: 1px solid #DDDDDD;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	width: 100px;
	color: #888888;
	font-size: 10px;
	border-radius: 10px;
}*/
.item .exp .indent {
  text-indent: -5px;
}
footer {
  text-align: center;
  height: 50px;
  color: #888888;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  font-size: 0.9rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  border-top: 1px solid #DDDDDD;
}
@media( max-width : 600px ){
  header {
    text-align: center;
    margin-bottom: 5px;
  }
}
#lightbox .lb-container { padding: 0px; }
