@charset "utf-8";
/* 一覧ページ */
.pnav {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}
.pnav ul {
	margin: 0;
	margin-right:10px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.pnav ul li {
	font-size: 12px;
}
.pnav ul li img{
	max-width: 150px;
	max-height:100px;
}
.pnav ul li a {
	color: #000;
}
.pnav ul li::after {
	
	margin-left: 5px;
}
.pnav ul li:first-child::after,
.pnav ul li:last-child::after{
	content: none;
}
.search-ref {
    border: 1px solid #D2D2D2;
    padding: 20px 30px;
    margin-bottom: 15px;
    text-align: left;
}

.search-ref-head {
	display: flex;
    justify-content: space-between;
}

.maker_search{
	display: flex;
}

.list-view {
	font-size: 16px;
	margin-bottom: 10px;
}
.list-view strong {
	color: #EC0020;
}

ul.number {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
ul.number li {
	display: inline-block;
	font-size: 16px;
}
ul.number .display-number {
	padding: 1px 10px;
	font-weight: bold;
}
ul.number li a {
	display: block;
	padding: 1px 5px;
	color: #000;
}
ul.number li.active a {
	background-color: #000;
	color: #fff;
}

.category_list {
	max-width: 315px;
	max-height: 42px;
}

.search-ref-cnt {
	padding: 10px 75px;
    display: flex;
    justify-content: space-between;
    flex-flow: nowrap;
    align-items: center;
}
.search-ref-inner {
	position: relative;
	transition:all .3s;
}
.search-ref-cnt .close {
	display: none;
}
.keyword-search {
	position: relative;
	left: 0px;
}

.search-ref-cnt .open {
	position: relative;
	left: 0px;
	transition:all .3s;
}
.search-ref-input {
	width: 300px;
	min-height: 42px;
	margin-bottom: 8px;
	padding: 10px 25px;
	border: 1px solid #979797;
}
select.category_search_combo {
	width: 300px;
	min-height: 42px;
	margin-bottom: 8px;
	padding: 10px 25px;
	border: 1px solid #979797;
}
select.maker_search_combo {
	width: 210px;
	min-height: 42px;
	margin-bottom: 8px;
	padding: 10px 10px;
	border: 1px solid #979797;
}
select.seriese_search_combo {
	width: 150px;
	min-height: 42px;
	margin-left: 10px;
	margin-bottom: 8px;
	padding: 10px 5px;
	border: 1px solid #979797;
}

.search-box h3 {
	border-left: 13px solid #DFDFDF;
	padding-left: 17px;
	font-size: 16px;
	margin-top: 0;
}

div.search_combo_list {
	width: 65%;
}

.ref-even h3{
	margin-top: 5px;
}

.sort-cnt {
	display: flex;
	flex-flow: column;
	align-items: baseline;
	width: 30%;
}

div.sort-cnt_combo {
	display: flex;
	justify-content: flex-start;
}

.sort-cnt select {
	display: inline-block;
	min-width: inherit;
	min-height: inherit;
	font-size: 12px;
	border: 2px solid #C9C9C9;
	padding: 8px;
	margin-bottom: 15px;
}

.search-box .submit-bt input {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 200px;
	border: none;
	padding: 12px 0;
	cursor: pointer;
	background: url("../images/menu/search_icon_white.png") no-repeat 17px center #E8702C;
}

div.goods_search_btn {
	/* 水平・垂直方向の中央揃え */
	display: flex;
	justify-content: center;
	align-items: center;	
}

/*7/22追加分*/
.search_toggle{
	position: relative;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}

.search_toggle select{
	margin-right: 1em;
}

.search_changed {
	clear: both;
	display: none;
}

input.shibori[type=checkbox]:checked ~ .search_changed {
	clear: both;
	border:1px solid #ccc;
    background:#ffffff;
	margin-top: 10px;
    padding:20px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.search_changed ul{
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.search_changed ul li{
	width: calc( 100% / 6 );
	list-style: none;
	margin-bottom: 4px;
}

.list-cnt {
	padding: 25px;
	border: 1px solid #AFAFAF;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.list-info {
	width: 100%;
}
.list-cnt figure {
	margin: 0 20px 20px 0;
	padding: 0;
	width: 193px;
	height: 193px;
	float: left;
	text-align: center;
}
.list-cnt figure img {
	max-width: 193px;
	max-height: 193px;
}
.list-img {}
.list-cnt .list-info-com {
	overflow: hidden;
}
 .code {
	font-size: 12px;
	margin: 4px;
}
.list-info h2 {
	font-size: 18px;
	border-bottom: 1px dotted #898989;
	padding-bottom: 15px;
}
.list-link {
	color: #000;
	text-decoration: none;
}
.list-link:hover {
	text-decoration: none;
}
.list-info-table {}
.list-info-table table {
	display: block;
	width: 100%;
    table-layout: fixed;
    border-spacing: 0 0px;
    overflow: hidden;
    max-width: 575px;
}
.list-info-table th,
.list-info-table td {
	font-size: 14px;
	padding: 2px 4px;
}
.list-info-table th {
	background-color: #F1F1F1;
	font-weight: bold;
	width: 100px;
}
.list-price {
	font-weight: bold;
	color: #D20000;
}

.list-cnt .title-name{
	display: flex;
}

.list-cnt .title-name h2{
	width: 80%;
}

.list-cnt .title-name img{
	width: 132px;
	height: 37px;
}

.pager {
	text-align: center;
	margin: 40px 0;
}
.pager ul {
	margin: 0;
	padding: 0;
}
.pager li {
	display: inline-block;
	text-align: center;
	font-size: 16px;
}
.pager li a {
	color: #000;
	text-decoration: none;
	padding: 1px 5px;
}
.pager li a:hover {
	text-decoration: underline;
}
.pager li.active {
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 1px 5px;
}

.caption_color {
    color: red;
}

/*スマホ用設定*/
@media screen and (max-width: 767px) {
.pnav {

}
	.pnav ul:first-child {
	width: 100%;
	}

	.pnav ul:last-child li{
		font-size: 10px;
	}

.maker_search{
		display: flex;
		flex-wrap: wrap;
	}
	
.ref-even {
	width: 100%;
	order: 3;
}
.ref-even h3{
	margin-top: 5px;
}
	.sort-cnt{
		width: 60%;
	}
	
.search-ref select {
	margin-bottom: 1em;
}
	
.search-ref-cnt {
	padding: 0;
	margin-bottom: 10px;
	display: contents;
}
	.search_toggle{
		display: block;
	}
	
.search_toggle select{
	width: 100%;
}
.and {
	text-align: center;
	padding: 0 0 7px;
}
.search-ref-input {
	width: 100%;
}
	
.sort-cnt select {
	margin: 0 1em 0 0;
}
.search-box h3 {
	margin-right: 1em;
}
.search-ref-head {
	display: block;
}

.search-box .submit-bt {
		width: 8em;
	}
.search-box .submit-bt input {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	width: 8em;
	border: none;
	padding: 12px 0;
	cursor: pointer;
	background: url("../images/menu/search_icon_white.png") no-repeat 10px center #E8702C;
}
	
.search_changed ul li{
	width: calc( 100% / 2 );
	list-style: none;
	margin-bottom: 4px;
}

ul.number {
		margin: 20px 0 20px 0;
}
ul.number .display-number {
		padding: 1px 10px 1px 0;
}
	
.list-info h2 {
	font-size: 18px;
	border-bottom: 1px dotted #898989;
	margin-bottom: 1em
}

.list-img {
		margin-right: 0;
		text-align: center;
		display: block;
}
.list-img img {
		max-width: 100%;
		height: auto;
}

.list-cnt .title-name{
	display: block;
	width: 100%;
}
	
	.list-cnt .title-name h2{
	width: 100%;
	text-align: left;
}
	.list-cnt figure {
	display: block;
    padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	text-align: center;
	}

	.list-img figure {
		margin: 0 15px 20px 0;
		padding: 0;
		text-align: center;
	}

	.list-info-table table {
		display: table;
		max-width: 100%;
		margin: 0 auto;
		table-layout: auto;
		border-spacing: 0 5px;
		clear: both;
	}
	.list-info-table th, .list-info-table td {
		width: auto;
		font-size: 12px;
		padding: 5px 5px 5px 5px;
		text-align: left;
	}
	.list-cnt {
		padding: 15px 0;
		border: none;
		margin-bottom: 15px;
		border-bottom: 1px solid #707070;
	}
	.list-view {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.pager {
		clear: both;
	}
}