@charset "UTF-8";

taable#makebanner {}

div.category {
	margin: 10px;
}

h2.categoryTitle {
	padding: 3px 0 3px 5px;
	border-bottom: solid 6px #009294;
	font-size: 160%;
	font-weight: bold;
	color: #333;
}

.topicPath2 {
	padding-bottom: 8px;
	border-bottom: solid 1px #f5f5f5;
}

ul.bnrArea {
	margin: 0 0 20px 4px;
	width: 710px;
}
ul.bnrArea li {
	padding: 0 8px 0 0;
	float: left;
}
ul.bnrArea li.last {
	padding-right: none!important;
}

ul.bnrArea li a img {
	width: 169px;
	height:55px;
}

div.categoryList {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: solid 1px #f5f5f5;
}
div.categoryList div.categoryInner {
	margin: 0;
	padding: 0 0 10px 0;
	width: 660px;
}

div.categoryList td img {
	width: 0;
}

div.categoryList a {
	padding-left: 15px;
	background :url(http://gigaplus.makeshop.jp/natalie/images/common/icoArrowBlack.png) 0 5px no-repeat;
}


#M_categoryList {
	width:100%;
	margin-bottom:16px;
}

p.categoryName {
	padding: 0 0 3px 0;
	font-size: 120%;
}

.M_innerList{
	overflow:hidden;
	_zoom:1;
	border-bottom:1px solid #ccc;
}
.M_innerList li{
	float:left;
	width:25%;/* 商品数が5つなので100%÷5=20% */
}
.M_innerList li .M_innerBox{
	border-right:1px dotted #ccc;
	margin:8px auto;
}
.M_innerList li.lastChild .M_innerBox{
	border-right:none;/* 一番右のボックスだけ右の罫線を消す */
}
.M_innerList li .M_cl_detail{
	margin:8px;
	padding-bottom: 10px;
}

.M_innerList .M_cl_name{
	margin-bottom:4px; 
	padding: 2px 2px 2px 4px;
	background: #f4f4f4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.M_cl_name {
}

.M_innerList .M_cl_name a {
	display: block;
}

.M_innerList .M_cl_price{
	text-align:right;  
}
.M_innerList .M_cl_price img {
	display: none;  
}
.M_innerList .M_cl_imgWrap{
	height:140px;
	text-align:center;
}
.M_innerList .M_cl_taxPrice{
	font-weight:bold;
	color:#222;
	font-size:11px;
}
.M_innerList .M_cl_content{
	margin-top:4px;
	padding-top: 8px;
	border-top: dotted 1px #ccc;
	height:15%;
	font-size:90%;
	color: #666;
	line-height: 140%;
}  

.M_innerList .tax {
	font-weight: normal!important;
}




div.product {
	margin-left: 0;
	text-align: center;
}
div.productList {
	margin: 30px 0;
	float: left;
	background: #fff;
	font-size: 85%!important;
}
div.productList table {
	width: 170px!important;
}
div.productList table td {
	padding: 2px;
	vertical-align: top;
	font-size: 85%;
}
div.productList table td b {
	color: #666!important;
}
div.productList table td.line {
	background: none;
}

div.recommendBox {
	text-align: left;
	float: left;
}
div.recommendBox table td {
	width: 170px!important;
}

div.recommendBox table td table a {
	display:inline;
}
div.recommendBox table td table td {
	display: inline!important;
	
}


ul.M_pager {
	margin: 0;
	padding: 5px 0;
	background: #efefef;
	border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
ul.M_pager li.next a {
	background: none;
}

/*-----------------------------------------------------------
	ランキング
-----------------------------------------------------------*/	

div.ranking {
	margin: 20px 0;
	padding: 0;
	border: none;
	width: 708px;
}

div.ranking h2 {
	margin-bottom: 5px;
	padding: 4px 10px 2px 8px!important;
	border: none;
	background: #333;
}
div.ranking h2 span.date {
	color: #fff;
	padding-bottom: 2px;
	font-size: 80%;
	font-weight: normal;
	text-align: right;
}

div.ranking .rankingItems {
	margin: 0 0 0 10px;
	padding: 0;
}
div.ranking .rankingItems div.itemBox {
	padding-right: 7px;
	width: 132px;
	float: left;
	font-size: 90%;
}
div.ranking .rankingItems .rank04 img,
div.ranking .rankingItems .rank05 img {
	margin-top: 8px!important;
}

div.ranking .rankingItems div.last {
	padding-right: none;
}

div.ranking .rankingItems p.product {
	padding: 0;
}

div.ranking .rankingItems p {
	margin-bottom: 3px;
	line-height: 120%;
}
div.ranking .rankingItems p.productName {
	margin-bottom: 5px;
	text-align: center;
}
div.ranking .rankingItems p.comment {
	font-size: 90%;
}

h2.title-spp {
	padding: 0!important;
	margin: 0 0 10px 0!important;
	border-bottom: none!important;
}