#stocklist.contents_inner{
	padding:30px 0px;

}
.stocklistpage #contents_header h2{
	margin:0px;
	padding-bottom:20px;
	text-align:center;
	font-size:20px;
}
.stocklistpage #contents_header{
	padding-bottom:0px;
}

#contents_header p{
	margin:0px;
	text-align:center;
	font-size:20px;
}
#contents_header p.ttl_shop{
	margin-bottom:10px;
}


.stocklistpage #contents_header .ttl_brand img{
	max-width:160px;
	max-height:50px;
}
.stocklistpage #contents_header .ttl_brand
	verlical-align:middle;
}


.stocklistpage .contents_inner{
	padding-left:0px;
	padding-right:0px;
}

.pager{
	list-style-type:none;
	margin:0px 0px 15px;
	padding:0px;
	width:800px;
	text-align:left;
	float:left;

}
.pager li{
	display:inline;
	margin:0px 7px 0px;

}
.pager li a{
	display:inline-block;
	padding:0px 5px 0px;
	line-height:130%;
	text-align:center;
}
.pager li a.current{
	background:#999999;
	color:#ffffff;
}
.pager li.hide{
	opacity:0;
}
.orderwrap{
	width:200px;
	margin:0px 0px 15px;
	padding:0px;
	float:right;
	text-align:right;
}

.ctrwrap{
	width:100%;
	clear:both;
}
.ctrwrap:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
.itemwrap{
	display: flex;
	flex-wrap: wrap;
}
.itemwrap:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}


.saleiconwrap{
	position:absolute;
	top:0px;
	right: 0px;
	overflow:hidden;
	width:50px;
	height:50px;
	display:block;
	z-index:10;
}

.saleicon{
	display:block;
	width:220px;
	height:44px;
	padding-top:25px;
	padding-bottom:0px;
	box-sizing:border-box;
	transform: rotate(45deg);
	position:absolute;
	top:-12px;
	right: -101px;
	text-align:center;
	background-color:#CC0000;
	color:#F7FE2E;
	letter-spacing:1px;
	font-size:11px;

}
.price{
	font-weight:700;
	font-size:15px;
	color:#CC0000;

}
.price_special{
	font-weight:700;
	font-size:15px;
	color:#CC0000;
	margin-left:15px;
}
.stocklist_item .taxstr{
	font-size:12px;
	margin-left:3px;
	color:#000000;
}
.price_nebikimae{
	font-weight:700;
	font-size:15px;
	position:relative;
}
.price_nebikimae:after{
	content:"→";
	position:absolute;
	top:50%;
	right:-15px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.stocklist_item p.firstrow{
	display:flex;
	justify-content: start; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
.stocklist_item .loan15,
.stocklist_item .loan24{
	width:65px;
	margin-left:3px;
}
.stocklist_item .loan30{
	width:65px;
	margin-left:3px;
}
.stocklist_item .loan36{
	width:65px;
	margin-left:3px;
}
.stocklist_item .loan48{
	width:65px;
	margin-left:3px;
}
.stocklist_item .loan60{
	width:65px;
	margin-left:3px;
}
