
.heading{
font-size: 18px;
}

/*メーカーボタン
------------------------------------------------*/
.maker_btns{
	text-align: center;
	border-radius: 5px;
}

.maker_btns li{
	display: inline-block;
	background-color: #c9ad54;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	margin:5px;
	cursor: pointer;
	border-radius: 5px;
}
.maker_btns .maker_btn.active{
	background-color: #999;
	color: #FFF;
}



/*商品一覧
------------------------------------------------*/

.items a{
	position: relative;
	display: block;
	color: black;
}
.items a:hover, .items .a:visited{
	cursor: pointer;
	text-decoration: none;
	color: black;
}


.items span{
	display: block;
}
.items .item_name{
	font-size: 14px;
	font-weight: bold;
}
.items .labels .label{
    background-color: #999;
    display: inline-block;
    color: #FFF;
    font-weight: normal;
    padding: 2px 5px;
    font-size: 11px;
    border-radius: 1px;
    letter-spacing: normal;
    margin: 1px;
}
.items .price{
color: red;
    font-size: 14px;
    font-weight: bold;
}
.items .item_zei{
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
}




@media screen and (max-width: 480px) {

/* 基本設定
-------------------------------------------*/
.spcontents{width: 96%; margin: 0 auto;}
.t_center_spjust{text-align: justify;}
.sp_center{text-align: center;}

/* メイン画像
-------------------------------------------*/
.mainimg {
height: 120px;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.mainimg img {
height: 120px;
width: auto;
min-width: 488px;
}
}