@charset "UTF-8";
/* CSS Document */

body{
	background:url(images/22695440.jpg) repeat;
	background-size:contain;
	font-family: "Helvetica Neue", "Helvetica", "UDDigiKyokasho R JIS2004", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
ul{
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}
h1{
	font-family: "Gothic MB101 Bold";
	font-size: 170%;
	color: #FFFFFF;
	text-shadow: 1px 2px 3px #000000;
}
.space{
	display: none;
}
.p-head{
	font-family: "Gothic MB101 Bold";
}
h2{
	font-family: "UDDigiKyokasho R JIS2004";
	color: #FFFFFF;
	text-shadow: 1px 2px 3px #000000;
	font-size: 170%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color: #653f28;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
}
footer{
	background-color: #653f28;
}
.container{
	width: 100%;
}
.header-inner{
	text-align: center;
}
.header-inner p{
	font-size: 90%;
	color: #FFFFFF;
	text-shadow: 1px 2px 3px #000000;
}
.main-inner{
	text-align: center;
}
.bookshelf{
	width: 70%;
	margin: 0 auto;
	background:url(images/retina_wood.png) repeat;
	border-top: 10px #653f28 solid;
	border-left: 10px #653f28 solid;
	border-right: 10px #653f28 solid;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
	padding-bottom: 10px;
}
.bookshelf img{
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
}
.footer-inner{
	text-align: center;
	font-size: 90%;
	color: #FFFFFF;
	padding: 20px 0;
}

.new{
	color: #FF0000;
}
/* ========== ページトップへもどる ========== */
#pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 6px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  background-color: darkslategray;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 2;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

hr.style {
    margin-top: 20px;
	height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}


@media screen and (min-width: 768px) {
	body{
	background:url(images/22695440.jpg) no-repeat;
	background-size:cover;
}
	h1{
	font-size: 280%;
	}
	h2{
	font-size: 200%;
	font-weight: bold;
	}
	ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
	.bookshelf {
		max-width: 1000px;
		margin: 0 auto;
	}
	.bookshelf li{
		display: inline-block;
		margin: 30px 10px 0 0;
	}
	.bookshelf img {
		transition: 0.5s;
	}
	.bookshelf img:hover {
		transform: scale(1.1, 1.1);
	}
}

@media screen and (min-width: 1001px) {
	.br-sp {
		display: none;
	}
	.space{
		display: inline;
	}
}