.expandable {
    color: #333;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 30px 10px 8px;
    margin: 15px 0 0 0;
    clear: both;
    position: relative;
    letter-spacing: -1px;
	cursor: pointer;
	background:#f7f7f7;
}
.expandable::after, .expandable.arrow-top::after, .expandable.arrow-right::after {
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	content: "";
	width: 12px;
	height: 12px;
	right: 15px;
	position: absolute;
	top: 40%;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.expandable.arrow-top::after {
	top: 24px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.expandable.arrow-right::after {
	top: 15px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
h1.linkable  {
    padding: 10px 100px 10px 8px;
}
h1.linkable span {
	position: absolute;
	right: 0;
	top: 4px;
}
h1.linkable span a {
	display: inline-block;
	height: 100%;
	font-size: 14px;
    padding: 5px 30px 5px 10px;
}
h1.linkable span a::after {
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	content: "";
	width: 12px;
	height: 12px;
	right: 10px;
	position: absolute;
	top: 4px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

/** cate-s pro margin **/
.item-group{
    margin-top: 0px;
}

/** tit 件 **/
.tit-cate-number{
	font-size: 12px;
    color: #575757;
    margin: 0 0 0 10px;
    font-weight: normal;
}

/**商品list**/
ul.prolist-wrap p{
	padding: 0;
	margin: 0;
	display:block;
}
ul.prolist-wrap{
	margin: 0;
	display:block;
}
ul.prolist-wrap *{
    box-sizing: border-box;
}
ul.prolist-wrap li {
	padding:0 0 5px 0;
	margin:0 0 10px 0; 
	list-style:none;
	display:block;
	position:relative;
	clear:both;
	border-bottom: 1px solid #ccc;
}
ul.prolist-wrap .proimg{
    float: left;
    padding: 0;
}
ul.prolist-wrap .proimg img{
    width: 100px;
}
ul.prolist-wrap .prodetail{
    float: left;
    margin: 0 0 0 -100px;
    padding: 0 0 0 110px;
    vertical-align: top;
    width: 100%;
}
ul.prolist-wrap li .pro-detail > p {
    margin: 5px 0;
}
ul.prolist-wrap .proname{
	color:#333;
	font-size: 15px;
}
ul.prolist-wrap .catch {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    position: relative;
    padding: 0;
}
ul.prolist-wrap .star {
    font-size: 10px;
}
ul.prolist-wrap .star img{
    width: 80px;
	margin: 0 5px 0 0;
}
ul.prolist-wrap .kakaku{
	font-family:Arial, Helvetica, sans-serif;
    color: #d50000;
    font-size: 20px;
    font-weight: bold;
}

/**カテゴリのブランドバナー**/
.BrandDescription{
	margin: 30px 0;
}
.BrandDescriptionArea{
  min-height: 280px;
}
.BrandDescriptionImage{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}
.BrandDescriptionCatch{
	color: #f97306;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
	.BrandDescription{
		margin: 20px 0 30px 0;
	}
	.BrandDescriptionArea{
  	min-height: 100px;
	}
	.BrandDescriptionCatch{
		margin: 0 10px 10px 10px;
	}
	.BrandDescriptionText{
		margin: 0 10px;
	}
}