
/*---- レーベルタイトル ----*/
.label_header {
	position: relative;
}
.label_title {
	position: relative;
}
.stat_container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 845px;
	height: 23px;
	border-bottom: solid 3px #e5005a;
}
.stat_list li {
	float: left;
	margin-right: 2px;
}
.stat_list li:nth-child(3) {
	margin-right: 0;
}

/*---- ページング ----*/
.paging {
}
.pageinfo_wrap {
	float: left;
	font-size: 12px;
}
.paging_wrap {
	float: right;
	font-size: 12px;
}
.paging_list li {
	float: left;
	margin-left: 10px;
}




/*---- 商品リスト ----*/
.product_wrap {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}
.product_list li {
	width: 443px;
	height: 177px;
	float: left;
	margin-right: 54px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.product_list li:nth-child(even) {
	margin-right: 0;
}

.product_list .left {
	display: block;
	width: 125px;
	height: 177px;
	float: left;
	background-size: cover;
	background-position: 50% 50%;
}
.product_list .left a {
	display: block;
	width: 100%;
	height: 100%;
}
.product_list .left img {
}
.jacket {
}
.product_list .right {
	width: 310px;
	height: 174px;
	float: right;
	border-top: solid 1px #e62764;
	border-bottom: solid 2px #e62764;
	
}
.product_list .right_inner {
	height: 172px;
	border-bottom: solid 1px #e62764;
	position: relative;
}
.product_list .product_btn {
	position: absolute;
	bottom: -2px;
	right: 0;
}
.product_list .upper_area {
	width: 292px;
	height: 53px;
	margin-left: 9px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: dotted 1px #000;
	position: relative;
}
.product_list .title {
	width: 100%;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
}
.product_list .talent {
	width: 100%;
	height: 24px;
	overflow: hidden;
}
.product_list .media_icon {
	position: absolute;
	right: 0;
	bottom: 4px;
	width: 44px;
}
.product_list .lower_area {
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
}


/******************************************************************************
*
*	スマホ用
*
******************************************************************************/
@media screen and (max-width:640px) {

	.stat_container {
		width: 71.25%;
	}

	.product_list li {
		margin: 0;
		margin-right: 4%;
		margin-bottom: 4%;
		width: 48%;
		height: auto;
	}
	.product_list .left {
		width: 100%;
		height: auto;
		float: none;
	}
	.product_list .left img {
	}
	.product_list .right {
		float: none;
		width: 100%;
	}
	.product_list .upper_area {
		width: calc(100% - 9px);
	}
	.product_list .title {
		padding-top: 2%;
	}


	/*---- ページング ----*/
	.pageinfo_wrap {
		margin-bottom: 4%;
	}
	.paging_wrap {
		font-size: 16px;
	}
	.paging_list {
		margin: 0 auto;
	}
}
