﻿@charset "utf-8";
/* blp_best_10 */

html *	{
	box-sizing: border-box;
}
body  {
	margin: 0;
	background-color: #ffffff;
}

/***************　best10コンテナー　***************/
ul#b-b10box	{
	width: 1770px;
	height:250px;
	overflow: hidden;
	background-color: #f2f1ff;
	padding: 5px 0 0 0;
	margin: 0 0 0 0px;
}
/********** □□□□ 10列新刊絵本 □□□□*********/

ul#b-b10box li	{
	position: relative;
	float: left;
	display: inline-block;
	list-style: none;
}
ul#b-b10box li	 a	{
	display: inline-block;
	width: 164px;
	height: 220px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
	border: 1px dotted #cccccc;
	border-radius: 5px;
	padding: 0px;
	margin: 5px 0px 5px 10px;
}
ul#b-b10box li	 a:hover	{
	color: #ff00ac;
	text-decoration: none;
	border: 1px dotted #ff00ac;
	background-color: #fffff1;
}
ul#b-b10box li	img	{
	padding: 15px 0 0 0;
	border: 0;
	margin: 10px 0 0 0;
}
/****** タイトルP *****/
.p-titel	{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 2px;
	opacity: 1.0;
	font-size: 16px;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 12px 10px;
	padding: 0;
}
.p-titel	a	{
	color: #0080ff;
	text-decoration: none;
}

/********** 順位文字 **********/
.p-num{
	position: absolute;
	right: 0;
	left: 0;
	top: 5px;
	font-size: 12px;
	color: #0080ff;
	text-align: center;
	padding: 1px 15px 1px 15px;
	margin: 0 0 0 0;
	letter-spacing: 3px;
}


/*************** ナビEND *******************/
.nav-end	{
	clear: both;
}


