@charset "utf-8";

/* 一覧ページ */

.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;
}

.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;
}