/*▼　商品一覧　▼*/
#list-box{
	background-color: #265426;
	margin-bottom: 50px;
	border-radius: 4px;
	padding: 10px;
}

#list-title{
	background-color: #467a46;
	margin-bottom: 15px;
	font-size: 17px;
	padding-left: 10px;
}

#list-title table{
	border-collapse: separate;
	border-spacing: 5px;
	border: 0px;
	width: 100%;
}

#list-title th{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	text-align: left;
	padding: 0px;
	font-size: 15px;
}

#list-title td{
	width: 80px;
	padding: 0px;
	font-size: 12px;
}

#list-title td a{
	width: 80px;
	background-color: #265426;
	display: block;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #C7C7C7;
	text-decoration: none;
	transition: background-color 0.3s ease 0s;/*フェード効果*/
}

#list-title td a:hover{
	background-color: #C7C7C7;
	color: #265426;
}

#list-title td b{
	width: 80px;
	background-color: #C7C7C7;
	display: block;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #265426;
}

#list-hit {
	font-size: 12px;
	color: #C7C7C7;
	text-align: center;
	margin-bottom: 10px;
}

#list-subtitle{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 13px;
	color: #000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #C7C7C7;
	width: 150px;
}

#list-sub{
	background-color: #C7C7C7;
	padding: 5px;
	margin-bottom: 15px;
}

#list-sub a{
	color: #265426;
	display: block;
	width: 142px;
	float: left;
	padding: 5px;
	font-size: 12px;
	background-color: #BBB;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease 0s;/*フェード効果*/
	margin: 1px;
}

#list-sub a:hover{
	background-color: #FFF;
}

#list-sub:after { /*floatによる親解除防止*/
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#itemlist{
}

#itemlist table{
	border-collapse: separate;
	border-spacing: 10px;
	border: 0px;
	width: 100%;
	margin-bottom: 15px;
}

#itemlist tr{
}

#itemlist td{
	background-color: #467B47;
	padding: 10px;
	vertical-align: top;
	color: #FF0;
	font-size: 13px;
}

.itemimg{
	height: 227px;
	width: 227px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}

#itemlist a{
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
	text-decoration: none;
}

#itemlist a:hover{
	color: #C7C7C7;
	text-decoration: underline;
}

.price{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

.price b{
	font-size: 17px;
}

.soldout {
	font-size: 13px;
	background-color: #C7C7C7;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #265426;
}

#pegerbox {
	background-color: #C7C7C7;
	padding: 10px;
	text-align: center;
	font-size: 13px;
	color: #999;
}

#pegerbox a {
	color: #093;
}

#pegerbox a:hover {
	color: #FF0;
}


/*　▼　フリースペース　▼　*/
.free-box {
	color: #FFFFFF;
	font-size: 13px;
}



/*▼メーカートップ*/
#mkr-top{
	color: #FFFFFF;
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 20px;
}
#mkr-top table{
	background-color: #467B47;
}
#mkr-head {
	padding-bottom: 20px;
}

