/* 全体 */
#newBook{
	width:580px;
	height:165px;
	position:relative;
	margin:10px auto;
}
/* マスク用ブロック */
.item{
	width:500px;
	height:145px;
	position:absolute;
	left:40px;
	top:0px;
	overflow:hidden;
	padding:10px 0px;
}
/* スライドボタン */
.leftBtn, .rightBtn{
	width:40px;
	height:165px;
	position:absolute;
	top:55px;
	text-align:left;
}
.leftBtn{
	left:0px;
	text-align:left;
}
.rightBtn{
	left:540px;
	text-align:right;
}
/* 内容 */
.item #slideItems{
	width:1500px;
	position:absolute;
	left:0px;
	top:0px;
}
/* アイテム */
#slideItems .section{
	list-style-type:none;
	width:100px;
	height:130px;
	text-align:center;
	float:left;
	background-color:#000000;
	padding: 10px 0 5px;
}
#slideItems .section p{
	color:#FFFFFF;
	font-size:11px;
	width:50px;
	margin:2px auto 0;
	text-align:center;
	display:block;
	word-break: break-all;
}

#slideItems .section p a{color:#FFFFFF;text-decoration:none;}
#slideItems .section p a:hover{color:#FFFFFF;text-decoration:none;}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 .clearfix {display: block;}
/* End hide from IE-mac */ 