.container-header-area {
	margin-bottom: 30px;
}

.page-header {
	height: 50px;
	margin: 0 auto;
	background: none;
	border-bottom: 1px solid #eee;
}

.page-button-area {
	margin-right: 13px;
}

.page-button-area button {
	margin-left: 10px;
}

.auctionName {
	margin: 10px;
	font-size: 25px;
	line-height: 40px;
	float: left;
}

.additionalCorrectionBtn a {
	color: white;
}

.contents {
	overflow: auto;
}

.fee-info {
	margin: 0 0 0 150px;
	float: left;
	line-height: 50px;
}

.side-area {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	font-size: 12px;
}

.side-title {
	border-top-style: hidden;
	padding-top: 10px;
	padding-bottom: 5px;
}

.side-condition {
	padding-left: 0px;
	padding-right: 0px;
}

.side-lot {
	height: 40px;
}

.side-lot input {
	width: 45%;
	float: left;
}

.side-lot span {
	width: 10%;
	float: left;
	text-align: center;
	line-height: 40px;
}

.side-estimateMin {
	height: 40px;
}

.side-estimateMin input {
	width: 45%;
	float: left;
}

.side-estimateMin span {
	width: 10%;
	float: left;
	text-align: center;
	line-height: 40px;
}

.side-condition-btn {
	padding-top: 15px;
}

@media ( max-width : 992px) {
	.side-area {
		display: none;
	}
}

.Lot {
	line-height: 30px;
	float: left;
	font-weight: bold;
}

.FavoriteBtn {
	height: 20px;
	float: right;
}

.favorite-btn {
	height: 20px;
}

.CartBtn {
	height: 20px;
	margin-left: 10px;
	float: right;
}

.cart-btn {
	height: 20px;
}

.icon_blue {
	color: #009fff;
}

.cart-btn.active {
	color: red;
}

.GoodsImage {
	text-align: center;
}

.WriterName {
	width: 100%;
	line-height: 30px;
	clear: both;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.GoodsName {
	line-height: 30px;
}

.Price {
	line-height: 30px;
}



ul, menu, dir {
	display: block;
	list-style-type: disc;
	margin-block-start: 0;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 10px;
	-webkit-padding-start: 10px;
}

.cat-link {
	float: left;
	width: 85%;
	cursor: pointer;
}

.open-link {
	float: right;
	width: 15%;
	text-align: right;
	padding-right: 10px;
	cursor: pointer;
}

ul.jquery-menu li {
	clear: both;
}

.list-area {
	padding-left: 20px;
}

.list_line {
	/*     line-height: 35px; */
	border-bottom: 1px solid #ddd;
	height: 35px;
	display: flex;
	align-items: center;
}

.list_line:hover {
	background-color: #f5f5f5;
}

.list_line.active{
	background-color: #c3c3c3;
}

.list_line a {
	padding-left: 10px;
}

.description {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cnt {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.imageFlame {

}

.info-price {
	color: red;
	text-align: right;
	margin-bottom: 5px;
}

.stock {
	text-align: right;
}

#side-area-check {
	margin-left: -10px;
}
.viewNum-sp {
	display: none;
}

.goods-under-info {
    font-size: 12px;
	padding: 5px;
	height: 125px!important;
}

.card-area {
	margin: 10px;
	padding: 10px;
	border: 1px solid lightgray;
}

.goodsImg {
	max-height: 180px !important;
}

@media only screen and (min-width : 769px) {
	.goodsListHeader  {
		position: fixed;
		z-index: 999;
		width: 100%;
		top: 0;
		left: 0;
		background-color: white;
	}
	.contents {
		margin-top: 250px;
	}
	.list-navi {
		margin-right: 30px;
	}
	.card-area {
		float: left;
		width: calc((100% - 60px) / 3);
	}
	.auctionName {
		width: calc(100% - 310px);
	}
	.auctionName span {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 768px) {
	.page-header {
		height: 80px;
	}
	.page-title-area {
		height: 30px;
	}
	.auctionName {
		width: calc(100% - 20px);
		margin: 0 10px !important;
		font-size: 20px;
		line-height: 30px;
	}
	.auctionName span {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.search-icon {
		display: inline !important;
		margin-top: 0  !important;
	}
	.list-navi {
		height: 20px !important;
		line-height: 20px !important;
		margin: 5px;
		font-size: 1.0rem;
	}
	.listnavi {
		padding-left: 20px;
		padding-right: 20px;
	}
	.viewNum-pc {
		display: none;
	}
	.viewNum-sp {
		display: block;
	}
	.card-area {
		float: left;
		width: calc((100% - 40px) / 2);
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 10px;
	}
	.goods-under-info {
		font-size: 11px !important;
	}
	.side-area {
		margin-top: 5px;
		font-size: 1.0em;
	}
	.list_line {
		height: 50px;
	}
	.side-area .form-control {
		font-size: 1.5rem;
	}
	.side-title {
		background-color: #f3f3f3;
		font-size: 10pt;
		padding: 5px;
		line-height: 40px;
	}
	.list-area {
		padding-left: 0;
		padding-right: 0;
	}
	.description {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 12px;
	}
	.fee-info {
		clear: both;
		margin-left: 0px;
		font-size: 10px;
	}
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {
	.card-area {
		float: left;
		width: calc((100% - 60px) / 3);
		padding-left: 15px;
		padding-right: 0px;
		padding-bottom: 10px;
	}
	.side-area {
		font-size: 1.0em;
	}
	.list_line {
		height: 50px;
	}
	.list-navi {
		line-height: 40px !important;
	}
	.viewNum-pc {
		display: block;
	}
	.viewNum-sp {
		display: none;
	}
	.search-icon {
		display: inline !important;
	}
	.side-area .form-control {
		font-size: 2.0rem;
	}
	.side-title {
		background-color: #f5f5f5;
	}
	.list-area {
		padding-left: 0;
	}
	.description {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 12px;
	}
	.FavoriteBtn {
		display: block;
	}
	.FavoriteBtnSp {
		display: none
	}
	.auctionName {
		width: calc(100% - 330px);
		line-height: 40px;
	}
	.auctionName span {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.fee-info {
		clear: both;
		margin-left: 0px;
	}
}