/*----------------------------
	商品一覧
----------------------------*/
#right_side h2.category_title {
	line-height: 25px;
	font-size: 100%;
	font-weight: bold;
	padding-left: 18px;
	background: url("https://whispernot.net/assets/images/view.png") no-repeat scroll 0 0 transparent;
	margin-bottom: 10px;
	}
.category-header {
	height: 160px;
	font-style: italic;
	}
.category-header2 {
	height: auto;
	padding: 10px 0 20px;
	line-height: 1.8;
	font-size: 95%;
	color: #676767;
	}
#right_side .ct_list {
	display: block;
	padding: 20px 0;
}
#right_side ul.category-list {
	display: block;
	width: 712px; 
	}
#right_side .category-list li{
	display: block;
	float: left;
	padding-right: 30px;
	font-size: 69%;
	color:#f20101;}
#right_side .category-list li a {color:#16262e;}
#right_side .category-list li a:hover{color:#C7DA1E;}
/*----------------------------
	カテゴリーバナー
----------------------------*/
.banner .boxgrid body {
	background:#D5DEE7;
	}
.banner .boxgrid a {
		color:#C8DCE5;
	}
.banner .boxgrid h3 {
	margin: 10px 10px 0 10px;
	color:#FFF;
	font:11pt Arial, sans-serif;
	letter-spacing:0.03em;
	font-weight: bold;
	}
.banner .boxgrid { 
	width: 712px; 
	height: 160px; 
	float:left;
	background:#161613; 
	overflow: hidden; 
	position: relative; 
	}
.banner .boxgrid img {
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	}
.banner .boxgrid p { 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
	}
.banner .boxgrid2 body{ background:#D5DEE7; }
.banner .boxgrid2 a{ color:#C7DA1E; }
.banner .boxgrid2 h3{ margin: 10px 10px 0 10px; color:#999; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }				
.banner .boxgrid2{ 
	width: 712px; 
	height: 160px; 
	float:left;
	background:#fff; 
	overflow: hidden; 
	position: relative; 
	}
.banner .boxgrid2 img {
 	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0;
	}
.banner .boxgrid2 p {
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
	}
.banner .boxcaption { 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: 0.8; 
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=82);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=82)";
 	}
div.banner .captionfull .boxcaption {
	top: 160px;
	left: 0;
	}
.banner .caption .boxcaption {
	top: 160px;
	left: 0;
	}
/*----------------------------
	ナビゲーション
----------------------------*/
.item-nav, .page-nav {
	display: block;
	width: 712px;
	color: #666;
	font-size: 84%;
}
.item-nav {
	background: url("https://whispernot.net/assets/images/itemnav.png") no-repeat scroll 0 0 transparent;	
	height: 49px;
	line-height: 40px;
	margin-bottom: 15px;
	}
.page-nav {
	background: #fff;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	}
.item-nav p span {
	color: #333;
	font-weight: bold;
	}
.item-nav .num, .page-nav .num {
	float:left;
	padding-left: 10px;
	}
.item-nav .sort, .page-nav .page {
	float:right;
	padding-right: 10px;
	}
.page-nav p.num  a {
	margin: 0 5px;
	}
.category-header2 a.bdline {
	text-decoration:underline;
    color: #26B0E1;
}