@charset "shift_jis";
/* CSS Document */



/*------------------------------------------------
	Wrapper
-------------------------------------------------*/
body {
	background: url(../images/bg_body.jpg);
}

#content {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	background: url(../images/bg.jpg) repeat-y;
	background-position: center;
}



/*------------------------------------------------
	Header
-------------------------------------------------*/
#headline {
	position: relative;
	width: 960px;
	margin: 0 auto;
	max-width: 100%;
}
#headline h1 {
	padding: 25px 0 0 0;
	margin: 0 0 30px 0;
}
.headfoot-is-sp #headline h1 {
    padding: 25px 0 0 10px;
    margin: 0 0 10px 0;
}

#headline ul#nav {
	position: absolute;
	top: 20px;
	right: 0;
	border: 1px solid #34A4F9;
	border-radius: 5px;
	overflow: hidden;
}

.headfoot-is-sp #headline ul#nav {
	position: static;
	width: 302px;
    margin: 0 auto 10px;
}
#headline ul#nav li {
	float: left;
	width: 150px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	background-color: #FFF;
}
#headline ul#nav li.active {
	background-color: #34A4F9;
}
#headline ul#nav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #054BB9;
}#headline ul#nav a:hover {
	background-color: #34A4F9;
	color: #FFF;
}
#headline ul#nav li.active a {
	color: #FFF;
}



/*------------------------------------------------
	Title
-------------------------------------------------*/
#categoryTitle {
	position: relative;
	border-bottom: 1px solid #5A8791;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}
#categoryTitle h2 {
	text-align: center;
	text-shadow: 0 1px 1px #FFF;
	font-size: 1.5em;
    font-weight: bold;
}

#categoryTitle p {
	position: absolute;
	left: 0;
	top: 2px;
}

#categoryTitle p a {
	background: url(../images/arrow_back.png) no-repeat;
	padding: 0 0 0 20px;
	font-size: 16px;
	line-height: 20px;
	color: #007DFF;
	text-decoration: none;
}



/*------------------------------------------------
	Home
-------------------------------------------------*/
#appWrap {
	background: url(../images/bg_shelf01.png);
	margin: 0 0 60px 0;	
}
#appWrap ul {
	width: 960px;
	margin: 0 auto;
	/*overflow: hidden;*/
	max-width: 100%;
}
#appWrap li {
	float: left;
	width: 180px;
	margin: 0 15px 0 0;
	padding: 10px 0 0 0;
	position:relative;
	height: 240px;
}
.headfoot-is-sp #appWrap li {
	width: 50%;
	margin: 0;
}
#appWrap li > div {
	/*display: table-cell;
	height: 200px;
	text-align: center;
	vertical-align: bottom;*/
}
div.thumb {
	position: relative;
	height: 180px;
}
.headfoot-is-sp div.thumb {
	width:180px;
	margin:0 auto;
}
#appWrap h2 {
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 13px;
	text-shadow: 0 1px 1px #FFF;
	font-weight: bold;
}
#appWrap h2 span {
	background-color: transparent;
	border-radius: 20px;
	padding: 3px 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3) inset;	
	display: inline-block;
	line-height: 1.2;
	margin: 0 10px;
}

.bookWrap h2 {
    text-align: center;
    margin-top: 3px;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.bookWrap h2 span {
	padding: 5px 0 3px;
	display: inline-block;
	line-height: 1.2;
	margin: 0 10px;
}


.headfoot-is-sp #pamphletList{
	overflow: hidden;
}
/*------------------------------------------------
	Bookshelf
-------------------------------------------------*/
.bookshelf {
	background: url(../images/bg_bookshelf_shadow.png);
}
.headfoot-is-sp .bookshelf {
	margin-top:30px;
}
.bookWrap {
	background: url(../images/bg_bookshelf.jpg) repeat-y;
	background-position: center top;
	padding-bottom: 60px
}
.bookshelf ul {
	width: 960px;
	margin: 0 auto;
	/*overflow: hidden;*/
	max-width: 100%;
}
.bookshelf li {
	position:relative;
	float: left;
	width: 180px;
	height: 300px;
	margin: 0 15px 0 0;
}

.bookshelf li > div {
	width: 180px;
	height: 240px;
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
}
.headfoot-is-sp .bookshelf li > div {
	height: 235px;
}
.is-ipad .bookshelf li {
    width: calc((100% / 4) - 14px);
    margin: 0 7px;
}
.headfoot-is-sp .bookshelf li {
	width: 48%;
	margin: 0 1%;
}
.headfoot-is-sp .bookshelf li > div {
	display: block;
	margin:0 auto;
}
.bookshelf img {
	box-shadow:rgba(0, 0, 0, 0.25) 0px -5px 10px 0px;
}

/*------------------------------------------------
	img
-------------------------------------------------*/

#content a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
