@charset "UTF-8";

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

/*上部*/
#page_product_list .row {
	padding-bottom: 0;
}

.list-topicpat {
	padding: 0;
}

.category-name {
	padding: 0;
	font-size: 0;
}

.page-title {
	display: inline-block;
}

.page-title  span {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

#result_info_box__item_count {
	text-align: right;
}

#productscount {
	font-size: 12px;
	font-size: 1.2rem;
}

.pagenumberarea {
	padding-bottom: 0;
}

.intro {
	padding-bottom: 10px !important;
}

.season-list {
	display: inline-block;
	padding-left: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}

.season-list li {
	display: inline-block;
	padding-left: 10px;
}

#result_info_box__menu {
	padding: 0 !important;
}

#result_info_box__menu .form-control {
	height: 28px;
	margin: 10px -17px 0 0;
  padding:  0 35px 0 10px;
  background: url(../img/common/select-arrow.png) no-repeat;
  background-size: 16px 9px;
	-webkit-background-size : 16px 9px;
	background-position: 91px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	cursor: pointer;
}

#page_product_list .top-area02 {
	padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	#page_product_list .top-area02 {
		padding-top: 15px;
	}
}

/*一覧部分*/
.list-picture {
	width: 100%;
}

.list-area .item_photo {
	margin: 0 !important;
}

.list-area .col-sm-3 {
	padding: 0 10px;
}

.list-area .item_name {
	margin: 9px 0 3px;
	font-size: 14px;
	font-size: 1.4rem;
}

/*ページネーション*/

.pagination ul li a {
	width: 24px;
	height: 24px;
	padding: 0;
	line-height: 24px;
	color: #999;
}

.pagination ul li.active a {
	color: #e60012;
	border: 1px solid #e60012;
	background: none;
	font-size: 14px;
	font-size: 1.4rem;
}

.pagenation__item-next img {
	width: 17px;
	padding-bottom: 3px;
}

.pagenation__item-previous img {
	width: 17px;
	padding-bottom: 3px;
}